@dargmuesli/nuxt-vio 11.2.1 → 11.2.2

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 +0 -5
  2. package/package.json +18 -18
package/nuxt.config.ts CHANGED
@@ -107,11 +107,6 @@ export default defineNuxtConfig(
107
107
  // },
108
108
  // },
109
109
  },
110
- vite: {
111
- optimizeDeps: {
112
- include: ['@heroicons/vue/24/outline'],
113
- },
114
- },
115
110
 
116
111
  // modules
117
112
  colorMode: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "11.2.1",
3
+ "version": "11.2.2",
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@9.0.5",
15
+ "packageManager": "pnpm@9.0.6",
16
16
  "files": [
17
17
  ".config",
18
18
  "assets",
@@ -40,18 +40,18 @@
40
40
  "@http-util/status-i18n": "0.8.1",
41
41
  "@intlify/eslint-plugin-vue-i18n": "3.0.0-next.11",
42
42
  "@nuxt/devtools": "1.2.0",
43
- "@nuxt/eslint": "0.3.9",
43
+ "@nuxt/eslint": "0.3.10",
44
44
  "@nuxt/image": "1.6.0",
45
- "@nuxtjs/color-mode": "3.4.0",
46
- "@nuxtjs/html-validator": "1.7.2",
47
- "@nuxtjs/i18n": "8.3.0",
45
+ "@nuxtjs/color-mode": "3.4.1",
46
+ "@nuxtjs/html-validator": "1.8.0",
47
+ "@nuxtjs/i18n": "8.3.1",
48
48
  "@nuxtjs/seo": "2.0.0-rc.10",
49
49
  "@nuxtjs/tailwindcss": "6.12.0",
50
50
  "@pinia/nuxt": "0.5.1",
51
51
  "@tailwindcss/forms": "0.5.7",
52
- "@tailwindcss/typography": "0.5.12",
52
+ "@tailwindcss/typography": "0.5.13",
53
53
  "@types/lodash-es": "4.17.12",
54
- "@urql/core": "5.0.1",
54
+ "@urql/core": "5.0.3",
55
55
  "@vuelidate/core": "2.0.3",
56
56
  "@vuelidate/validators": "2.0.4",
57
57
  "clipboardy": "4.0.0",
@@ -61,18 +61,18 @@
61
61
  "eslint-plugin-compat": "4.2.0",
62
62
  "eslint-plugin-prettier": "5.1.3",
63
63
  "eslint-plugin-yml": "1.14.0",
64
- "globals": "15.0.0",
64
+ "globals": "15.1.0",
65
65
  "jose": "5.2.4",
66
66
  "nuxt-gtag": "2.0.5",
67
- "nuxt-security": "1.3.2",
67
+ "nuxt-security": "1.4.3",
68
68
  "sweetalert2": "11.10.8"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@axe-core/playwright": "4.9.0",
72
72
  "@playwright/test": "1.43.1",
73
- "@unhead/vue": "1.9.7",
73
+ "@unhead/vue": "1.9.8",
74
74
  "@urql/devtools": "2.0.3",
75
- "@urql/exchange-graphcache": "7.0.1",
75
+ "@urql/exchange-graphcache": "7.0.2",
76
76
  "@urql/vue": "1.1.3",
77
77
  "consola": "3.2.3",
78
78
  "cookie-es": "1.1.0",
@@ -86,22 +86,22 @@
86
86
  "pinia": "2.1.7",
87
87
  "prettier": "3.2.5",
88
88
  "prettier-plugin-tailwindcss": "0.5.14",
89
- "serve": "14.2.2",
90
- "stylelint": "16.4.0",
89
+ "serve": "14.2.3",
90
+ "stylelint": "16.5.0",
91
91
  "stylelint-config-recommended-vue": "1.5.0",
92
92
  "stylelint-config-standard": "36.0.0",
93
93
  "stylelint-no-unsupported-browser-features": "8.0.1",
94
94
  "tailwindcss": "3.4.3",
95
95
  "ufo": "1.5.3",
96
- "unhead": "1.9.7",
97
- "vue": "3.4.24",
96
+ "unhead": "1.9.8",
97
+ "vue": "3.4.26",
98
98
  "vue-router": "4.3.2",
99
- "vue-tsc": "2.0.14"
99
+ "vue-tsc": "2.0.16"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "nuxt": "3.11.2",
103
103
  "playwright-core": "1.43.1",
104
- "vue": "3.4.24",
104
+ "vue": "3.4.26",
105
105
  "vue-router": "4.3.2"
106
106
  },
107
107
  "scripts": {