@dargmuesli/nuxt-vio 18.3.6 → 18.3.7
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 +0 -18
- package/package.json +24 -24
- package/server/tsconfig.json +1 -1
package/nuxt.config.ts
CHANGED
@@ -39,9 +39,6 @@ export default defineNuxtConfig(
|
|
39
39
|
enabled: true,
|
40
40
|
},
|
41
41
|
},
|
42
|
-
future: {
|
43
|
-
compatibilityVersion: 4,
|
44
|
-
},
|
45
42
|
modules: [
|
46
43
|
'@dargmuesli/nuxt-cookie-control',
|
47
44
|
'@nuxt/devtools',
|
@@ -122,21 +119,6 @@ export default defineNuxtConfig(
|
|
122
119
|
},
|
123
120
|
},
|
124
121
|
vite: {
|
125
|
-
optimizeDeps: {
|
126
|
-
include: [
|
127
|
-
'@dargmuesli/nuxt-cookie-control/runtime/types',
|
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',
|
138
|
-
],
|
139
|
-
},
|
140
122
|
plugins: [tailwindcss()],
|
141
123
|
},
|
142
124
|
|
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"dependencies": {
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "9.0
|
4
|
-
"@eslint/compat": "1.3.
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "9.1.0",
|
4
|
+
"@eslint/compat": "1.3.2",
|
5
5
|
"@heroicons/vue": "2.2.0",
|
6
6
|
"@http-util/status-i18n": "0.9.0",
|
7
|
-
"@intlify/eslint-plugin-vue-i18n": "4.0
|
7
|
+
"@intlify/eslint-plugin-vue-i18n": "4.1.0",
|
8
8
|
"@nuxt/devtools": "2.6.2",
|
9
|
-
"@nuxt/eslint": "1.
|
10
|
-
"@nuxt/image": "1.
|
9
|
+
"@nuxt/eslint": "1.8.0",
|
10
|
+
"@nuxt/image": "1.11.0",
|
11
11
|
"@nuxtjs/color-mode": "3.5.2",
|
12
12
|
"@nuxtjs/html-validator": "2.1.0",
|
13
|
-
"@nuxtjs/i18n": "10.0.
|
13
|
+
"@nuxtjs/i18n": "10.0.4",
|
14
14
|
"@nuxtjs/seo": "3.1.0",
|
15
15
|
"@pinia/nuxt": "0.11.2",
|
16
16
|
"@tailwindcss/forms": "0.5.10",
|
@@ -23,36 +23,36 @@
|
|
23
23
|
"@vuelidate/validators": "2.0.4",
|
24
24
|
"clipboardy": "4.0.0",
|
25
25
|
"dayjs": "2.0.0-alpha.4",
|
26
|
-
"eslint": "9.
|
26
|
+
"eslint": "9.33.0",
|
27
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.4",
|
30
30
|
"eslint-plugin-yml": "1.18.0",
|
31
31
|
"globals": "16.3.0",
|
32
32
|
"jiti": "2.5.1",
|
33
33
|
"jose": "6.0.12",
|
34
34
|
"nuxt-gtag": "3.0.3",
|
35
35
|
"nuxt-security": "2.3.0",
|
36
|
-
"sweetalert2": "11.22.
|
37
|
-
"vue-tsc": "3.0.
|
36
|
+
"sweetalert2": "11.22.3",
|
37
|
+
"vue-tsc": "3.0.5"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@types/node": "22.
|
40
|
+
"@types/node": "22.17.1",
|
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
|
-
"h3": "1.15.
|
45
|
+
"h3": "1.15.4",
|
46
46
|
"lodash-es": "4.17.21",
|
47
|
-
"nuxt": "4.0.
|
47
|
+
"nuxt": "4.0.3",
|
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.23.1",
|
54
54
|
"stylelint-config-recommended-vue": "1.6.1",
|
55
|
-
"stylelint-config-standard": "
|
55
|
+
"stylelint-config-standard": "39.0.0",
|
56
56
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
57
57
|
"tailwindcss": "4.1.11",
|
58
58
|
"vue": "3.5.18",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"main": "nuxt.config.ts",
|
75
75
|
"name": "@dargmuesli/nuxt-vio",
|
76
76
|
"peerDependencies": {
|
77
|
-
"nuxt": "4.0.
|
77
|
+
"nuxt": "4.0.3",
|
78
78
|
"vue": "3.5.18",
|
79
79
|
"vue-router": "4.5.1"
|
80
80
|
},
|
@@ -87,8 +87,8 @@
|
|
87
87
|
},
|
88
88
|
"scripts": {
|
89
89
|
"build": "pnpm run build:node",
|
90
|
-
"build:node": "nuxt build
|
91
|
-
"build:static": "nuxt generate
|
90
|
+
"build:node": "nuxt build playground",
|
91
|
+
"build:static": "nuxt generate playground",
|
92
92
|
"build:static:test": "SITE_URL=https://localhost:3002 pnpm run build:static",
|
93
93
|
"dev": "pnpm run start:dev",
|
94
94
|
"generate": "pnpm run build:static",
|
@@ -98,13 +98,13 @@
|
|
98
98
|
"lint:staged": "lint-staged",
|
99
99
|
"lint:style": "stylelint --cache \"**/*.{vue,css}\" --ignore-path .gitignore",
|
100
100
|
"lint:ts": "nuxt typecheck",
|
101
|
-
"prepare": "nuxt prepare && nuxt prepare
|
102
|
-
"preview": "nuxt preview
|
101
|
+
"prepare": "nuxt prepare && nuxt prepare playground && ./.config/certificates/mkcert.sh",
|
102
|
+
"preview": "nuxt preview playground",
|
103
103
|
"start": "pnpm run start:node",
|
104
|
-
"start:dev": "nuxt dev
|
105
|
-
"start:node": "node
|
106
|
-
"start:static": "serve
|
104
|
+
"start:dev": "nuxt dev playground",
|
105
|
+
"start:node": "node playground/.output/server/index.mjs",
|
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.7"
|
110
110
|
}
|
package/server/tsconfig.json
CHANGED