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 Feb 21, 2024
1 parent 92374b4 commit 5eaf528
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 110 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.7.0",
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.3",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -139,13 +139,13 @@
"dependencies": {
"@babel/types": "^7.23.9",
"@rollup/pluginutils": "^5.1.0",
"@vue-macros/common": "^1.10.0",
"ast-walker-scope": "^0.5.0",
"@vue-macros/common": "^1.10.1",
"ast-walker-scope": "^0.6.0",
"chokidar": "^3.6.0",
"fast-glob": "^3.3.2",
"json5": "^2.2.3",
"local-pkg": "^0.5.0",
"mlly": "^1.5.0",
"mlly": "^1.6.0",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.7.1",
Expand All @@ -164,8 +164,8 @@
"@shikijs/vitepress-twoslash": "1.1.6",
"@tanstack/vue-query": "^5.22.2",
"@types/node": "^20.11.19",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.4",
"chalk": "^5.3.0",
Expand All @@ -187,13 +187,13 @@
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-markdown": "^0.25.0",
"unplugin-vue-markdown": "^0.26.0",
"unplugin-vue-router": "workspace:*",
"vite": "^5.1.4",
"vitepress": "1.0.0-rc.44",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vue": "^3.4.19",
"vue-router": "4.3.0-alpha.1",
"vue-router": "4.3.0",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^1.8.27",
"vuefire": "^3.1.22",
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.3",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"vue": "^3.3.7"
"vue": "^3.4.19"
},
"dependencies": {
"@tanstack/vue-query": "^5.22.2",
"mande": "^2.0.7",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.19"
}
Expand Down

0 comments on commit 5eaf528

Please sign in to comment.