Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Feb 2, 2025
1 parent d1540f8 commit 5616190
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 294 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"./packages/*"
],
"devDependencies": {
"@changesets/cli": "2.27.11",
"@changesets/cli": "2.27.12",
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"vitest": "^3.0.2"
"turbo": "^2.4.0",
"vitest": "^3.0.4"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
},
"devDependencies": {
"typescript": "^5.7.3",
"@types/node": "^22.10.7",
"tsup": "^8.3.5"
"@types/node": "^22.13.0",
"tsup": "^8.3.6"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@clack/prompts": "0.9.1",
"picocolors": "^1.1.1",
"@begit/core": "^0.1.1",
"@begit/core": "^0.1.5",
"citty": "^0.1.6",
"sucrase": "^3.35.0",
"@solid-cli/utils": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/full-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@clack/prompts": "0.9.1",
"picocolors": "^1.1.1",
"@types/node": "^22.10.7",
"@types/node": "^22.13.0",
"citty": "^0.1.6",
"@solid-cli/create": "workspace:*",
"@solid-cli/utils": "workspace:*",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "22.10.7",
"@types/node": "22.13.0",
"magicast": "^0.3.5",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
"vitest": "^3.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5616190

Please sign in to comment.