Skip to content

Commit c5df63f

Browse files
authored
Merge pull request #1295 from w3bdesign/dev
Fix loading bug
2 parents 3c7308f + cd9adad commit c5df63f

File tree

3 files changed

+93
-161
lines changed

3 files changed

+93
-161
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && npm run format"
1212
},
1313
"devDependencies": {
14-
"@nuxt/image": "1.4.0",
15-
"@nuxtjs/apollo": "5.0.0-alpha.13",
16-
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
1714
"@playwright/test": "^1.42.1",
1815
"autoprefixer": "^10.4.18",
1916
"nuxt": "^3.11.0",
2017
"nuxt-icon": "^0.6.9",
21-
"postcss": "^8.4.36",
2218
"prettier": "^3.2.5",
2319
"tailwindcss": "^3.4.1"
2420
},
2521
"dependencies": {
22+
"postcss": "^8.4.36",
23+
"@nuxt/image": "1.4.0",
24+
"@nuxtjs/apollo": "5.0.0-alpha.13",
25+
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
2626
"@formkit/nuxt": "^1.6.0",
2727
"@nuxtjs/algolia": "^1.10.1",
2828
"@pinia/nuxt": "^0.5.1",
29-
"graphql": "^16.8.1",
29+
"graphql": "^16.8.1",
3030
"pinia": "^2.1.7",
3131
"swiper": "^10.3.1",
3232
"uid": "^2.0.2",

0 commit comments

Comments
 (0)