Skip to content

Commit c4c8797

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 6bf2083 commit c4c8797

File tree

3 files changed

+80
-85
lines changed

3 files changed

+80
-85
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.8.8",
44
"type": "module",
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].3",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -156,9 +156,9 @@
156156
]
157157
},
158158
"dependencies": {
159-
"@babel/types": "^7.24.5",
159+
"@babel/types": "^7.24.6",
160160
"@rollup/pluginutils": "^5.1.0",
161-
"@vue-macros/common": "^1.10.3",
161+
"@vue-macros/common": "^1.10.4",
162162
"ast-walker-scope": "^0.6.1",
163163
"chokidar": "^3.6.0",
164164
"fast-glob": "^3.3.2",
@@ -181,7 +181,7 @@
181181
"devDependencies": {
182182
"@pinia/colada": "^0.6.0",
183183
"@shikijs/vitepress-twoslash": "1.6.0",
184-
"@tanstack/vue-query": "^5.37.1",
184+
"@tanstack/vue-query": "^5.38.0",
185185
"@types/node": "^20.12.12",
186186
"@vitest/coverage-v8": "^1.6.0",
187187
"@vitest/ui": "^1.6.0",
@@ -193,9 +193,9 @@
193193
"execa": "^9.1.0",
194194
"firebase": "^10.12.1",
195195
"happy-dom": "^14.11.0",
196-
"lint-staged": "^15.2.4",
196+
"lint-staged": "^15.2.5",
197197
"minimist": "^1.2.8",
198-
"nodemon": "^3.1.0",
198+
"nodemon": "^3.1.1",
199199
"p-series": "^3.0.0",
200200
"pinia": "^2.1.7",
201201
"prettier": "^3.2.5",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"vue": "^3.4.27"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.37.1",
20+
"@tanstack/vue-query": "^5.38.0",
2121
"mande": "^2.0.9",
2222
"pinia": "^2.1.7",
2323
"vue": "^3.4.27"

0 commit comments

Comments
 (0)