@dargmuesli/nuxt-vio 14.0.9 → 14.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
3
|
"@dargmuesli/nuxt-cookie-control": "8.4.16",
|
4
|
-
"@eslint/compat": "1.2.
|
5
|
-
"@heroicons/vue": "2.
|
4
|
+
"@eslint/compat": "1.2.3",
|
5
|
+
"@heroicons/vue": "2.2.0",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
|
8
8
|
"@nuxt/devtools": "1.6.0",
|
9
|
-
"@nuxt/eslint": "0.
|
9
|
+
"@nuxt/eslint": "0.7.0",
|
10
10
|
"@nuxt/image": "1.8.1",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"jiti": "2.4.0",
|
33
33
|
"jose": "5.9.6",
|
34
34
|
"nuxt-gtag": "3.0.1",
|
35
|
-
"nuxt-security": "2.
|
35
|
+
"nuxt-security": "2.1.1",
|
36
36
|
"sweetalert2": "11.14.5",
|
37
37
|
"vue-tsc": "2.1.10"
|
38
38
|
},
|
@@ -55,9 +55,9 @@
|
|
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.15",
|
59
59
|
"unhead": "1.11.11",
|
60
|
-
"vue": "3.5.
|
60
|
+
"vue": "3.5.13",
|
61
61
|
"vue-router": "4.4.5"
|
62
62
|
},
|
63
63
|
"engines": {
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"name": "@dargmuesli/nuxt-vio",
|
88
88
|
"peerDependencies": {
|
89
89
|
"nuxt": "3.14.159",
|
90
|
-
"vue": "3.5.
|
90
|
+
"vue": "3.5.13",
|
91
91
|
"vue-router": "4.4.5"
|
92
92
|
},
|
93
93
|
"publishConfig": {
|
@@ -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.10"
|
121
121
|
}
|