@dargmuesli/nuxt-vio 11.2.2 → 11.2.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +22 -22
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "11.2.
|
3
|
+
"version": "11.2.6",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"engines": {
|
13
13
|
"node": "20"
|
14
14
|
},
|
15
|
-
"packageManager": "pnpm@9.
|
15
|
+
"packageManager": "pnpm@9.1.1",
|
16
16
|
"files": [
|
17
17
|
".config",
|
18
18
|
"assets",
|
@@ -35,16 +35,16 @@
|
|
35
35
|
],
|
36
36
|
"main": "nuxt.config.ts",
|
37
37
|
"dependencies": {
|
38
|
-
"@dargmuesli/nuxt-cookie-control": "8.
|
38
|
+
"@dargmuesli/nuxt-cookie-control": "8.3.2",
|
39
39
|
"@heroicons/vue": "2.1.3",
|
40
40
|
"@http-util/status-i18n": "0.8.1",
|
41
|
-
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.
|
42
|
-
"@nuxt/devtools": "1.
|
43
|
-
"@nuxt/eslint": "0.3.
|
44
|
-
"@nuxt/image": "1.
|
41
|
+
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.12",
|
42
|
+
"@nuxt/devtools": "1.3.1",
|
43
|
+
"@nuxt/eslint": "0.3.12",
|
44
|
+
"@nuxt/image": "1.7.0",
|
45
45
|
"@nuxtjs/color-mode": "3.4.1",
|
46
|
-
"@nuxtjs/html-validator": "1.8.
|
47
|
-
"@nuxtjs/i18n": "8.3.
|
46
|
+
"@nuxtjs/html-validator": "1.8.1",
|
47
|
+
"@nuxtjs/i18n": "8.3.0",
|
48
48
|
"@nuxtjs/seo": "2.0.0-rc.10",
|
49
49
|
"@nuxtjs/tailwindcss": "6.12.0",
|
50
50
|
"@pinia/nuxt": "0.5.1",
|
@@ -56,24 +56,24 @@
|
|
56
56
|
"@vuelidate/validators": "2.0.4",
|
57
57
|
"clipboardy": "4.0.0",
|
58
58
|
"dayjs": "2.0.0-alpha.4",
|
59
|
-
"eslint": "9.
|
59
|
+
"eslint": "9.2.0",
|
60
60
|
"eslint-config-prettier": "9.1.0",
|
61
61
|
"eslint-plugin-compat": "4.2.0",
|
62
62
|
"eslint-plugin-prettier": "5.1.3",
|
63
63
|
"eslint-plugin-yml": "1.14.0",
|
64
|
-
"globals": "15.
|
65
|
-
"jose": "5.
|
64
|
+
"globals": "15.2.0",
|
65
|
+
"jose": "5.3.0",
|
66
66
|
"nuxt-gtag": "2.0.5",
|
67
67
|
"nuxt-security": "1.4.3",
|
68
|
-
"sweetalert2": "11.
|
68
|
+
"sweetalert2": "11.11.0"
|
69
69
|
},
|
70
70
|
"devDependencies": {
|
71
71
|
"@axe-core/playwright": "4.9.0",
|
72
|
-
"@playwright/test": "1.
|
73
|
-
"@unhead/vue": "1.9.
|
72
|
+
"@playwright/test": "1.44.0",
|
73
|
+
"@unhead/vue": "1.9.10",
|
74
74
|
"@urql/devtools": "2.0.3",
|
75
|
-
"@urql/exchange-graphcache": "7.0
|
76
|
-
"@urql/vue": "1.
|
75
|
+
"@urql/exchange-graphcache": "7.1.0",
|
76
|
+
"@urql/vue": "1.2.0",
|
77
77
|
"consola": "3.2.3",
|
78
78
|
"cookie-es": "1.1.0",
|
79
79
|
"cross-env": "7.0.3",
|
@@ -93,15 +93,15 @@
|
|
93
93
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
94
94
|
"tailwindcss": "3.4.3",
|
95
95
|
"ufo": "1.5.3",
|
96
|
-
"unhead": "1.9.
|
97
|
-
"vue": "3.4.
|
96
|
+
"unhead": "1.9.10",
|
97
|
+
"vue": "3.4.27",
|
98
98
|
"vue-router": "4.3.2",
|
99
|
-
"vue-tsc": "2.0.
|
99
|
+
"vue-tsc": "2.0.17"
|
100
100
|
},
|
101
101
|
"peerDependencies": {
|
102
102
|
"nuxt": "3.11.2",
|
103
|
-
"playwright-core": "1.
|
104
|
-
"vue": "3.4.
|
103
|
+
"playwright-core": "1.44.0",
|
104
|
+
"vue": "3.4.27",
|
105
105
|
"vue-router": "4.3.2"
|
106
106
|
},
|
107
107
|
"scripts": {
|