@dargmuesli/nuxt-vio 14.1.0 → 14.1.1

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/app.config.ts CHANGED
@@ -57,7 +57,3 @@ export type AppConfig = {
57
57
  themeColor?: string
58
58
  }
59
59
  }
60
-
61
- declare module 'nuxt/schema' {
62
- interface AppConfigInput extends AppConfig {} // eslint-disable-line @typescript-eslint/no-empty-object-type
63
- }
package/nuxt.config.ts CHANGED
@@ -249,9 +249,6 @@ export default defineNuxtConfig(
249
249
  },
250
250
  strict: true,
251
251
  },
252
- seo: {
253
- splash: false,
254
- },
255
252
  site: {
256
253
  id: 'vio',
257
254
  url: SITE_URL,
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "dependencies": {
3
- "@dargmuesli/nuxt-cookie-control": "8.4.16",
3
+ "@dargmuesli/nuxt-cookie-control": "8.4.17",
4
4
  "@eslint/compat": "1.2.3",
5
5
  "@heroicons/vue": "2.2.0",
6
6
  "@http-util/status-i18n": "0.8.1",
7
7
  "@intlify/eslint-plugin-vue-i18n": "3.1.0",
8
- "@nuxt/devtools": "1.6.0",
9
- "@nuxt/eslint": "0.7.1",
8
+ "@nuxt/devtools": "1.6.1",
9
+ "@nuxt/eslint": "0.7.2",
10
10
  "@nuxt/image": "1.8.1",
11
11
  "@nuxtjs/color-mode": "3.5.2",
12
12
  "@nuxtjs/html-validator": "1.8.2",
13
13
  "@nuxtjs/i18n": "8.5.6",
14
- "@nuxtjs/seo": "2.0.0-rc.23",
14
+ "@nuxtjs/seo": "2.0.2",
15
15
  "@nuxtjs/tailwindcss": "6.12.2",
16
16
  "@pinia/nuxt": "0.5.5",
17
17
  "@tailwindcss/forms": "0.5.9",
@@ -31,13 +31,13 @@
31
31
  "globals": "15.12.0",
32
32
  "jiti": "2.4.0",
33
33
  "jose": "5.9.6",
34
- "nuxt-gtag": "3.0.1",
35
- "nuxt-security": "2.1.1",
34
+ "nuxt-gtag": "3.0.2",
35
+ "nuxt-security": "2.1.4",
36
36
  "sweetalert2": "11.14.5",
37
37
  "vue-tsc": "2.1.10"
38
38
  },
39
39
  "devDependencies": {
40
- "@unhead/vue": "1.11.11",
40
+ "@unhead/vue": "1.11.13",
41
41
  "@urql/devtools": "2.0.3",
42
42
  "@urql/exchange-graphcache": "7.2.1",
43
43
  "consola": "3.2.3",
@@ -45,10 +45,10 @@
45
45
  "defu": "6.1.4",
46
46
  "h3": "1.13.0",
47
47
  "lodash-es": "4.17.21",
48
- "nuxt": "3.14.159",
49
- "pinia": "2.2.6",
50
- "prettier": "3.3.3",
51
- "prettier-plugin-tailwindcss": "0.6.8",
48
+ "nuxt": "3.14.1592",
49
+ "pinia": "2.2.7",
50
+ "prettier": "3.4.1",
51
+ "prettier-plugin-tailwindcss": "0.6.9",
52
52
  "serve": "14.2.4",
53
53
  "sharp": "0.33.5",
54
54
  "stylelint": "16.10.0",
@@ -56,9 +56,9 @@
56
56
  "stylelint-config-standard": "36.0.1",
57
57
  "stylelint-no-unsupported-browser-features": "8.0.2",
58
58
  "tailwindcss": "3.4.15",
59
- "unhead": "1.11.11",
59
+ "unhead": "1.11.13",
60
60
  "vue": "3.5.13",
61
- "vue-router": "4.4.5"
61
+ "vue-router": "4.5.0"
62
62
  },
63
63
  "engines": {
64
64
  "node": "22"
@@ -86,9 +86,9 @@
86
86
  "main": "nuxt.config.ts",
87
87
  "name": "@dargmuesli/nuxt-vio",
88
88
  "peerDependencies": {
89
- "nuxt": "3.14.159",
89
+ "nuxt": "3.14.1592",
90
90
  "vue": "3.5.13",
91
- "vue-router": "4.4.5"
91
+ "vue-router": "4.5.0"
92
92
  },
93
93
  "publishConfig": {
94
94
  "access": "public"
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "14.1.0"
120
+ "version": "14.1.1"
121
121
  }