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 Sep 20, 2024
1 parent d3c67e0 commit 7644ef8
Show file tree
Hide file tree
Showing 3 changed files with 1,054 additions and 703 deletions.
40 changes: 20 additions & 20 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": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -166,7 +166,7 @@
"dependencies": {
"@babel/types": "^7.25.6",
"@rollup/pluginutils": "^5.1.0",
"@vue-macros/common": "^1.12.3",
"@vue-macros/common": "^1.14.0",
"ast-walker-scope": "^0.6.2",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
Expand All @@ -176,7 +176,7 @@
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.14.0",
"unplugin": "^1.14.1",
"yaml": "^2.5.1"
},
"peerDependencies": {
Expand All @@ -189,40 +189,40 @@
},
"devDependencies": {
"@pinia/colada": "^0.9.0",
"@shikijs/vitepress-twoslash": "1.16.3",
"@tanstack/vue-query": "^5.55.4",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@shikijs/vitepress-twoslash": "1.18.0",
"@tanstack/vue-query": "^5.56.2",
"@types/node": "^20.16.5",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@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.3.1",
"firebase": "^10.13.1",
"happy-dom": "^15.7.3",
"execa": "^9.4.0",
"firebase": "^10.13.2",
"happy-dom": "^15.7.4",
"lint-staged": "^15.2.10",
"minimist": "^1.2.8",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"p-series": "^3.0.0",
"pinia": "^2.2.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.22.2",
"semver": "^7.6.3",
"ts-expect": "^1.3.0",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.4.3",
"vite-plugin-vue-devtools": "^7.4.4",
"vite": "^5.4.7",
"vite-plugin-vue-devtools": "^7.4.5",
"vitepress": "1.3.4",
"vitest": "^2.0.5",
"vue": "^3.5.3",
"vue-router": "^4.4.3",
"vitest": "^2.1.1",
"vue": "^3.5.7",
"vue-router": "^4.4.5",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.1.6",
"vuefire": "^3.2.0",
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.7",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.4.3",
"vite": "^5.4.7",
"vite-plugin-inspect": "^0.8.7"
},
"dependencies": {
"@tanstack/vue-query": "^5.55.4",
"@tanstack/vue-query": "^5.56.2",
"mande": "^2.0.9",
"pinia": "^2.2.2",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.7",
"vue-router": "^4.4.5"
}
}
Loading

0 comments on commit 7644ef8

Please sign in to comment.