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 3, 2024
1 parent b800227 commit d57fa4f
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 407 deletions.
22 changes: 11 additions & 11 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.0",
"type": "module",
"packageManager": "pnpm@9.1.3",
"packageManager": "pnpm@9.1.4",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -168,7 +168,7 @@
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.10.1",
"yaml": "^2.4.2"
"yaml": "^2.4.3"
},
"peerDependencies": {
"vue-router": "^4.3.0"
Expand All @@ -180,9 +180,9 @@
},
"devDependencies": {
"@pinia/colada": "^0.6.0",
"@shikijs/vitepress-twoslash": "1.6.0",
"@tanstack/vue-query": "^5.38.0",
"@types/node": "^20.12.12",
"@shikijs/vitepress-twoslash": "1.6.2",
"@tanstack/vue-query": "^5.40.0",
"@types/node": "^20.14.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@volar/vue-language-core": "^1.6.5",
Expand All @@ -191,24 +191,24 @@
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"execa": "^9.1.0",
"firebase": "^10.12.1",
"happy-dom": "^14.11.0",
"firebase": "^10.12.2",
"happy-dom": "^14.12.0",
"lint-staged": "^15.2.5",
"minimist": "^1.2.8",
"nodemon": "^3.1.1",
"nodemon": "^3.1.2",
"p-series": "^3.0.0",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"semver": "^7.6.2",
"ts-expect": "^1.3.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "^3.4.27",
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.27",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.27"
},
"dependencies": {
"@tanstack/vue-query": "^5.38.0",
"@tanstack/vue-query": "^5.40.0",
"mande": "^2.0.9",
"pinia": "^2.1.7",
"vue": "^3.4.27"
Expand Down
Loading

0 comments on commit d57fa4f

Please sign in to comment.