@dargmuesli/nuxt-vio 14.1.2 → 14.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "8.4.
|
4
|
-
"@eslint/compat": "1.2.
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "8.4.18",
|
4
|
+
"@eslint/compat": "1.2.4",
|
5
5
|
"@heroicons/vue": "2.2.0",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "3.1.0",
|
8
|
-
"@nuxt/devtools": "1.6.
|
8
|
+
"@nuxt/devtools": "1.6.3",
|
9
9
|
"@nuxt/eslint": "0.7.2",
|
10
10
|
"@nuxt/image": "1.8.1",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
@@ -23,16 +23,16 @@
|
|
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.16.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",
|
30
|
-
"eslint-plugin-yml": "1.
|
31
|
-
"globals": "15.
|
32
|
-
"jiti": "2.4.
|
30
|
+
"eslint-plugin-yml": "1.16.0",
|
31
|
+
"globals": "15.13.0",
|
32
|
+
"jiti": "2.4.1",
|
33
33
|
"jose": "5.9.6",
|
34
34
|
"nuxt-gtag": "3.0.2",
|
35
|
-
"nuxt-security": "2.1.
|
35
|
+
"nuxt-security": "2.1.5",
|
36
36
|
"sweetalert2": "11.14.5",
|
37
37
|
"vue-tsc": "2.1.10"
|
38
38
|
},
|
@@ -46,16 +46,16 @@
|
|
46
46
|
"h3": "1.13.0",
|
47
47
|
"lodash-es": "4.17.21",
|
48
48
|
"nuxt": "3.14.1592",
|
49
|
-
"pinia": "2.
|
50
|
-
"prettier": "3.4.
|
49
|
+
"pinia": "2.3.0",
|
50
|
+
"prettier": "3.4.2",
|
51
51
|
"prettier-plugin-tailwindcss": "0.6.9",
|
52
52
|
"serve": "14.2.4",
|
53
53
|
"sharp": "0.33.5",
|
54
|
-
"stylelint": "16.
|
54
|
+
"stylelint": "16.11.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.2",
|
58
|
-
"tailwindcss": "3.4.
|
58
|
+
"tailwindcss": "3.4.16",
|
59
59
|
"unhead": "1.11.13",
|
60
60
|
"vue": "3.5.13",
|
61
61
|
"vue-router": "4.5.0"
|
@@ -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.1.
|
120
|
+
"version": "14.1.3"
|
121
121
|
}
|