@dargmuesli/nuxt-vio 14.0.3 → 14.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -11,13 +11,14 @@
|
|
11
11
|
"@nuxtjs/color-mode": "3.5.1",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
13
13
|
"@nuxtjs/i18n": "8.5.5",
|
14
|
-
"@nuxtjs/seo": "2.0.0-rc.
|
14
|
+
"@nuxtjs/seo": "2.0.0-rc.23",
|
15
15
|
"@nuxtjs/tailwindcss": "6.12.1",
|
16
16
|
"@pinia/nuxt": "0.5.4",
|
17
17
|
"@tailwindcss/forms": "0.5.9",
|
18
18
|
"@tailwindcss/typography": "0.5.15",
|
19
19
|
"@types/lodash-es": "4.17.12",
|
20
20
|
"@urql/core": "5.0.6",
|
21
|
+
"@urql/vue": "1.4.1",
|
21
22
|
"@vuelidate/core": "2.0.3",
|
22
23
|
"@vuelidate/validators": "2.0.4",
|
23
24
|
"clipboardy": "4.0.0",
|
@@ -28,6 +29,7 @@
|
|
28
29
|
"eslint-plugin-prettier": "5.2.1",
|
29
30
|
"eslint-plugin-yml": "1.14.0",
|
30
31
|
"globals": "15.9.0",
|
32
|
+
"jiti": "2.0.0",
|
31
33
|
"jose": "5.9.3",
|
32
34
|
"nuxt-gtag": "3.0.1",
|
33
35
|
"nuxt-security": "2.0.0",
|
@@ -35,15 +37,13 @@
|
|
35
37
|
"vue-tsc": "2.1.6"
|
36
38
|
},
|
37
39
|
"devDependencies": {
|
38
|
-
"@unhead/vue": "1.11.
|
40
|
+
"@unhead/vue": "1.11.7",
|
39
41
|
"@urql/devtools": "2.0.3",
|
40
42
|
"@urql/exchange-graphcache": "7.1.3",
|
41
|
-
"@urql/vue": "1.4.1",
|
42
43
|
"consola": "3.2.3",
|
43
44
|
"cookie-es": "1.2.2",
|
44
45
|
"defu": "6.1.4",
|
45
46
|
"h3": "1.12.0",
|
46
|
-
"jiti": "2.0.0",
|
47
47
|
"lodash-es": "4.17.21",
|
48
48
|
"nuxt": "3.13.2",
|
49
49
|
"pinia": "2.2.2",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"stylelint-config-standard": "36.0.1",
|
57
57
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
58
58
|
"tailwindcss": "3.4.13",
|
59
|
-
"unhead": "1.11.
|
59
|
+
"unhead": "1.11.7",
|
60
60
|
"vue": "3.5.10",
|
61
61
|
"vue-router": "4.4.5"
|
62
62
|
},
|
@@ -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.0.5"
|
121
121
|
}
|