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 26, 2024
1 parent efbc34f commit 80a2251
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 204 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.8.4",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -163,11 +163,11 @@
"fast-glob": "^3.3.2",
"json5": "^2.2.3",
"local-pkg": "^0.5.0",
"mlly": "^1.6.0",
"mlly": "^1.6.1",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.7.1",
"yaml": "^2.3.4"
"yaml": "^2.4.0"
},
"peerDependencies": {
"vue-router": "^4.3.0"
Expand All @@ -179,9 +179,9 @@
},
"devDependencies": {
"@pinia/colada": "^0.5.3",
"@shikijs/vitepress-twoslash": "1.1.6",
"@tanstack/vue-query": "^5.22.2",
"@types/node": "^20.11.19",
"@shikijs/vitepress-twoslash": "1.1.7",
"@tanstack/vue-query": "^5.24.1",
"@types/node": "^20.11.20",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@volar/vue-language-core": "^1.6.5",
Expand All @@ -191,10 +191,10 @@
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"firebase": "^10.8.0",
"happy-dom": "^13.3.8",
"happy-dom": "^13.6.0",
"lint-staged": "^15.2.2",
"minimist": "^1.2.8",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"p-series": "^3.0.0",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
Expand All @@ -205,16 +205,16 @@
"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.1",
"vue": "^3.4.19",
"vue": "^3.4.20",
"vue-router": "4.3.0",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^1.8.27",
"vuefire": "^3.1.22",
"vuefire": "^3.1.23",
"webpack": "^5.90.3",
"yorkie": "^2.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/compiler-sfc": "^3.4.20",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.1.4",
"vite-plugin-inspect": "^0.8.3",
"vue": "^3.4.19"
"vue": "^3.4.20"
},
"dependencies": {
"@tanstack/vue-query": "^5.22.2",
"@tanstack/vue-query": "^5.24.1",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.19"
"vue": "^3.4.20"
}
}

0 comments on commit 80a2251

Please sign in to comment.