@dargmuesli/nuxt-vio 18.3.5 → 18.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nuxt.config.ts +9 -0
- package/package.json +16 -16
package/nuxt.config.ts
CHANGED
@@ -126,6 +126,15 @@ export default defineNuxtConfig(
|
|
126
126
|
include: [
|
127
127
|
'@dargmuesli/nuxt-cookie-control/runtime/types',
|
128
128
|
'@vuelidate/validators',
|
129
|
+
'dayjs',
|
130
|
+
'dayjs/locale/de',
|
131
|
+
'dayjs/plugin/isSameOrBefore',
|
132
|
+
'dayjs/plugin/localizedFormat',
|
133
|
+
'dayjs/plugin/relativeTime',
|
134
|
+
'dayjs/plugin/timezone',
|
135
|
+
'dayjs/plugin/utc',
|
136
|
+
'@http-util/status-i18n',
|
137
|
+
'@dargmuesli/nuxt-cookie-control/runtime/types.js',
|
129
138
|
],
|
130
139
|
},
|
131
140
|
plugins: [tailwindcss()],
|
package/package.json
CHANGED
@@ -6,13 +6,13 @@
|
|
6
6
|
"@http-util/status-i18n": "0.9.0",
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "4.0.1",
|
8
8
|
"@nuxt/devtools": "2.6.2",
|
9
|
-
"@nuxt/eslint": "1.
|
9
|
+
"@nuxt/eslint": "1.7.1",
|
10
10
|
"@nuxt/image": "1.10.0",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "2.1.0",
|
13
|
-
"@nuxtjs/i18n": "
|
13
|
+
"@nuxtjs/i18n": "10.0.3",
|
14
14
|
"@nuxtjs/seo": "3.1.0",
|
15
|
-
"@pinia/nuxt": "0.11.
|
15
|
+
"@pinia/nuxt": "0.11.2",
|
16
16
|
"@tailwindcss/forms": "0.5.10",
|
17
17
|
"@tailwindcss/typography": "0.5.16",
|
18
18
|
"@tailwindcss/vite": "4.1.11",
|
@@ -23,39 +23,39 @@
|
|
23
23
|
"@vuelidate/validators": "2.0.4",
|
24
24
|
"clipboardy": "4.0.0",
|
25
25
|
"dayjs": "2.0.0-alpha.4",
|
26
|
-
"eslint": "9.
|
27
|
-
"eslint-config-prettier": "10.1.
|
26
|
+
"eslint": "9.32.0",
|
27
|
+
"eslint-config-prettier": "10.1.8",
|
28
28
|
"eslint-plugin-compat": "6.0.2",
|
29
|
-
"eslint-plugin-prettier": "5.5.
|
29
|
+
"eslint-plugin-prettier": "5.5.3",
|
30
30
|
"eslint-plugin-yml": "1.18.0",
|
31
31
|
"globals": "16.3.0",
|
32
|
-
"jiti": "2.
|
32
|
+
"jiti": "2.5.1",
|
33
33
|
"jose": "6.0.12",
|
34
34
|
"nuxt-gtag": "3.0.3",
|
35
|
-
"nuxt-security": "2.
|
35
|
+
"nuxt-security": "2.3.0",
|
36
36
|
"sweetalert2": "11.22.2",
|
37
|
-
"vue-tsc": "3.0.
|
37
|
+
"vue-tsc": "3.0.4"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@types/node": "22.16.
|
40
|
+
"@types/node": "22.16.5",
|
41
41
|
"@urql/devtools": "2.0.3",
|
42
42
|
"@urql/exchange-graphcache": "7.2.4",
|
43
43
|
"consola": "3.4.2",
|
44
44
|
"defu": "6.1.4",
|
45
45
|
"h3": "1.15.3",
|
46
46
|
"lodash-es": "4.17.21",
|
47
|
-
"nuxt": "4.0.
|
47
|
+
"nuxt": "4.0.1",
|
48
48
|
"pinia": "3.0.3",
|
49
49
|
"prettier": "3.6.2",
|
50
50
|
"prettier-plugin-tailwindcss": "0.6.14",
|
51
51
|
"serve": "14.2.4",
|
52
52
|
"sharp": "0.34.3",
|
53
|
-
"stylelint": "16.
|
53
|
+
"stylelint": "16.22.0",
|
54
54
|
"stylelint-config-recommended-vue": "1.6.1",
|
55
55
|
"stylelint-config-standard": "38.0.0",
|
56
56
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
57
57
|
"tailwindcss": "4.1.11",
|
58
|
-
"vue": "3.5.
|
58
|
+
"vue": "3.5.18",
|
59
59
|
"vue-router": "4.5.1"
|
60
60
|
},
|
61
61
|
"engines": {
|
@@ -74,8 +74,8 @@
|
|
74
74
|
"main": "nuxt.config.ts",
|
75
75
|
"name": "@dargmuesli/nuxt-vio",
|
76
76
|
"peerDependencies": {
|
77
|
-
"nuxt": "4.0.
|
78
|
-
"vue": "3.5.
|
77
|
+
"nuxt": "4.0.1",
|
78
|
+
"vue": "3.5.18",
|
79
79
|
"vue-router": "4.5.1"
|
80
80
|
},
|
81
81
|
"publishConfig": {
|
@@ -106,5 +106,5 @@
|
|
106
106
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
107
107
|
},
|
108
108
|
"type": "module",
|
109
|
-
"version": "18.3.
|
109
|
+
"version": "18.3.6"
|
110
110
|
}
|