@dargmuesli/nuxt-vio 18.2.6 → 18.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.ts +2 -2
  2. package/package.json +12 -12
package/nuxt.config.ts CHANGED
@@ -54,7 +54,7 @@ export default defineNuxtConfig(
54
54
  '@pinia/nuxt',
55
55
  'nuxt-gtag',
56
56
  (_options, nuxt) => {
57
- if (nuxt.options._generate) {
57
+ if (nuxt.options.nitro.static) {
58
58
  nuxt.options.features.inlineStyles = false
59
59
  }
60
60
  },
@@ -66,7 +66,7 @@ export default defineNuxtConfig(
66
66
  typeof nuxtConfigSecurityHeaders !== 'boolean' &&
67
67
  nuxtConfigSecurityHeaders.contentSecurityPolicy
68
68
  ) {
69
- if (nuxt.options._generate) {
69
+ if (nuxt.options.nitro.static) {
70
70
  nuxtConfigSecurityHeaders.contentSecurityPolicy = defu(
71
71
  {
72
72
  'script-src-elem': [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "9.0.5",
4
- "@eslint/compat": "1.2.9",
3
+ "@dargmuesli/nuxt-cookie-control": "9.0.6",
4
+ "@eslint/compat": "1.3.0",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.9.0",
7
7
  "@intlify/eslint-plugin-vue-i18n": "4.0.1",
@@ -15,7 +15,7 @@
15
15
  "@pinia/nuxt": "0.11.1",
16
16
  "@tailwindcss/forms": "0.5.10",
17
17
  "@tailwindcss/typography": "0.5.16",
18
- "@tailwindcss/vite": "4.1.8",
18
+ "@tailwindcss/vite": "4.1.10",
19
19
  "@types/lodash-es": "4.17.12",
20
20
  "@urql/core": "5.1.1",
21
21
  "@urql/vue": "1.4.3",
@@ -23,10 +23,10 @@
23
23
  "@vuelidate/validators": "2.0.4",
24
24
  "clipboardy": "4.0.0",
25
25
  "dayjs": "2.0.0-alpha.4",
26
- "eslint": "9.28.0",
26
+ "eslint": "9.29.0",
27
27
  "eslint-config-prettier": "10.1.5",
28
28
  "eslint-plugin-compat": "6.0.2",
29
- "eslint-plugin-prettier": "5.4.1",
29
+ "eslint-plugin-prettier": "5.5.0",
30
30
  "eslint-plugin-yml": "1.18.0",
31
31
  "globals": "16.2.0",
32
32
  "jiti": "2.4.2",
@@ -37,7 +37,7 @@
37
37
  "vue-tsc": "2.2.10"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/node": "22.15.29",
40
+ "@types/node": "22.15.32",
41
41
  "@urql/devtools": "2.0.3",
42
42
  "@urql/exchange-graphcache": "7.2.3",
43
43
  "consola": "3.4.2",
@@ -47,15 +47,15 @@
47
47
  "nuxt": "3.17.5",
48
48
  "pinia": "3.0.3",
49
49
  "prettier": "3.5.3",
50
- "prettier-plugin-tailwindcss": "0.6.12",
50
+ "prettier-plugin-tailwindcss": "0.6.13",
51
51
  "serve": "14.2.4",
52
52
  "sharp": "0.34.2",
53
- "stylelint": "16.20.0",
53
+ "stylelint": "16.21.0",
54
54
  "stylelint-config-recommended-vue": "1.6.0",
55
55
  "stylelint-config-standard": "38.0.0",
56
56
  "stylelint-no-unsupported-browser-features": "8.0.4",
57
- "tailwindcss": "4.1.8",
58
- "vue": "3.5.16",
57
+ "tailwindcss": "4.1.10",
58
+ "vue": "3.5.17",
59
59
  "vue-router": "4.5.1"
60
60
  },
61
61
  "engines": {
@@ -75,7 +75,7 @@
75
75
  "name": "@dargmuesli/nuxt-vio",
76
76
  "peerDependencies": {
77
77
  "nuxt": "3.17.5",
78
- "vue": "3.5.16",
78
+ "vue": "3.5.17",
79
79
  "vue-router": "4.5.1"
80
80
  },
81
81
  "publishConfig": {
@@ -106,5 +106,5 @@
106
106
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
107
107
  },
108
108
  "type": "module",
109
- "version": "18.2.6"
109
+ "version": "18.2.8"
110
110
  }