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 Apr 29, 2024
1 parent 410aa63 commit 73d39d2
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 492 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -167,7 +167,7 @@
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.10.1",
"yaml": "^2.4.1"
"yaml": "^2.4.2"
},
"peerDependencies": {
"vue-router": "^4.3.0"
Expand All @@ -180,17 +180,17 @@
"devDependencies": {
"@pinia/colada": "^0.6.0",
"@shikijs/vitepress-twoslash": "1.3.0",
"@tanstack/vue-query": "^5.31.0",
"@tanstack/vue-query": "^5.32.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.5",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^4.1.0",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"firebase": "^10.11.0",
"firebase": "^10.11.1",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"minimist": "^1.2.8",
Expand All @@ -199,7 +199,7 @@
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.16.1",
"rollup": "^4.17.0",
"semver": "^7.6.0",
"ts-expect": "^1.3.0",
"tsup": "^8.0.2",
Expand All @@ -208,9 +208,9 @@
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.10",
"vitepress": "1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.23",
"vitepress": "1.1.4",
"vitest": "^1.5.2",
"vue": "^3.4.25",
"vue-router": "4.3.2",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.0.14",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Expand Up @@ -8,18 +8,18 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.23",
"@vue/compiler-sfc": "^3.4.25",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.10",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"dependencies": {
"@tanstack/vue-query": "^5.31.0",
"@tanstack/vue-query": "^5.32.0",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.23"
"vue": "^3.4.25"
}
}

0 comments on commit 73d39d2

Please sign in to comment.