@dargmuesli/nuxt-vio 14.0.10 → 14.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +2 -2
- package/package.json +5 -5
package/nuxt.config.ts
CHANGED
@@ -231,7 +231,7 @@ export default defineNuxtConfig(
|
|
231
231
|
'prefetch-src': false as const,
|
232
232
|
'report-to': undefined,
|
233
233
|
'report-uri': false as const,
|
234
|
-
|
234
|
+
'require-trusted-types-for': 'script', // csp-evaluator
|
235
235
|
sandbox: false as const,
|
236
236
|
'script-src': false as const,
|
237
237
|
'script-src-attr': false as const,
|
@@ -270,7 +270,7 @@ export default defineNuxtConfig(
|
|
270
270
|
},
|
271
271
|
nitro: {
|
272
272
|
experimental: {
|
273
|
-
openAPI: true
|
273
|
+
openAPI: false, // TODO: set to true (https://github.com/nuxt/content/issues/2839)
|
274
274
|
},
|
275
275
|
},
|
276
276
|
runtimeConfig: {
|
package/package.json
CHANGED
@@ -4,16 +4,16 @@
|
|
4
4
|
"@eslint/compat": "1.2.3",
|
5
5
|
"@heroicons/vue": "2.2.0",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
|
-
"@intlify/eslint-plugin-vue-i18n": "3.
|
7
|
+
"@intlify/eslint-plugin-vue-i18n": "3.1.0",
|
8
8
|
"@nuxt/devtools": "1.6.0",
|
9
|
-
"@nuxt/eslint": "0.7.
|
9
|
+
"@nuxt/eslint": "0.7.1",
|
10
10
|
"@nuxt/image": "1.8.1",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
13
13
|
"@nuxtjs/i18n": "8.5.6",
|
14
14
|
"@nuxtjs/seo": "2.0.0-rc.23",
|
15
15
|
"@nuxtjs/tailwindcss": "6.12.2",
|
16
|
-
"@pinia/nuxt": "0.
|
16
|
+
"@pinia/nuxt": "0.5.5",
|
17
17
|
"@tailwindcss/forms": "0.5.9",
|
18
18
|
"@tailwindcss/typography": "0.5.15",
|
19
19
|
"@types/lodash-es": "4.17.12",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"@vuelidate/validators": "2.0.4",
|
24
24
|
"clipboardy": "4.0.0",
|
25
25
|
"dayjs": "2.0.0-alpha.4",
|
26
|
-
"eslint": "9.
|
26
|
+
"eslint": "9.15.0",
|
27
27
|
"eslint-config-prettier": "9.1.0",
|
28
28
|
"eslint-plugin-compat": "6.0.1",
|
29
29
|
"eslint-plugin-prettier": "5.2.1",
|
@@ -117,5 +117,5 @@
|
|
117
117
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
118
118
|
},
|
119
119
|
"type": "module",
|
120
|
-
"version": "14.0
|
120
|
+
"version": "14.1.0"
|
121
121
|
}
|