@dargmuesli/nuxt-vio 10.2.4 → 10.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +3 -0
  2. package/package.json +9 -9
package/nuxt.config.ts CHANGED
@@ -39,6 +39,9 @@ export default defineNuxtConfig(
39
39
  enabled: true,
40
40
  },
41
41
  },
42
+ future: {
43
+ typescriptBundlerResolution: false, // TODO: remove (https://github.com/nuxt/nuxt/issues/19426)
44
+ },
42
45
  modules: [
43
46
  '@dargmuesli/nuxt-cookie-control',
44
47
  '@nuxt/devtools',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.2.4",
3
+ "version": "10.2.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": "20"
14
14
  },
15
- "packageManager": "pnpm@8.14.3",
15
+ "packageManager": "pnpm@8.15.1",
16
16
  "files": [
17
17
  "assets",
18
18
  "components",
@@ -43,7 +43,7 @@
43
43
  "@nuxtjs/html-validator": "1.6.0",
44
44
  "@nuxtjs/i18n": "8.0.0",
45
45
  "@nuxtjs/seo": "2.0.0-rc.5",
46
- "@nuxtjs/tailwindcss": "6.11.0",
46
+ "@nuxtjs/tailwindcss": "6.11.2",
47
47
  "@pinia/nuxt": "0.5.1",
48
48
  "@tailwindcss/forms": "0.5.7",
49
49
  "@tailwindcss/typography": "0.5.10",
@@ -59,7 +59,7 @@
59
59
  "vue-gtag": "2.0.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@axe-core/playwright": "4.8.3",
62
+ "@axe-core/playwright": "4.8.4",
63
63
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.5",
64
64
  "@nuxtjs/eslint-config-typescript": "12.1.0",
65
65
  "@playwright/test": "1.41.1",
@@ -77,11 +77,11 @@
77
77
  "eslint-plugin-nuxt": "4.0.0",
78
78
  "eslint-plugin-prettier": "5.1.3",
79
79
  "eslint-plugin-yml": "1.12.2",
80
- "h3": "1.10.0",
80
+ "h3": "1.10.1",
81
81
  "jiti": "1.21.0",
82
- "lint-staged": "15.2.0",
82
+ "lint-staged": "15.2.1",
83
83
  "lodash-es": "4.17.21",
84
- "nuxt": "3.9.3",
84
+ "nuxt": "3.10.0",
85
85
  "pinia": "2.1.7",
86
86
  "prettier": "3.2.4",
87
87
  "prettier-plugin-tailwindcss": "0.5.11",
@@ -89,7 +89,7 @@
89
89
  "stylelint": "16.2.0",
90
90
  "stylelint-config-recommended-vue": "1.5.0",
91
91
  "stylelint-config-standard": "36.0.0",
92
- "stylelint-no-unsupported-browser-features": "8.0.0",
92
+ "stylelint-no-unsupported-browser-features": "8.0.1",
93
93
  "tailwindcss": "3.4.1",
94
94
  "ufo": "1.3.2",
95
95
  "unhead": "1.8.10",
@@ -98,7 +98,7 @@
98
98
  "vue-tsc": "1.8.27"
99
99
  },
100
100
  "peerDependencies": {
101
- "nuxt": "3.9.3",
101
+ "nuxt": "3.10.0",
102
102
  "playwright-core": "1.41.1",
103
103
  "vue": "3.4.15",
104
104
  "vue-router": "4.2.5"