Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 19, 2023
1 parent ab01e8c commit b98dbff
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions examples/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"devDependencies": {
"@soybeanjs/cli": "^0.6.6",
"@types/node": "^20.5.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@types/node": "^20.5.1",
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"eslint": "^8.47.0",
"eslint-config-soybeanjs": "^0.5.4",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/micromatch": "^4.0.2",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"typescript": "5.1.6",
"unbuild": "1.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"typescript": "5.1.6",
"unbuild": "1.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"typescript": "5.1.6",
"unbuild": "1.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"typescript": "5.1.6",
"unbuild": "1.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/fs-extra": "11.0.1",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"@vue/compiler-sfc": "^3.3.4",
"typescript": "5.1.6",
"unbuild": "1.2.1",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

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

0 comments on commit b98dbff

Please sign in to comment.