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 May 19, 2024
1 parent 21f7439 commit 37be7d2
Show file tree
Hide file tree
Showing 8 changed files with 6,485 additions and 4,807 deletions.
18 changes: 9 additions & 9 deletions examples/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"dependencies": {
"@elegant-router/vue": "workspace:*",
"pinia": "2.1.7",
"vue": "3.4.21",
"vue-router": "4.3.0"
"vue": "3.4.27",
"vue-router": "4.3.2"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.6",
"@types/node": "20.11.21",
"@soybeanjs/cli": "1.0.14",
"@types/node": "20.12.12",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.57.0",
"eslint": "9.3.0",
"eslint-config-soybeanjs": "0.5.9",
"npm-run-all": "4.1.5",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-inspect": "0.8.3",
"vue-tsc": "1.8.27"
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-plugin-inspect": "0.8.4",
"vue-tsc": "2.0.19"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"update-pkg": "soy ncu"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.6",
"@soybeanjs/eslint-config": "1.2.2",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"@soybeanjs/cli": "1.0.14",
"@soybeanjs/eslint-config": "1.3.5",
"eslint": "9.3.0",
"eslint-plugin-vue": "9.26.0",
"lint-staged": "15.2.2",
"simple-git-hooks": "2.9.0",
"tsx": "4.7.1",
"typescript": "5.3.3",
"simple-git-hooks": "2.11.1",
"tsx": "4.10.5",
"typescript": "5.4.5",
"vue-eslint-parser": "9.4.2"
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"micromatch": "4.0.5"
},
"devDependencies": {
"@types/micromatch": "4.0.6",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"@types/micromatch": "4.0.7",
"@types/node": "20.12.12",
"typescript": "5.4.5",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.7.1"
"magicast": "0.3.4",
"unplugin": "1.10.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"@types/node": "20.12.12",
"typescript": "5.4.5",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.7.1"
"magicast": "0.3.4",
"unplugin": "1.10.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"@types/node": "20.12.12",
"typescript": "5.4.5",
"unbuild": "2.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"consola": "3.2.3",
"magicast": "0.3.3",
"unplugin": "1.7.1"
"magicast": "0.3.4",
"unplugin": "1.10.1"
},
"devDependencies": {
"@elegant-router/core": "workspace:*",
"@types/node": "20.11.21",
"typescript": "5.3.3",
"@types/node": "20.12.12",
"typescript": "5.4.5",
"unbuild": "2.0.0"
}
}
18 changes: 9 additions & 9 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.7",
"magicast": "0.3.3",
"magic-string": "0.30.10",
"magicast": "0.3.4",
"prettier": "3.2.5",
"recast": "0.23.4",
"unplugin": "1.7.1"
"recast": "0.23.7",
"unplugin": "1.10.1"
},
"devDependencies": {
"@types/node": "20.11.21",
"rollup": "4.12.0",
"typescript": "5.3.3",
"@types/node": "20.12.12",
"rollup": "4.17.2",
"typescript": "5.4.5",
"unbuild": "2.0.0",
"vite": "5.1.4",
"vue-router": "4.3.0"
"vite": "5.2.11",
"vue-router": "4.3.2"
}
}
Loading

0 comments on commit 37be7d2

Please sign in to comment.