Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent 997106f commit 55632e2
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 175 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-router",
"version": "0.10.8",
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -166,7 +166,7 @@
"dependencies": {
"@babel/types": "^7.25.8",
"@rollup/pluginutils": "^5.1.2",
"@vue-macros/common": "^1.14.0",
"@vue-macros/common": "^1.15.0",
"ast-walker-scope": "^0.6.2",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
Expand All @@ -191,15 +191,15 @@
"@pinia/colada": "^0.10.0",
"@shikijs/vitepress-twoslash": "1.22.0",
"@tanstack/vue-query": "^5.59.13",
"@types/node": "^20.16.11",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"@types/node": "^20.16.13",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"execa": "^9.4.0",
"execa": "^9.4.1",
"firebase": "^10.14.1",
"happy-dom": "^15.7.4",
"lint-staged": "^15.2.10",
Expand All @@ -217,10 +217,10 @@
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6",
"vite": "^5.4.9",
"vite-plugin-vue-devtools": "^7.5.2",
"vitepress": "1.4.1",
"vitest": "^2.1.2",
"vitest": "^2.1.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-router-mock": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-inspect": "^0.8.7"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 55632e2

Please sign in to comment.