@dargmuesli/nuxt-vio 21.0.10 → 21.0.11

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 +1 -1
  2. package/package.json +13 -13
package/nuxt.config.ts CHANGED
@@ -143,7 +143,7 @@ export default defineNuxtConfig(
143
143
  },
144
144
  vite: {
145
145
  plugins: [
146
- tailwindcss() as never, // TODO: remove typecast once tailwindcss fixes the plugin type
146
+ tailwindcss(),
147
147
  {
148
148
  // This plugin suppresses false-positive sourcemap warnings from Tailwind's Vite plugin
149
149
  // TODO: remove once tailwind generates sourcemaps for their transforms (https://github.com/tailwindlabs/tailwindcss/discussions/16119)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "9.1.25",
3
+ "@dargmuesli/nuxt-cookie-control": "9.1.28",
4
4
  "@eslint/compat": "2.1.0",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.9.0",
7
- "@intlify/eslint-plugin-vue-i18n": "4.4.0",
8
- "@lucide/vue": "1.16.0",
7
+ "@intlify/eslint-plugin-vue-i18n": "4.5.1",
8
+ "@lucide/vue": "1.17.0",
9
9
  "@nuxt/devtools": "3.2.4",
10
10
  "@nuxt/eslint": "1.15.2",
11
11
  "@nuxt/image": "2.0.0",
@@ -18,7 +18,7 @@
18
18
  "@tailwindcss/forms": "0.5.11",
19
19
  "@tailwindcss/typography": "0.5.19",
20
20
  "@tailwindcss/vite": "4.3.0",
21
- "@takumi-rs/core": "1.5.1",
21
+ "@takumi-rs/core": "1.6.0",
22
22
  "@types/lodash-es": "4.17.12",
23
23
  "@types/nodemailer": "8.0.0",
24
24
  "@urql/core": "6.0.1",
@@ -28,15 +28,15 @@
28
28
  "@vueuse/core": "14.3.0",
29
29
  "class-variance-authority": "0.7.1",
30
30
  "clsx": "2.1.1",
31
- "eslint": "10.4.0",
31
+ "eslint": "10.4.1",
32
32
  "eslint-config-prettier": "10.1.8",
33
33
  "eslint-plugin-compat": "7.0.2",
34
- "eslint-plugin-prettier": "5.5.5",
35
- "eslint-plugin-yml": "3.3.2",
34
+ "eslint-plugin-prettier": "5.5.6",
35
+ "eslint-plugin-yml": "3.4.0",
36
36
  "globals": "17.6.0",
37
37
  "jiti": "2.7.0",
38
38
  "jose": "6.2.3",
39
- "nodemailer": "8.0.9",
39
+ "nodemailer": "8.0.10",
40
40
  "nuxt-gtag": "4.1.0",
41
41
  "nuxt-security": "2.6.0",
42
42
  "reka-ui": "2.9.8",
@@ -44,7 +44,7 @@
44
44
  "tailwind-merge": "3.6.0",
45
45
  "tw-animate-css": "1.4.0",
46
46
  "vue-sonner": "2.0.9",
47
- "vue-tsc": "3.3.2"
47
+ "vue-tsc": "3.3.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "24.12.4",
@@ -55,7 +55,7 @@
55
55
  "defu": "6.1.7",
56
56
  "h3": "1.15.11",
57
57
  "lodash-es": "4.18.1",
58
- "nuxt": "4.4.6",
58
+ "nuxt": "4.4.7",
59
59
  "pinia": "3.0.4",
60
60
  "prettier": "3.8.3",
61
61
  "prettier-plugin-tailwindcss": "0.8.0",
@@ -66,8 +66,8 @@
66
66
  "stylelint-config-standard": "40.0.0",
67
67
  "stylelint-no-unsupported-browser-features": "8.1.1",
68
68
  "tailwindcss": "4.3.0",
69
- "vue": "3.5.34",
70
- "vue-router": "5.0.7"
69
+ "vue": "3.5.35",
70
+ "vue-router": "5.1.0"
71
71
  },
72
72
  "engines": {
73
73
  "node": "24"
@@ -97,7 +97,7 @@
97
97
  "url": "git+https://github.com/dargmuesli/vio.git"
98
98
  },
99
99
  "type": "module",
100
- "version": "21.0.10",
100
+ "version": "21.0.11",
101
101
  "scripts": {
102
102
  "build": "pnpm run build:node",
103
103
  "build:node": "NUXT_PUBLIC_I18N_BASE_URL=https://app.localhost:3001 nuxt build playground",