Skip to content

Commit 9febb76

Browse files
committed
chore: up deps
1 parent f246ba4 commit 9febb76

File tree

4 files changed

+1333
-1530
lines changed

4 files changed

+1333
-1530
lines changed

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"nuxt": "^3.12.4",
10+
"nuxt": "^3.13.1",
1111
"unplugin-vue-router": "workspace:*"
1212
}
1313
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
]
165165
},
166166
"dependencies": {
167-
"@babel/types": "^7.25.4",
167+
"@babel/types": "^7.25.6",
168168
"@rollup/pluginutils": "^5.1.0",
169-
"@vue-macros/common": "^1.12.2",
169+
"@vue-macros/common": "^1.12.3",
170170
"ast-walker-scope": "^0.6.2",
171171
"chokidar": "^3.6.0",
172172
"fast-glob": "^3.3.2",
@@ -176,8 +176,8 @@
176176
"mlly": "^1.7.1",
177177
"pathe": "^1.1.2",
178178
"scule": "^1.3.0",
179-
"unplugin": "^1.12.2",
180-
"yaml": "^2.5.0"
179+
"unplugin": "^1.13.1",
180+
"yaml": "^2.5.1"
181181
},
182182
"peerDependencies": {
183183
"vue-router": "^4.4.0"
@@ -190,7 +190,7 @@
190190
"devDependencies": {
191191
"@pinia/colada": "^0.8.2",
192192
"@shikijs/vitepress-twoslash": "1.14.1",
193-
"@tanstack/vue-query": "^5.52.0",
193+
"@tanstack/vue-query": "^5.55.4",
194194
"@types/node": "^20.16.1",
195195
"@vitest/coverage-v8": "^2.0.5",
196196
"@vitest/ui": "^2.0.5",
@@ -200,31 +200,31 @@
200200
"conventional-changelog-cli": "^5.0.0",
201201
"enquirer": "^2.4.1",
202202
"execa": "^9.3.1",
203-
"firebase": "^10.13.0",
204-
"happy-dom": "^15.0.0",
205-
"lint-staged": "^15.2.9",
203+
"firebase": "^10.13.1",
204+
"happy-dom": "^15.7.3",
205+
"lint-staged": "^15.2.10",
206206
"minimist": "^1.2.8",
207207
"nodemon": "^3.1.4",
208208
"p-series": "^3.0.0",
209209
"pinia": "^2.2.2",
210210
"prettier": "^3.3.3",
211211
"rimraf": "^6.0.1",
212-
"rollup": "^4.21.0",
212+
"rollup": "^4.21.2",
213213
"semver": "^7.6.3",
214214
"ts-expect": "^1.3.0",
215215
"tsup": "^8.2.4",
216216
"typescript": "^5.5.4",
217217
"unplugin-auto-import": "^0.18.2",
218218
"unplugin-vue-markdown": "^0.26.2",
219219
"unplugin-vue-router": "workspace:*",
220-
"vite": "^5.4.2",
221-
"vite-plugin-vue-devtools": "^7.3.9",
220+
"vite": "^5.4.3",
221+
"vite-plugin-vue-devtools": "^7.4.4",
222222
"vitepress": "1.3.4",
223223
"vitest": "^2.0.5",
224-
"vue": "^3.4.38",
224+
"vue": "^3.5.3",
225225
"vue-router": "^4.4.3",
226226
"vue-router-mock": "^1.1.0",
227-
"vue-tsc": "^2.0.29",
227+
"vue-tsc": "^2.1.6",
228228
"vuefire": "^3.2.0",
229229
"webpack": "^5.94.0",
230230
"yorkie": "^2.0.0"

playground/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@vitejs/plugin-vue": "^5.1.2",
11-
"@vue/compiler-sfc": "^3.4.38",
10+
"@vitejs/plugin-vue": "^5.1.3",
11+
"@vue/compiler-sfc": "^3.5.3",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.2",
15+
"vite": "^5.4.3",
1616
"vite-plugin-inspect": "^0.8.7"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.52.0",
19+
"@tanstack/vue-query": "^5.55.4",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.2.2",
22-
"vue": "^3.4.38",
22+
"vue": "^3.5.3",
2323
"vue-router": "^4.4.3"
2424
}
2525
}

0 commit comments

Comments
 (0)