@dargmuesli/nuxt-vio 13.2.3 → 13.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/app.config.ts +1 -1
- package/components/vio/_/VioLink.vue +1 -0
- package/components/vio/button/VioButtonShare.vue +1 -0
- package/package.json +12 -12
- package/utils/auth.ts +1 -0
- package/utils/networking.ts +2 -3
- package/utils/utils.ts +1 -1
package/app.config.ts
CHANGED
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "8.4.
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "8.4.7",
|
4
4
|
"@eslint/compat": "1.1.1",
|
5
5
|
"@heroicons/vue": "2.1.5",
|
6
6
|
"@http-util/status-i18n": "0.8.1",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
|
8
8
|
"@nuxt/devtools": "1.3.9",
|
9
|
-
"@nuxt/eslint": "0.
|
9
|
+
"@nuxt/eslint": "0.5.0",
|
10
10
|
"@nuxt/image": "1.7.0",
|
11
11
|
"@nuxtjs/color-mode": "3.4.2",
|
12
12
|
"@nuxtjs/html-validator": "1.8.2",
|
13
13
|
"@nuxtjs/i18n": "8.3.0",
|
14
|
-
"@nuxtjs/seo": "2.0.0-rc.
|
14
|
+
"@nuxtjs/seo": "2.0.0-rc.18",
|
15
15
|
"@nuxtjs/tailwindcss": "6.12.1",
|
16
|
-
"@pinia/nuxt": "0.5.
|
16
|
+
"@pinia/nuxt": "0.5.3",
|
17
17
|
"@tailwindcss/forms": "0.5.7",
|
18
|
-
"@tailwindcss/typography": "0.5.
|
18
|
+
"@tailwindcss/typography": "0.5.14",
|
19
19
|
"@types/lodash-es": "4.17.12",
|
20
20
|
"@urql/core": "5.0.5",
|
21
21
|
"@vuelidate/core": "2.0.3",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"jiti": "1.21.6",
|
47
47
|
"lodash-es": "4.17.21",
|
48
48
|
"nuxt": "3.12.4",
|
49
|
-
"pinia": "2.2.
|
49
|
+
"pinia": "2.2.1",
|
50
50
|
"prettier": "3.3.3",
|
51
51
|
"prettier-plugin-tailwindcss": "0.6.5",
|
52
52
|
"serve": "14.2.3",
|
@@ -55,10 +55,10 @@
|
|
55
55
|
"stylelint-config-recommended-vue": "1.5.0",
|
56
56
|
"stylelint-config-standard": "36.0.1",
|
57
57
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
58
|
-
"tailwindcss": "3.4.
|
58
|
+
"tailwindcss": "3.4.8",
|
59
59
|
"unhead": "1.9.16",
|
60
|
-
"vue": "3.4.
|
61
|
-
"vue-router": "4.4.
|
60
|
+
"vue": "3.4.36",
|
61
|
+
"vue-router": "4.4.3"
|
62
62
|
},
|
63
63
|
"engines": {
|
64
64
|
"node": "20"
|
@@ -87,8 +87,8 @@
|
|
87
87
|
"name": "@dargmuesli/nuxt-vio",
|
88
88
|
"peerDependencies": {
|
89
89
|
"nuxt": "3.12.4",
|
90
|
-
"vue": "3.4.
|
91
|
-
"vue-router": "4.4.
|
90
|
+
"vue": "3.4.36",
|
91
|
+
"vue-router": "4.4.3"
|
92
92
|
},
|
93
93
|
"publishConfig": {
|
94
94
|
"access": "public"
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
117
117
|
},
|
118
118
|
"type": "module",
|
119
|
-
"version": "13.2.
|
119
|
+
"version": "13.2.4"
|
120
120
|
}
|
package/utils/auth.ts
CHANGED
package/utils/networking.ts
CHANGED
package/utils/utils.ts
CHANGED