@dargmuesli/nuxt-vio 18.3.10 → 18.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -5
package/package.json
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
"@nuxt/image": "1.11.0",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "2.1.0",
|
13
|
-
"@nuxtjs/i18n": "10.0.6",
|
14
13
|
"@nuxtjs/seo": "3.1.0",
|
15
14
|
"@pinia/nuxt": "0.11.2",
|
16
15
|
"@tailwindcss/forms": "0.5.10",
|
@@ -23,7 +22,7 @@
|
|
23
22
|
"@vuelidate/validators": "2.0.4",
|
24
23
|
"clipboardy": "4.0.0",
|
25
24
|
"dayjs": "2.0.0-alpha.4",
|
26
|
-
"eslint": "9.
|
25
|
+
"eslint": "9.35.0",
|
27
26
|
"eslint-config-prettier": "10.1.8",
|
28
27
|
"eslint-plugin-compat": "6.0.2",
|
29
28
|
"eslint-plugin-prettier": "5.5.4",
|
@@ -37,6 +36,7 @@
|
|
37
36
|
"vue-tsc": "3.0.6"
|
38
37
|
},
|
39
38
|
"devDependencies": {
|
39
|
+
"@nuxtjs/i18n": "10.0.6",
|
40
40
|
"@types/node": "22.18.1",
|
41
41
|
"@urql/devtools": "2.0.3",
|
42
42
|
"@urql/exchange-graphcache": "8.1.0",
|
@@ -44,13 +44,13 @@
|
|
44
44
|
"defu": "6.1.4",
|
45
45
|
"h3": "1.15.4",
|
46
46
|
"lodash-es": "4.17.21",
|
47
|
-
"nuxt": "4.1.
|
47
|
+
"nuxt": "4.1.1",
|
48
48
|
"pinia": "3.0.3",
|
49
49
|
"prettier": "3.6.2",
|
50
50
|
"prettier-plugin-tailwindcss": "0.6.14",
|
51
51
|
"serve": "14.2.5",
|
52
52
|
"sharp": "0.34.3",
|
53
|
-
"stylelint": "16.
|
53
|
+
"stylelint": "16.24.0",
|
54
54
|
"stylelint-config-recommended-vue": "1.6.1",
|
55
55
|
"stylelint-config-standard": "39.0.0",
|
56
56
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
@@ -74,6 +74,7 @@
|
|
74
74
|
"main": "nuxt.config.ts",
|
75
75
|
"name": "@dargmuesli/nuxt-vio",
|
76
76
|
"peerDependencies": {
|
77
|
+
"@nuxtjs/i18n": "^10.0.6",
|
77
78
|
"nuxt": "^4.1.0",
|
78
79
|
"vue": "^3.5.21",
|
79
80
|
"vue-router": "^4.5.1"
|
@@ -106,5 +107,5 @@
|
|
106
107
|
"start:static": "serve playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
107
108
|
},
|
108
109
|
"type": "module",
|
109
|
-
"version": "18.3.
|
110
|
+
"version": "18.3.11"
|
110
111
|
}
|