Skip to content

Commit 683a798

Browse files
committed
chore: up pinia colada
1 parent 3aea904 commit 683a798

File tree

4 files changed

+600
-185
lines changed

4 files changed

+600
-185
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
}
188188
},
189189
"devDependencies": {
190-
"@pinia/colada": "^0.6.0",
190+
"@pinia/colada": "^0.7.0",
191191
"@shikijs/vitepress-twoslash": "1.11.0",
192192
"@tanstack/vue-query": "^5.51.9",
193193
"@types/node": "^20.14.11",
@@ -205,14 +205,14 @@
205205
"minimist": "^1.2.8",
206206
"nodemon": "^3.1.4",
207207
"p-series": "^3.0.0",
208-
"pinia": "^2.1.7",
208+
"pinia": "^2.2.0",
209209
"prettier": "^3.3.3",
210210
"rimraf": "^6.0.1",
211211
"rollup": "^4.19.0",
212212
"semver": "^7.6.3",
213213
"ts-expect": "^1.3.0",
214214
"tsup": "^8.2.1",
215-
"typescript": "^5.5.3",
215+
"typescript": "^5.5.4",
216216
"unplugin-auto-import": "^0.18.0",
217217
"unplugin-vue-markdown": "^0.26.2",
218218
"unplugin-vue-router": "workspace:*",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.51.9",
2020
"mande": "^2.0.9",
21-
"pinia": "^2.1.7",
21+
"pinia": "^2.2.0",
2222
"vue": "^3.4.33",
2323
"vue-router": "^4.4.0"
2424
}

0 commit comments

Comments
 (0)