@dargmuesli/nuxt-vio 10.2.11 → 11.0.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -13
- package/tailwind.config.ts +0 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "
|
3
|
+
"version": "11.0.0-beta.2",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"@heroicons/vue": "2.1.1",
|
39
39
|
"@http-util/status-i18n": "0.8.1",
|
40
40
|
"@nuxt/devtools": "1.0.8",
|
41
|
-
"@nuxt/image": "1.
|
41
|
+
"@nuxt/image": "1.4.0",
|
42
42
|
"@nuxtjs/color-mode": "3.3.2",
|
43
43
|
"@nuxtjs/html-validator": "1.6.0",
|
44
44
|
"@nuxtjs/i18n": "8.1.1",
|
@@ -48,24 +48,24 @@
|
|
48
48
|
"@tailwindcss/forms": "0.5.7",
|
49
49
|
"@tailwindcss/typography": "0.5.10",
|
50
50
|
"@types/lodash-es": "4.17.12",
|
51
|
-
"@urql/core": "4.
|
51
|
+
"@urql/core": "4.3.0",
|
52
52
|
"@vuelidate/core": "2.0.3",
|
53
53
|
"@vuelidate/validators": "2.0.4",
|
54
54
|
"clipboardy": "4.0.0",
|
55
55
|
"dayjs": "2.0.0-alpha.4",
|
56
|
-
"jose": "5.2.
|
57
|
-
"nuxt-security": "1.2.
|
58
|
-
"sweetalert2": "11.10.
|
56
|
+
"jose": "5.2.3",
|
57
|
+
"nuxt-security": "1.2.2",
|
58
|
+
"sweetalert2": "11.10.6",
|
59
59
|
"vue-gtag": "2.0.1"
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
62
|
"@axe-core/playwright": "4.8.5",
|
63
63
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.7",
|
64
64
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
65
|
-
"@playwright/test": "1.42.
|
66
|
-
"@unhead/vue": "1.8.
|
65
|
+
"@playwright/test": "1.42.1",
|
66
|
+
"@unhead/vue": "1.8.12",
|
67
67
|
"@urql/devtools": "2.0.3",
|
68
|
-
"@urql/exchange-graphcache": "6.
|
68
|
+
"@urql/exchange-graphcache": "6.5.0",
|
69
69
|
"@urql/vue": "1.1.2",
|
70
70
|
"consola": "3.2.3",
|
71
71
|
"cookie-es": "1.0.0",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"nuxt": "3.10.3",
|
85
85
|
"pinia": "2.1.7",
|
86
86
|
"prettier": "3.2.5",
|
87
|
-
"prettier-plugin-tailwindcss": "0.5.
|
87
|
+
"prettier-plugin-tailwindcss": "0.5.12",
|
88
88
|
"serve": "14.2.1",
|
89
89
|
"stylelint": "16.2.1",
|
90
90
|
"stylelint-config-recommended-vue": "1.5.0",
|
@@ -92,14 +92,14 @@
|
|
92
92
|
"stylelint-no-unsupported-browser-features": "8.0.1",
|
93
93
|
"tailwindcss": "3.4.1",
|
94
94
|
"ufo": "1.4.0",
|
95
|
-
"unhead": "1.8.
|
95
|
+
"unhead": "1.8.12",
|
96
96
|
"vue": "3.4.21",
|
97
97
|
"vue-router": "4.3.0",
|
98
|
-
"vue-tsc": "
|
98
|
+
"vue-tsc": "2.0.6"
|
99
99
|
},
|
100
100
|
"peerDependencies": {
|
101
101
|
"nuxt": "3.10.3",
|
102
|
-
"playwright-core": "1.42.
|
102
|
+
"playwright-core": "1.42.1",
|
103
103
|
"vue": "3.4.21",
|
104
104
|
"vue-router": "4.3.0"
|
105
105
|
},
|
package/tailwind.config.ts
CHANGED
@@ -168,15 +168,6 @@ export default {
|
|
168
168
|
cursor: theme('cursor.not-allowed'),
|
169
169
|
opacity: theme('opacity.50'),
|
170
170
|
},
|
171
|
-
'.max-w-xxs': {
|
172
|
-
maxWidth: '15rem',
|
173
|
-
},
|
174
|
-
'.min-w-xxs': {
|
175
|
-
minWidth: '15rem',
|
176
|
-
},
|
177
|
-
'.mb-20vh': {
|
178
|
-
marginBottom: '20vh',
|
179
|
-
},
|
180
171
|
})
|
181
172
|
},
|
182
173
|
],
|