@dargmuesli/nuxt-vio 13.2.6 → 13.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +1 -1
- package/package.json +12 -12
package/nuxt.config.ts
CHANGED
@@ -182,7 +182,6 @@ export default defineNuxtConfig(
|
|
182
182
|
config: {
|
183
183
|
cookie_flags: 'samesite=strict',
|
184
184
|
},
|
185
|
-
enabled: false,
|
186
185
|
initCommands: [
|
187
186
|
[
|
188
187
|
'consent',
|
@@ -196,6 +195,7 @@ export default defineNuxtConfig(
|
|
196
195
|
},
|
197
196
|
],
|
198
197
|
],
|
198
|
+
initMode: 'manual',
|
199
199
|
},
|
200
200
|
htmlValidator: {
|
201
201
|
// failOnError: true, // TODO: enable once headers match requirements (https://github.com/unjs/unhead/issues/199#issuecomment-1815728703)
|
package/package.json
CHANGED
@@ -1,38 +1,38 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "8.4.
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "8.4.9",
|
4
4
|
"@eslint/compat": "1.1.1",
|
5
5
|
"@heroicons/vue": "2.1.5",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
|
8
|
-
"@nuxt/devtools": "1.
|
9
|
-
"@nuxt/eslint": "0.5.
|
10
|
-
"@nuxt/image": "1.
|
8
|
+
"@nuxt/devtools": "1.4.1",
|
9
|
+
"@nuxt/eslint": "0.5.4",
|
10
|
+
"@nuxt/image": "1.8.0",
|
11
11
|
"@nuxtjs/color-mode": "3.4.4",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
13
13
|
"@nuxtjs/i18n": "8.3.0",
|
14
14
|
"@nuxtjs/seo": "2.0.0-rc.19",
|
15
15
|
"@nuxtjs/tailwindcss": "6.12.1",
|
16
16
|
"@pinia/nuxt": "0.5.4",
|
17
|
-
"@tailwindcss/forms": "0.5.
|
18
|
-
"@tailwindcss/typography": "0.5.
|
17
|
+
"@tailwindcss/forms": "0.5.8",
|
18
|
+
"@tailwindcss/typography": "0.5.15",
|
19
19
|
"@types/lodash-es": "4.17.12",
|
20
20
|
"@urql/core": "5.0.6",
|
21
21
|
"@vuelidate/core": "2.0.3",
|
22
22
|
"@vuelidate/validators": "2.0.4",
|
23
23
|
"clipboardy": "4.0.0",
|
24
24
|
"dayjs": "2.0.0-alpha.4",
|
25
|
-
"eslint": "9.9.
|
25
|
+
"eslint": "9.9.1",
|
26
26
|
"eslint-config-prettier": "9.1.0",
|
27
27
|
"eslint-plugin-compat": "6.0.0",
|
28
28
|
"eslint-plugin-prettier": "5.2.1",
|
29
29
|
"eslint-plugin-yml": "1.14.0",
|
30
30
|
"globals": "15.9.0",
|
31
|
-
"jose": "5.
|
32
|
-
"nuxt-gtag": "
|
31
|
+
"jose": "5.8.0",
|
32
|
+
"nuxt-gtag": "3.0.1",
|
33
33
|
"nuxt-security": "2.0.0-rc.9",
|
34
34
|
"sweetalert2": "11.12.4",
|
35
|
-
"vue-tsc": "2.
|
35
|
+
"vue-tsc": "2.1.2"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@unhead/vue": "1.10.0",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"prettier-plugin-tailwindcss": "0.6.6",
|
52
52
|
"serve": "14.2.3",
|
53
53
|
"sharp": "0.33.5",
|
54
|
-
"stylelint": "16.
|
54
|
+
"stylelint": "16.9.0",
|
55
55
|
"stylelint-config-recommended-vue": "1.5.0",
|
56
56
|
"stylelint-config-standard": "36.0.1",
|
57
57
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
117
117
|
},
|
118
118
|
"type": "module",
|
119
|
-
"version": "13.2.
|
119
|
+
"version": "13.2.7"
|
120
120
|
}
|