Skip to content

Commit a3ca136

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 013926a commit a3ca136

File tree

3 files changed

+334
-311
lines changed

3 files changed

+334
-311
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
]
156156
},
157157
"dependencies": {
158-
"@babel/types": "^7.23.9",
158+
"@babel/types": "^7.24.0",
159159
"@rollup/pluginutils": "^5.1.0",
160160
"@vue-macros/common": "^1.10.1",
161161
"ast-walker-scope": "^0.6.0",
@@ -166,7 +166,7 @@
166166
"mlly": "^1.6.1",
167167
"pathe": "^1.1.2",
168168
"scule": "^1.3.0",
169-
"unplugin": "^1.7.1",
169+
"unplugin": "^1.8.0",
170170
"yaml": "^2.4.0"
171171
},
172172
"peerDependencies": {
@@ -180,8 +180,8 @@
180180
"devDependencies": {
181181
"@pinia/colada": "^0.5.3",
182182
"@shikijs/vitepress-twoslash": "1.1.7",
183-
"@tanstack/vue-query": "^5.24.1",
184-
"@types/node": "^20.11.20",
183+
"@tanstack/vue-query": "^5.24.7",
184+
"@types/node": "^20.11.24",
185185
"@vitest/coverage-v8": "^1.3.1",
186186
"@vitest/ui": "^1.3.1",
187187
"@volar/vue-language-core": "^1.6.5",
@@ -190,8 +190,8 @@
190190
"conventional-changelog-cli": "^4.1.0",
191191
"enquirer": "^2.4.1",
192192
"execa": "^8.0.1",
193-
"firebase": "^10.8.0",
194-
"happy-dom": "^13.6.0",
193+
"firebase": "^10.8.1",
194+
"happy-dom": "^13.6.2",
195195
"lint-staged": "^15.2.2",
196196
"minimist": "^1.2.8",
197197
"nodemon": "^3.1.0",
@@ -210,7 +210,7 @@
210210
"vite": "^5.1.4",
211211
"vitepress": "1.0.0-rc.44",
212212
"vitest": "^1.3.1",
213-
"vue": "^3.4.20",
213+
"vue": "^3.4.21",
214214
"vue-router": "4.3.0",
215215
"vue-router-mock": "^1.1.0",
216216
"vue-tsc": "^1.8.27",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"devDependencies": {
1010
"@vitejs/plugin-vue": "^5.0.4",
11-
"@vue/compiler-sfc": "^3.4.20",
11+
"@vue/compiler-sfc": "^3.4.21",
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
1515
"vite": "^5.1.4",
1616
"vite-plugin-inspect": "^0.8.3",
17-
"vue": "^3.4.20"
17+
"vue": "^3.4.21"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.24.1",
20+
"@tanstack/vue-query": "^5.24.7",
2121
"mande": "^2.0.8",
2222
"pinia": "^2.1.7",
23-
"vue": "^3.4.20"
23+
"vue": "^3.4.21"
2424
}
2525
}

0 commit comments

Comments
 (0)