Skip to content

Commit 8d47a92

Browse files
authored
Merge pull request #1504 from w3bdesign/develop
pinia-plugin-persistedstate
2 parents f06fc1f + b6c3c12 commit 8d47a92

File tree

5 files changed

+224
-749
lines changed

5 files changed

+224
-749
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ PUBLIC_GRAPHQL_URL = "change me"
22
PUBLIC_PLACEHOLDER_SMALL_IMAGE_URL = "https://via.placeholder.com/500"
33
PUBLIC_CURRENCY = "NOK"
44
PUBLIC_CURRENCY_LOCALE = "nb-NO"
5-
PUBLIC_ALGOLIA_INDEX_NAME= "change me"
6-
ALGOLIA_APPLICATION_ID = "change me"
7-
ALGOLIA_API_KEY = "change me"
5+
PUBLIC_ALGOLIA_INDEX_NAME= "change this"
6+
ALGOLIA_APPLICATION_ID = "change this"
7+
ALGOLIA_API_KEY = "change this"

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/nuxt",
1010
"@nuxtjs/apollo",
1111
"@formkit/nuxt",
1212
"@nuxtjs/algolia",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
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",
28-
"@pinia/nuxt": "^0.5.5",
25+
"@nuxtjs/apollo": "5.0.0-alpha.14",
26+
"@pinia/nuxt": "^0.11.1",
2927
"graphql": "^16.11.0",
30-
"pinia": "^2.3.1",
28+
"pinia": "^3.0.3",
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",
34-
"vite": "5.4.19",
34+
"vite": "6.3.5",
3535
"vue": "^3.5.17",
3636
"yup": "^1.6.1"
3737
}

0 commit comments

Comments
 (0)