@dargmuesli/nuxt-vio 12.1.0 → 12.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "12.1.
|
3
|
+
"version": "12.1.1",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -66,7 +66,8 @@
|
|
66
66
|
"jose": "5.4.0",
|
67
67
|
"nuxt-gtag": "2.0.6",
|
68
68
|
"nuxt-security": "1.4.3",
|
69
|
-
"sweetalert2": "11.11.1"
|
69
|
+
"sweetalert2": "11.11.1",
|
70
|
+
"vue-tsc": "2.0.21"
|
70
71
|
},
|
71
72
|
"devDependencies": {
|
72
73
|
"@axe-core/playwright": "4.9.1",
|
@@ -97,8 +98,7 @@
|
|
97
98
|
"ufo": "1.5.3",
|
98
99
|
"unhead": "1.9.13",
|
99
100
|
"vue": "3.4.29",
|
100
|
-
"vue-router": "4.3.3"
|
101
|
-
"vue-tsc": "2.0.21"
|
101
|
+
"vue-router": "4.3.3"
|
102
102
|
},
|
103
103
|
"peerDependencies": {
|
104
104
|
"nuxt": "3.12.2",
|