Skip to content

Commit d76fb2c

Browse files
committed
chore: up deps
1 parent 6952935 commit d76fb2c

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

examples/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@pinia/colada-nuxt": "0.0.6",
10+
"@pinia/colada-nuxt": "0.1.0",
1111
"@pinia/nuxt": "^0.10.1",
1212
"nuxt": "^3.16.0",
1313
"unplugin-vue-router": "workspace:*"
1414
},
1515
"dependencies": {
16-
"@pinia/colada": "^0.13.8",
16+
"@pinia/colada": "^0.14.0",
1717
"pinia": "^3.0.1"
1818
}
1919
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"devDependencies": {
159159
"@babel/types": "^7.26.8",
160-
"@pinia/colada": "^0.13.8",
160+
"@pinia/colada": "^0.14.0",
161161
"@posva/prompts": "^2.4.4",
162162
"@shikijs/vitepress-twoslash": "3.0.0",
163163
"@tanstack/vue-query": "^5.66.0",

playground/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { DataLoaderPlugin } from 'unplugin-vue-router/data-loaders'
99
const app = createApp(App)
1010

1111
app.use(createPinia())
12-
app.use(PiniaColada)
12+
app.use(PiniaColada, {})
1313
app.use(VueQueryPlugin, {
1414
queryClientConfig: {
1515
mutationCache: new MutationCache({

pnpm-lock.yaml

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)