Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Mar 14, 2024
1 parent 4f034b2 commit 4369ef7
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"flexsearch": "^0.7.43",
"vitepress": "1.0.0-rc.44",
"vitepress": "1.0.0-rc.45",
"vitepress-plugin-search": "1.0.4-alpha.22",
"vue": "^3.4.21"
}
Expand Down
14 changes: 7 additions & 7 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@solid-cli/swc-plugin-solid-cli": "workspace:*",
"@solid-cli/ui": "workspace:*",
"@solid-cli/utils": "workspace:*",
"@swc/core": "^1.4.6",
"@swc/core": "^1.4.8",
"cmd-ts": "^0.13.0",
"execa": "^8.0.1",
"picocolors": "^1.0.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@clack/prompts": "0.7.0",
"@solid-cli/commands": "workspace:*",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"cmd-ts": "^0.13.0",
"jiti": "^1.21.0",
"picocolors": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"@types/node": "20.11.25"
"@types/node": "20.11.27"
},
"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,7 +63,7 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@types/node": "20.11.25",
"@types/node": "20.11.27",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
Expand All @@ -76,7 +76,7 @@
"@clack/core": "0.3.4",
"@clack/prompts": "0.7.0",
"@solid-cli/reactivity": "workspace:*",
"@swc/core": "^1.4.6",
"@swc/core": "^1.4.8",
"cmd-ts": "^0.13.0",
"execa": "^8.0.1",
"picocolors": "^1.0.0",
Expand Down
Loading

0 comments on commit 4369ef7

Please sign in to comment.