Skip to content

Commit 1884818

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 5ec4076 commit 1884818

File tree

3 files changed

+258
-108
lines changed

3 files changed

+258
-108
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@
172172
"fast-glob": "^3.3.2",
173173
"json5": "^2.2.3",
174174
"local-pkg": "^0.5.0",
175-
"magic-string": "^0.30.11",
175+
"magic-string": "^0.30.12",
176176
"mlly": "^1.7.2",
177177
"pathe": "^1.1.2",
178178
"scule": "^1.3.0",
179179
"unplugin": "^1.14.1",
180-
"yaml": "^2.5.1"
180+
"yaml": "^2.6.0"
181181
},
182182
"peerDependencies": {
183183
"vue-router": "^4.4.0"
@@ -190,7 +190,7 @@
190190
"devDependencies": {
191191
"@pinia/colada": "^0.10.0",
192192
"@shikijs/vitepress-twoslash": "1.22.0",
193-
"@tanstack/vue-query": "^5.59.9",
193+
"@tanstack/vue-query": "^5.59.13",
194194
"@types/node": "^20.16.11",
195195
"@vitest/coverage-v8": "^2.1.2",
196196
"@vitest/ui": "^2.1.2",
@@ -219,9 +219,9 @@
219219
"unplugin-vue-router": "workspace:*",
220220
"vite": "^5.4.8",
221221
"vite-plugin-vue-devtools": "^7.4.6",
222-
"vitepress": "1.4.0",
222+
"vitepress": "1.4.1",
223223
"vitest": "^2.1.2",
224-
"vue": "^3.5.11",
224+
"vue": "^3.5.12",
225225
"vue-router": "^4.4.5",
226226
"vue-router-mock": "^1.1.0",
227227
"vue-tsc": "^2.1.6",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.1.4",
11-
"@vue/compiler-sfc": "^3.5.11",
11+
"@vue/compiler-sfc": "^3.5.12",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^5.4.8",
1616
"vite-plugin-inspect": "^0.8.7"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.59.9",
19+
"@tanstack/vue-query": "^5.59.13",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.4",
22-
"vue": "^3.5.11",
22+
"vue": "^3.5.12",
2323
"vue-router": "^4.4.5"
2424
}
2525
}

0 commit comments

Comments
 (0)