@dargmuesli/nuxt-vio 10.2.10 → 10.2.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "10.2.
|
3
|
+
"version": "10.2.11",
|
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@8.15.
|
15
|
+
"packageManager": "pnpm@8.15.4",
|
16
16
|
"files": [
|
17
17
|
"assets",
|
18
18
|
"components",
|
@@ -54,15 +54,15 @@
|
|
54
54
|
"clipboardy": "4.0.0",
|
55
55
|
"dayjs": "2.0.0-alpha.4",
|
56
56
|
"jose": "5.2.2",
|
57
|
-
"nuxt-security": "1.1
|
57
|
+
"nuxt-security": "1.2.1",
|
58
58
|
"sweetalert2": "11.10.5",
|
59
59
|
"vue-gtag": "2.0.1"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
62
|
"@axe-core/playwright": "4.8.5",
|
63
|
-
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.
|
63
|
+
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.7",
|
64
64
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
65
|
-
"@playwright/test": "1.
|
65
|
+
"@playwright/test": "1.42.0",
|
66
66
|
"@unhead/vue": "1.8.10",
|
67
67
|
"@urql/devtools": "2.0.3",
|
68
68
|
"@urql/exchange-graphcache": "6.4.1",
|
@@ -71,17 +71,17 @@
|
|
71
71
|
"cookie-es": "1.0.0",
|
72
72
|
"cross-env": "7.0.3",
|
73
73
|
"defu": "6.1.4",
|
74
|
-
"eslint": "8.
|
74
|
+
"eslint": "8.57.0",
|
75
75
|
"eslint-config-prettier": "9.1.0",
|
76
76
|
"eslint-plugin-compat": "4.2.0",
|
77
77
|
"eslint-plugin-nuxt": "4.0.0",
|
78
78
|
"eslint-plugin-prettier": "5.1.3",
|
79
79
|
"eslint-plugin-yml": "1.12.2",
|
80
|
-
"h3": "1.
|
80
|
+
"h3": "1.11.1",
|
81
81
|
"jiti": "1.21.0",
|
82
82
|
"lint-staged": "15.2.2",
|
83
83
|
"lodash-es": "4.17.21",
|
84
|
-
"nuxt": "3.10.
|
84
|
+
"nuxt": "3.10.3",
|
85
85
|
"pinia": "2.1.7",
|
86
86
|
"prettier": "3.2.5",
|
87
87
|
"prettier-plugin-tailwindcss": "0.5.11",
|
@@ -93,15 +93,15 @@
|
|
93
93
|
"tailwindcss": "3.4.1",
|
94
94
|
"ufo": "1.4.0",
|
95
95
|
"unhead": "1.8.10",
|
96
|
-
"vue": "3.4.
|
97
|
-
"vue-router": "4.
|
96
|
+
"vue": "3.4.21",
|
97
|
+
"vue-router": "4.3.0",
|
98
98
|
"vue-tsc": "1.8.27"
|
99
99
|
},
|
100
100
|
"peerDependencies": {
|
101
|
-
"nuxt": "3.10.
|
102
|
-
"playwright-core": "1.
|
103
|
-
"vue": "3.4.
|
104
|
-
"vue-router": "4.
|
101
|
+
"nuxt": "3.10.3",
|
102
|
+
"playwright-core": "1.42.0",
|
103
|
+
"vue": "3.4.21",
|
104
|
+
"vue-router": "4.3.0"
|
105
105
|
},
|
106
106
|
"scripts": {
|
107
107
|
"build": "pnpm run build:node",
|