@dargmuesli/nuxt-vio 20.1.2 → 20.1.4

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.
Files changed (2) hide show
  1. package/nuxt.config.ts +3 -1
  2. package/package.json +5 -5
package/nuxt.config.ts CHANGED
@@ -95,6 +95,9 @@ export default defineNuxtConfig(
95
95
  ],
96
96
  nitro: {
97
97
  compressPublicAssets: true,
98
+ experimental: {
99
+ asyncContext: true,
100
+ },
98
101
  },
99
102
  runtimeConfig: {
100
103
  public: {
@@ -261,7 +264,6 @@ export default defineNuxtConfig(
261
264
  },
262
265
  nitro: {
263
266
  experimental: {
264
- asyncContext: true,
265
267
  openAPI: true,
266
268
  },
267
269
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "9.1.10",
3
+ "@dargmuesli/nuxt-cookie-control": "9.1.11",
4
4
  "@eslint/compat": "2.0.0",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.9.0",
@@ -30,18 +30,18 @@
30
30
  "eslint-plugin-compat": "6.0.2",
31
31
  "eslint-plugin-prettier": "5.5.4",
32
32
  "eslint-plugin-yml": "1.19.1",
33
- "globals": "16.5.0",
33
+ "globals": "17.0.0",
34
34
  "jiti": "2.6.1",
35
35
  "jose": "6.1.3",
36
36
  "lucide-vue-next": "0.562.0",
37
37
  "nuxt-gtag": "4.1.0",
38
38
  "nuxt-security": "2.5.0",
39
- "reka-ui": "2.6.1",
39
+ "reka-ui": "2.7.0",
40
40
  "shadcn-nuxt": "2.4.3",
41
41
  "tailwind-merge": "3.4.0",
42
42
  "tw-animate-css": "1.4.0",
43
43
  "vue-sonner": "2.0.9",
44
- "vue-tsc": "3.1.8"
44
+ "vue-tsc": "3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "24.10.4",
@@ -114,5 +114,5 @@
114
114
  "start:static": "serve playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
115
115
  },
116
116
  "type": "module",
117
- "version": "20.1.2"
117
+ "version": "20.1.4"
118
118
  }