@dargmuesli/nuxt-vio 1.10.4 → 1.10.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
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.10.
|
3
|
+
"version": "1.10.5",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"engines": {
|
9
9
|
"node": "20"
|
10
10
|
},
|
11
|
-
"packageManager": "pnpm@8.
|
11
|
+
"packageManager": "pnpm@8.5.0",
|
12
12
|
"files": [
|
13
13
|
"assets",
|
14
14
|
"components",
|
@@ -37,11 +37,11 @@
|
|
37
37
|
"lint:ts": "nuxt typecheck"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@dargmuesli/nuxt-cookie-control": "5.
|
40
|
+
"@dargmuesli/nuxt-cookie-control": "5.9.1",
|
41
41
|
"@http-util/status-i18n": "0.6.2",
|
42
42
|
"@nuxtjs/html-validator": "1.2.5",
|
43
43
|
"@nuxtjs/i18n": "8.0.0-beta.10",
|
44
|
-
"@nuxtjs/tailwindcss": "6.
|
44
|
+
"@nuxtjs/tailwindcss": "6.7.0",
|
45
45
|
"@tailwindcss/typography": "0.5.9",
|
46
46
|
"nuxt-seo-kit": "1.3.8",
|
47
47
|
"sweetalert2": "11.7.5",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"eslint-config-prettier": "8.8.0",
|
57
57
|
"eslint-plugin-nuxt": "4.0.0",
|
58
58
|
"eslint-plugin-prettier": "4.2.1",
|
59
|
-
"eslint-plugin-yml": "1.
|
59
|
+
"eslint-plugin-yml": "1.7.0",
|
60
60
|
"husky": "8.0.3",
|
61
61
|
"lint-staged": "13.2.2",
|
62
62
|
"nuxt": "3.4.3",
|
@@ -66,6 +66,6 @@
|
|
66
66
|
"stylelint-config-standard": "33.0.0",
|
67
67
|
"stylelint-no-unsupported-browser-features": "6.1.0",
|
68
68
|
"typescript": "5.0.4",
|
69
|
-
"vue-tsc": "1.6.
|
69
|
+
"vue-tsc": "1.6.5"
|
70
70
|
}
|
71
71
|
}
|