kmcom-nuxt-layers 1.6.1 → 1.6.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 (1) hide show
  1. package/package.json +16 -18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kmcom-nuxt-layers",
3
3
  "private": false,
4
- "version": "1.6.1",
4
+ "version": "1.6.2",
5
5
  "description": "Composable Nuxt 4 layers for building scalable Vue applications",
6
6
  "files": [
7
7
  "layers/*/nuxt.config.ts",
@@ -38,7 +38,7 @@
38
38
  "nuxt": "^4.4.2",
39
39
  "nuxt-studio": "^1.4.0",
40
40
  "pinia": "^3.0.4",
41
- "tailwindcss": "^4.2.1",
41
+ "tailwindcss": "^4.2.2",
42
42
  "three": "^0.183.2",
43
43
  "zod": "^4.3.6"
44
44
  },
@@ -93,7 +93,7 @@
93
93
  "@eslint/json": "^1.0.1",
94
94
  "@eslint/markdown": "^7.5.1",
95
95
  "@ianvs/prettier-plugin-sort-imports": "^4.7.1",
96
- "@iconify-json/lucide": "^1.2.95",
96
+ "@iconify-json/lucide": "^1.2.102",
97
97
  "@nuxt/eslint": "^1.15.2",
98
98
  "@nuxt/fonts": "^0.14.0",
99
99
  "@nuxt/image": "^2.0.0",
@@ -101,35 +101,33 @@
101
101
  "@nuxtjs/device": "^4.0.0",
102
102
  "@perplex-digital/stylelint-config": "^17.3.0",
103
103
  "@pinia/nuxt": "^0.11.3",
104
- "@types/node": "^25.3.3",
105
- "@typescript-eslint/eslint-plugin": "^8.56.1",
106
- "@typescript-eslint/parser": "^8.56.1",
104
+ "@types/node": "^25.6.0",
105
+ "@typescript-eslint/eslint-plugin": "^8.58.2",
106
+ "@typescript-eslint/parser": "^8.58.2",
107
107
  "@vue/eslint-config-typescript": "^14.7.0",
108
108
  "@vueuse/core": "^14.2.1",
109
109
  "@vueuse/nuxt": "^14.2.1",
110
110
  "@webgpu/glslang": "^0.0.15",
111
- "browserslist": "^4.28.1",
111
+ "browserslist": "^4.28.2",
112
112
  "changesets": "^1.0.2",
113
113
  "cypress": "^15.10.0",
114
114
  "depcheck": "^1.4.7",
115
- "eslint": "^10.0.2",
116
- "eslint-plugin-compat": "^6.2.1",
115
+ "eslint": "^10.2.0",
116
+ "eslint-plugin-compat": "^7.0.1",
117
117
  "eslint-plugin-glsl": "0.0.0-wip",
118
- "eslint-plugin-oxlint": "^1.50.0",
119
118
  "eslint-plugin-pnpm": "^1.6.0",
120
119
  "eslint-plugin-prettier": "^5.5.5",
121
- "eslint-plugin-unicorn": "^63.0.0",
120
+ "eslint-plugin-unicorn": "^64.0.0",
122
121
  "eslint-plugin-unused-imports": "^4.4.1",
123
122
  "eslint-plugin-vue": "^10.8.0",
124
123
  "npm-check-updates": "^19.6.3",
125
124
  "nuxt": "latest",
126
- "oxlint": "^1.43.0",
127
125
  "pinia": "^3.0.4",
128
126
  "playwright": "^1.58.2",
129
127
  "postcss-html": "^1.8.1",
130
- "prettier": "^3.8.1",
128
+ "prettier": "^3.8.2",
131
129
  "prettier-plugin-css-order": "^2.2.0",
132
- "prettier-plugin-glsl": "^0.2.4",
130
+ "prettier-plugin-glsl": "^0.2.5",
133
131
  "prettier-plugin-organize-attributes": "^1.0.0",
134
132
  "prettier-plugin-tailwind-styled-components": "^2.0.2",
135
133
  "prettier-plugin-tailwindcss": "^0.7.2",
@@ -140,13 +138,13 @@
140
138
  "stylelint-config-tailwindcss": "^1.0.1",
141
139
  "stylelint-no-unsupported-browser-features": "^8.1.1",
142
140
  "stylelint-prettier": "^5.0.3",
143
- "tailwindcss": "^4.2.1",
141
+ "tailwindcss": "^4.2.2",
144
142
  "turbo": "^2.8.13",
145
- "typescript": "^5.9.3",
143
+ "typescript": "^6.0.2",
146
144
  "vite-plugin-checker": "^0.12.0",
147
145
  "vitest": "^4.0.18",
148
146
  "vue": "latest",
149
- "vue-tsc": "^3.2.5",
147
+ "vue-tsc": "^3.2.6",
150
148
  "zod": "^4.3.6",
151
149
  "zod-to-json-schema": "^3.25.1"
152
150
  },
@@ -157,7 +155,7 @@
157
155
  "last 2 Edge major versions"
158
156
  ],
159
157
  "dependencies": {
160
- "skills": "^1.4.3"
158
+ "skills": "^1.5.0"
161
159
  },
162
160
  "engines": {
163
161
  "node": ">=18 <21"