Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Aug 24, 2024
1 parent 1fed536 commit a308b99
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 278 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@changesets/cli": "2.27.7",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"turbo": "^2.0.9",
"vitest": "^2.0.4"
"turbo": "^2.0.14",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.14.12",
"@types/node": "^22.5.0",
"prettier": "^3.3.3",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.14.12",
"@types/node": "^22.5.0",
"jiti": "^1.21.6",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@clack/prompts": "0.7.0",
"@solid-cli/commands": "workspace:*",
"@types/node": "^20.14.12",
"@types/node": "^22.5.0",
"cmd-ts": "^0.13.0",
"jiti": "^1.21.6",
"picocolors": "^1.0.1",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"author": "Thomas Beer",
"devDependencies": {
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"build": "tsc && tsup"
},
"devDependencies": {
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"@types/node": "20.14.12"
"@types/node": "22.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "20.14.12",
"@types/node": "22.5.0",
"jiti": "^1.21.6",
"magicast": "^0.3.4",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a308b99

Please sign in to comment.