Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Mar 24, 2024
1 parent 5c7ffc4 commit 19883da
Show file tree
Hide file tree
Showing 8 changed files with 424 additions and 160 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@changesets/cli": "2.27.1",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"turbo": "^1.12.5",
"turbo": "^1.13.0",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
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,12 +31,12 @@
"devDependencies": {
"@clack/prompts": "0.7.0",
"@solid-cli/commands": "workspace:*",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"cmd-ts": "^0.13.0",
"jiti": "^1.21.0",
"picocolors": "^1.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"author": "Thomas Beer",
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"@types/node": "20.11.28"
"typescript": "^5.4.3",
"@types/node": "20.11.30"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 19883da

Please sign in to comment.