@dargmuesli/nuxt-vio 14.0.4 → 14.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -18,6 +18,7 @@
|
|
18
18
|
"@tailwindcss/typography": "0.5.15",
|
19
19
|
"@types/lodash-es": "4.17.12",
|
20
20
|
"@urql/core": "5.0.6",
|
21
|
+
"@urql/vue": "1.4.1",
|
21
22
|
"@vuelidate/core": "2.0.3",
|
22
23
|
"@vuelidate/validators": "2.0.4",
|
23
24
|
"clipboardy": "4.0.0",
|
@@ -39,7 +40,6 @@
|
|
39
40
|
"@unhead/vue": "1.11.7",
|
40
41
|
"@urql/devtools": "2.0.3",
|
41
42
|
"@urql/exchange-graphcache": "7.1.3",
|
42
|
-
"@urql/vue": "1.4.1",
|
43
43
|
"consola": "3.2.3",
|
44
44
|
"cookie-es": "1.2.2",
|
45
45
|
"defu": "6.1.4",
|
@@ -117,5 +117,5 @@
|
|
117
117
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
118
118
|
},
|
119
119
|
"type": "module",
|
120
|
-
"version": "14.0.
|
120
|
+
"version": "14.0.5"
|
121
121
|
}
|