Update Nuxt Configuration and Package Dependencies

- Modified the `nuxt.config.ts` file to correct the `cssPath` for Tailwind CSS from an array to a string format, ensuring proper configuration.
- Updated `package-lock.json` and `package.json` to reflect the following dependency upgrades:
  - Upgraded `@pinia/nuxt` from `0.5.5` to `0.11.0`.
  - Upgraded `@vueuse/core` from `11.2.0` to `13.1.0`.
  - Upgraded `pinia` from `2.2.4` to `3.0.2`.
  - Upgraded `@nuxt/eslint-config` from `0.2.0` to `1.3.0`.
  - Upgraded `@nuxt/icon` from `1.8.2` to `1.12.0`.
  - Upgraded `@nuxtjs/sitemap` from `6.1.3` to `7.2.0`.
  - Upgraded `eslint` from `8.57.1` to `9.0.0`.
  - Upgraded `nuxt` from `3.16.1` to `3.17.1`.

These changes enhance the configuration and ensure compatibility with the latest versions of dependencies, improving overall application stability and performance.
This commit is contained in:
JhumanJ 2025-04-29 14:54:20 +02:00
parent 204724e34c
commit f2f5213d46
3 changed files with 5911 additions and 3808 deletions

View File

@ -115,7 +115,7 @@ export default defineNuxtConfig({
],
tailwindcss: {
cssPath: ['~/scss/app.scss']
cssPath: '~/scss/app.scss'
},
colorMode: {
@ -141,4 +141,4 @@ export default defineNuxtConfig({
runtimeConfig,
gtm,
compatibilityDate: '2024-10-30'
})
})

9696
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,17 +16,16 @@
"@iconify-json/clarity": "^1.2.1",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/octicon": "^1.2.1",
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/icon": "^1.8.2",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/icon": "^1.12.0",
"@nuxtjs/i18n": "^9.0.0",
"@nuxtjs/sitemap": "^6.1.3",
"@nuxtjs/sitemap": "^7.2.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.16.1",
"nuxt": "^3.17.1",
"nuxt-utm": "^0.2.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
@ -38,14 +37,14 @@
"@codemirror/lang-html": "^6.4.9",
"@iconify-json/material-symbols": "^1.2.4",
"@nuxt/ui": "^2.19.2",
"@pinia/nuxt": "^0.5.5",
"@pinia/nuxt": "^0.11.0",
"@popperjs/core": "^2.11.8",
"@stripe/stripe-js": "^5.5.0",
"@sentry/nuxt": "^9.8.0",
"@sentry/vite-plugin": "^3.2.2",
"@sentry/vue": "^9.8.0",
"@stripe/stripe-js": "^5.5.0",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^13.1.0",
"@vueuse/integrations": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^11.2.0",
@ -61,7 +60,7 @@
"js-sha256": "^0.10.1",
"libphonenumber-js": "^1.11.12",
"object-to-formdata": "^4.5.1",
"pinia": "^2.2.4",
"pinia": "^3.0.2",
"prismjs": "^1.29.0",
"qrcode": "^1.5.4",
"quagga": "^0.12.1",