Skip to content

Commit e61d071

Browse files
committed
refactor: upgrade pinia colada and other deps
1 parent db59a34 commit e61d071

File tree

6 files changed

+2342
-3049
lines changed

6 files changed

+2342
-3049
lines changed

examples/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@pinia/nuxt": "^0.5.5",
11-
"nuxt": "^3.13.2",
10+
"@pinia/nuxt": "^0.7.0",
11+
"nuxt": "^3.14.1592",
1212
"unplugin-vue-router": "workspace:*"
1313
},
1414
"dependencies": {
15-
"@pinia/colada": "^0.10.0",
16-
"pinia": "^2.2.4"
15+
"@pinia/colada": "^0.12.1",
16+
"pinia": "^2.2.8"
1717
}
1818
}

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,13 @@
173173
"chokidar": "^3.6.0",
174174
"fast-glob": "^3.3.2",
175175
"json5": "^2.2.3",
176-
"local-pkg": "^0.5.0",
177-
"magic-string": "^0.30.12",
178-
"mlly": "^1.7.2",
176+
"local-pkg": "^0.5.1",
177+
"magic-string": "^0.30.14",
178+
"mlly": "^1.7.3",
179179
"pathe": "^1.1.2",
180180
"scule": "^1.3.0",
181-
"unplugin": "^1.14.1",
182-
"yaml": "^2.6.0"
181+
"unplugin": "^1.16.0",
182+
"yaml": "^2.6.1"
183183
},
184184
"peerDependencies": {
185185
"vue-router": "^4.4.0"
@@ -190,45 +190,45 @@
190190
}
191191
},
192192
"devDependencies": {
193-
"@pinia/colada": "^0.11.0",
194-
"@shikijs/vitepress-twoslash": "1.22.1",
195-
"@tanstack/vue-query": "^5.59.16",
196-
"@types/node": "^22.8.7",
197-
"@vitest/coverage-v8": "^2.1.3",
198-
"@vitest/ui": "^2.1.3",
193+
"@pinia/colada": "^0.12.1",
194+
"@shikijs/vitepress-twoslash": "1.23.1",
195+
"@tanstack/vue-query": "^5.60.6",
196+
"@types/node": "^22.10.1",
197+
"@vitest/coverage-v8": "^2.1.6",
198+
"@vitest/ui": "^2.1.6",
199199
"@volar/vue-language-core": "^1.6.5",
200200
"@vue/test-utils": "^2.4.6",
201201
"chalk": "^5.3.0",
202202
"conventional-changelog-cli": "^5.0.0",
203203
"enquirer": "^2.4.1",
204-
"execa": "^9.5.0",
205-
"firebase": "^11.0.1",
206-
"happy-dom": "^15.7.4",
204+
"execa": "^9.5.1",
205+
"firebase": "^11.0.2",
206+
"happy-dom": "^15.11.7",
207207
"lint-staged": "^15.2.10",
208208
"minimist": "^1.2.8",
209209
"nodemon": "^3.1.7",
210210
"p-series": "^3.0.0",
211-
"pinia": "^2.2.4",
211+
"pinia": "^2.2.8",
212212
"prettier": "^3.3.3",
213213
"rimraf": "^6.0.1",
214-
"rollup": "^4.24.2",
214+
"rollup": "^4.27.4",
215215
"semver": "^7.6.3",
216216
"ts-expect": "^1.3.0",
217217
"tsup": "^8.3.5",
218218
"typescript": "^5.6.3",
219-
"unplugin-auto-import": "^0.18.3",
220-
"unplugin-vue-markdown": "^0.26.2",
219+
"unplugin-auto-import": "^0.18.6",
220+
"unplugin-vue-markdown": "^0.26.3",
221221
"unplugin-vue-router": "workspace:*",
222-
"vite": "^5.4.10",
223-
"vite-plugin-vue-devtools": "^7.5.4",
224-
"vitepress": "1.4.1",
225-
"vitest": "^2.1.3",
226-
"vue": "^3.5.12",
227-
"vue-router": "^4.4.5",
222+
"vite": "^5.4.11",
223+
"vite-plugin-vue-devtools": "^7.6.7",
224+
"vitepress": "1.5.0",
225+
"vitest": "^2.1.6",
226+
"vue": "^3.5.13",
227+
"vue-router": "^4.5.0",
228228
"vue-router-mock": "^1.1.0",
229-
"vue-tsc": "^2.1.8",
229+
"vue-tsc": "^2.1.10",
230230
"vuefire": "^3.2.0",
231-
"webpack": "^5.95.0",
231+
"webpack": "^5.96.1",
232232
"yorkie": "^2.0.0"
233233
}
234234
}

playground/package.json

Lines changed: 9 additions & 9 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.4",
11-
"@vue/compiler-sfc": "^3.5.12",
12-
"@vue/tsconfig": "^0.5.1",
10+
"@vitejs/plugin-vue": "^5.2.1",
11+
"@vue/compiler-sfc": "^3.5.13",
12+
"@vue/tsconfig": "^0.6.0",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.10",
16-
"vite-plugin-inspect": "^0.8.7"
15+
"vite": "^5.4.11",
16+
"vite-plugin-inspect": "^0.8.8"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.59.16",
19+
"@tanstack/vue-query": "^5.60.6",
2020
"mande": "^2.0.9",
21-
"pinia": "^2.2.4",
22-
"vue": "^3.5.12",
23-
"vue-router": "^4.4.5"
21+
"pinia": "^2.2.8",
22+
"vue": "^3.5.13",
23+
"vue-router": "^4.5.0"
2424
}
2525
}

0 commit comments

Comments
 (0)