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 May 6, 2024
1 parent 73d39d2 commit 6d5e569
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 671 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@
]
},
"dependencies": {
"@babel/types": "^7.24.0",
"@babel/types": "^7.24.5",
"@rollup/pluginutils": "^5.1.0",
"@vue-macros/common": "^1.10.2",
"@vue-macros/common": "^1.10.3",
"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.6.1",
"mlly": "^1.7.0",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"unplugin": "^1.10.1",
Expand All @@ -179,11 +179,11 @@
},
"devDependencies": {
"@pinia/colada": "^0.6.0",
"@shikijs/vitepress-twoslash": "1.3.0",
"@tanstack/vue-query": "^5.32.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@shikijs/vitepress-twoslash": "1.4.0",
"@tanstack/vue-query": "^5.34.2",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.5",
"chalk": "^5.3.0",
Expand All @@ -199,21 +199,21 @@
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.17.0",
"rollup": "^4.17.2",
"semver": "^7.6.0",
"ts-expect": "^1.3.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vitepress": "1.1.4",
"vitest": "^1.5.2",
"vue": "^3.4.25",
"vitest": "^1.6.0",
"vue": "^3.4.26",
"vue-router": "4.3.2",
"vue-router-mock": "^1.1.0",
"vue-tsc": "^2.0.14",
"vue-tsc": "^2.0.16",
"vuefire": "^3.1.23",
"webpack": "^5.91.0",
"yorkie": "^2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.25",
"@vue/compiler-sfc": "^3.4.26",
"@vue/tsconfig": "^0.5.1",
"json-server": "^0.17.4",
"unplugin-vue-router": "workspace:*",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vue": "^3.4.25"
"vue": "^3.4.26"
},
"dependencies": {
"@tanstack/vue-query": "^5.32.0",
"@tanstack/vue-query": "^5.34.2",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.25"
"vue": "^3.4.26"
}
}

0 comments on commit 6d5e569

Please sign in to comment.