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 Jun 10, 2024
1 parent 9ebf81a commit f6ac0ea
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 252 deletions.
26 changes: 13 additions & 13 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.9.1",
"type": "module",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -156,19 +156,19 @@
]
},
"dependencies": {
"@babel/types": "^7.24.6",
"@babel/types": "^7.24.7",
"@rollup/pluginutils": "^5.1.0",
"@vue-macros/common": "^1.10.4",
"ast-walker-scope": "^0.6.1",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
"json5": "^2.2.3",
"local-pkg": "^0.5.0",
"mlly": "^1.7.0",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.10.1",
"yaml": "^2.4.3"
"yaml": "^2.4.5"
},
"peerDependencies": {
"vue-router": "^4.3.0"
Expand All @@ -180,25 +180,25 @@
},
"devDependencies": {
"@pinia/colada": "^0.6.0",
"@shikijs/vitepress-twoslash": "1.6.2",
"@tanstack/vue-query": "^5.40.0",
"@types/node": "^20.14.0",
"@shikijs/vitepress-twoslash": "1.6.3",
"@tanstack/vue-query": "^5.41.0",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@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.1.0",
"execa": "^9.2.0",
"firebase": "^10.12.2",
"happy-dom": "^14.12.0",
"lint-staged": "^15.2.5",
"minimist": "^1.2.8",
"nodemon": "^3.1.2",
"nodemon": "^3.1.3",
"p-series": "^3.0.0",
"pinia": "^2.1.7",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"semver": "^7.6.2",
Expand All @@ -208,13 +208,13 @@
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.12",
"vitepress": "1.2.2",
"vite": "^5.2.13",
"vitepress": "1.2.3",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-router": "4.3.2",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.0.19",
"vue-tsc": "^2.0.21",
"vuefire": "^3.1.23",
"webpack": "^5.91.0",
"yorkie": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.27"
},
"dependencies": {
"@tanstack/vue-query": "^5.40.0",
"@tanstack/vue-query": "^5.41.0",
"mande": "^2.0.9",
"pinia": "^2.1.7",
"vue": "^3.4.27"
Expand Down
Loading

0 comments on commit f6ac0ea

Please sign in to comment.