@dargmuesli/nuxt-vio 1.10.7 → 1.10.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.8",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -37,19 +37,19 @@
|
|
37
37
|
"lint:ts": "nuxt typecheck"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@dargmuesli/nuxt-cookie-control": "5.9.
|
41
|
-
"@http-util/status-i18n": "0.
|
42
|
-
"@nuxtjs/html-validator": "1.
|
43
|
-
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-beta.12-
|
40
|
+
"@dargmuesli/nuxt-cookie-control": "5.9.3",
|
41
|
+
"@http-util/status-i18n": "0.7.0",
|
42
|
+
"@nuxtjs/html-validator": "1.4.0",
|
43
|
+
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@8.0.0-beta.12-28093625.9f9fd2e",
|
44
44
|
"@nuxtjs/tailwindcss": "6.7.0",
|
45
45
|
"@tailwindcss/typography": "0.5.9",
|
46
46
|
"nuxt-seo-kit": "1.3.8",
|
47
|
-
"sweetalert2": "11.7.
|
47
|
+
"sweetalert2": "11.7.10",
|
48
48
|
"vue-gtag": "2.0.1"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@commitlint/cli": "17.6.
|
52
|
-
"@commitlint/config-conventional": "17.6.
|
51
|
+
"@commitlint/cli": "17.6.5",
|
52
|
+
"@commitlint/config-conventional": "17.6.5",
|
53
53
|
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
|
54
54
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
55
55
|
"eslint": "8.41.0",
|
@@ -59,13 +59,13 @@
|
|
59
59
|
"eslint-plugin-yml": "1.7.0",
|
60
60
|
"husky": "8.0.3",
|
61
61
|
"lint-staged": "13.2.2",
|
62
|
-
"nuxt": "3.5.
|
62
|
+
"nuxt": "3.5.2",
|
63
63
|
"prettier": "2.8.8",
|
64
64
|
"stylelint": "15.6.2",
|
65
65
|
"stylelint-config-recommended-vue": "1.4.0",
|
66
66
|
"stylelint-config-standard": "33.0.0",
|
67
67
|
"stylelint-no-unsupported-browser-features": "6.1.0",
|
68
|
-
"typescript": "5.
|
68
|
+
"typescript": "5.1.3",
|
69
69
|
"vue-tsc": "1.6.5"
|
70
70
|
}
|
71
71
|
}
|