Skip to content

Commit 9d5380e

Browse files
committed
pinia-plugin-persistedstate
1 parent f06fc1f commit 9d5380e

File tree

3 files changed

+24
-41
lines changed

3 files changed

+24
-41
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineNuxtConfig({
66
css: ["~/assets/css/main.css", "~/assets/css/animate.min.css"],
77
modules: [
88
"@pinia/nuxt",
9-
"@pinia-plugin-persistedstate/nuxt",
9+
"pinia-plugin-persistedstate",
1010
"@nuxtjs/apollo",
1111
"@formkit/nuxt",
1212
"@nuxtjs/algolia",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"tailwindcss": "^3.4.17"
2020
},
2121
"dependencies": {
22-
"postcss": "^8.5.6",
23-
"@nuxt/image": "1.10.0",
24-
"@nuxtjs/apollo": "5.0.0-alpha.14",
25-
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
2622
"@formkit/nuxt": "^1.6.9",
23+
"@nuxt/image": "1.10.0",
2724
"@nuxtjs/algolia": "^1.11.2",
25+
"@nuxtjs/apollo": "5.0.0-alpha.14",
2826
"@pinia/nuxt": "^0.5.5",
2927
"graphql": "^16.11.0",
3028
"pinia": "^2.3.1",
29+
"pinia-plugin-persistedstate": "^4.4.1",
30+
"postcss": "^8.5.6",
3131
"swiper": "^11.2.10",
3232
"uid": "^2.0.2",
3333
"vee-validate": "^4.15.1",

pnpm-lock.yaml

Lines changed: 19 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)