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 Feb 28, 2024
1 parent 5464947 commit 8794d4a
Show file tree
Hide file tree
Showing 8 changed files with 1,062 additions and 977 deletions.
12 changes: 6 additions & 6 deletions examples/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"dependencies": {
"@elegant-router/vue": "workspace:*",
"pinia": "2.1.7",
"vue": "3.4.15",
"vue-router": "4.2.5"
"vue": "3.4.21",
"vue-router": "4.3.0"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.6",
"@types/node": "20.11.15",
"@vitejs/plugin-vue": "5.0.3",
"@types/node": "20.11.21",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-soybeanjs": "0.5.9",
"npm-run-all": "4.1.5",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.4",
"vite-plugin-inspect": "0.8.3",
"vue-tsc": "1.8.27"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"devDependencies": {
"@soybeanjs/cli": "1.0.6",
"@soybeanjs/eslint-config": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.21.1",
"lint-staged": "15.2.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"lint-staged": "15.2.2",
"simple-git-hooks": "2.9.0",
"tsx": "4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vue-eslint-parser": "9.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 @@ -35,15 +35,15 @@
"typecheck": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"chokidar": "3.5.3",
"chokidar": "3.6.0",
"consola": "3.2.3",
"fast-glob": "3.3.2",
"kolorist": "1.8.0",
"micromatch": "4.0.5"
},
"devDependencies": {
"@types/micromatch": "4.0.6",
"@types/node": "20.11.15",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.6.0"
"unplugin": "1.7.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.15",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.6.0"
"unplugin": "1.7.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.15",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.6.0"
"unplugin": "1.7.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.15",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"unbuild": "2.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"@elegant-router/core": "workspace:*",
"consola": "3.2.3",
"kolorist": "1.8.0",
"magic-string": "0.30.6",
"magic-string": "0.30.7",
"magicast": "0.3.3",
"prettier": "3.2.4",
"prettier": "3.2.5",
"recast": "0.23.4",
"unplugin": "1.6.0"
"unplugin": "1.7.1"
},
"devDependencies": {
"@types/node": "20.11.15",
"rollup": "4.9.6",
"@types/node": "20.11.21",
"rollup": "4.12.0",
"typescript": "5.3.3",
"unbuild": "2.0.0",
"vite": "5.0.12",
"vue-router": "4.2.5"
"vite": "5.1.4",
"vue-router": "4.3.0"
}
}
Loading

0 comments on commit 8794d4a

Please sign in to comment.