@dargmuesli/nuxt-vio 12.0.7 → 12.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <div :data-is-loading="isLoading" data-testid="is-loading">
3
+ <NuxtRouteAnnouncer />
3
4
  <NuxtLayout>
4
5
  <!-- `NuxtLayout` can't have mulitple child nodes (https://github.com/nuxt/nuxt/issues/21759) -->
5
6
  <NuxtPage />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "12.0.7",
3
+ "version": "12.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -36,7 +36,7 @@
36
36
  "main": "nuxt.config.ts",
37
37
  "dependencies": {
38
38
  "@dargmuesli/nuxt-cookie-control": "8.4.2",
39
- "@eslint/compat": "1.0.3",
39
+ "@eslint/compat": "1.1.0",
40
40
  "@heroicons/vue": "2.1.3",
41
41
  "@http-util/status-i18n": "0.8.1",
42
42
  "@intlify/eslint-plugin-vue-i18n": "3.0.0",
@@ -57,12 +57,12 @@
57
57
  "@vuelidate/validators": "2.0.4",
58
58
  "clipboardy": "4.0.0",
59
59
  "dayjs": "2.0.0-alpha.4",
60
- "eslint": "9.4.0",
60
+ "eslint": "9.5.0",
61
61
  "eslint-config-prettier": "9.1.0",
62
62
  "eslint-plugin-compat": "5.0.0",
63
63
  "eslint-plugin-prettier": "5.1.3",
64
64
  "eslint-plugin-yml": "1.14.0",
65
- "globals": "15.4.0",
65
+ "globals": "15.5.0",
66
66
  "jose": "5.4.0",
67
67
  "nuxt-gtag": "2.0.6",
68
68
  "nuxt-security": "1.4.3",
@@ -71,7 +71,7 @@
71
71
  "devDependencies": {
72
72
  "@axe-core/playwright": "4.9.1",
73
73
  "@playwright/test": "1.44.1",
74
- "@unhead/vue": "1.9.12",
74
+ "@unhead/vue": "1.9.13",
75
75
  "@urql/devtools": "2.0.3",
76
76
  "@urql/exchange-graphcache": "7.1.1",
77
77
  "@urql/vue": "1.2.1",
@@ -81,12 +81,12 @@
81
81
  "defu": "6.1.4",
82
82
  "h3": "1.11.1",
83
83
  "jiti": "1.21.6",
84
- "lint-staged": "15.2.6",
84
+ "lint-staged": "15.2.7",
85
85
  "lodash-es": "4.17.21",
86
- "nuxt": "3.11.2",
86
+ "nuxt": "3.12.2",
87
87
  "pinia": "2.1.7",
88
88
  "prettier": "3.3.2",
89
- "prettier-plugin-tailwindcss": "0.6.3",
89
+ "prettier-plugin-tailwindcss": "0.6.4",
90
90
  "serve": "14.2.3",
91
91
  "sharp": "0.33.4",
92
92
  "stylelint": "16.6.1",
@@ -95,15 +95,15 @@
95
95
  "stylelint-no-unsupported-browser-features": "8.0.1",
96
96
  "tailwindcss": "3.4.4",
97
97
  "ufo": "1.5.3",
98
- "unhead": "1.9.12",
99
- "vue": "3.4.27",
98
+ "unhead": "1.9.13",
99
+ "vue": "3.4.29",
100
100
  "vue-router": "4.3.3",
101
101
  "vue-tsc": "2.0.21"
102
102
  },
103
103
  "peerDependencies": {
104
- "nuxt": "3.12.1",
104
+ "nuxt": "3.12.2",
105
105
  "playwright-core": "1.44.1",
106
- "vue": "3.4.27",
106
+ "vue": "3.4.29",
107
107
  "vue-router": "4.3.3"
108
108
  },
109
109
  "scripts": {