maz-ui 4.1.8-beta.2 → 4.1.8

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 +12 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.1.8-beta.2",
4
+ "version": "4.1.8",
5
5
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -194,20 +194,20 @@
194
194
  },
195
195
  "dependencies": {
196
196
  "@floating-ui/vue": "^1.1.9",
197
- "@maz-ui/cli": "4.1.8-beta.1",
198
- "@maz-ui/icons": "4.1.8-beta.1",
199
- "@maz-ui/themes": "4.1.8-beta.1",
200
- "@maz-ui/translations": "4.1.8-beta.1",
201
- "@maz-ui/utils": "4.1.8-beta.1",
202
- "chart.js": "^4.5.0",
197
+ "@maz-ui/cli": "workspace:*",
198
+ "@maz-ui/icons": "workspace:*",
199
+ "@maz-ui/themes": "workspace:*",
200
+ "@maz-ui/translations": "workspace:*",
201
+ "@maz-ui/utils": "workspace:*",
202
+ "chart.js": "^4.5.1",
203
203
  "dayjs": "^1.11.18",
204
204
  "libphonenumber-js": "^1.12.24",
205
205
  "valibot": "^1.1.0",
206
206
  "vue-chartjs": "^5.3.2"
207
207
  },
208
208
  "devDependencies": {
209
- "@maz-ui/eslint-config": "4.1.8-beta.1",
210
- "@maz-ui/node": "4.1.8-beta.1",
209
+ "@maz-ui/eslint-config": "workspace:*",
210
+ "@maz-ui/node": "workspace:*",
211
211
  "@vitejs/plugin-vue": "^6.0.1",
212
212
  "@vitest/coverage-v8": "^3.2.4",
213
213
  "@vue/compiler-sfc": "^3.5.22",
@@ -234,18 +234,17 @@
234
234
  "tailwindcss": "^3.4.16",
235
235
  "unplugin-auto-import": "^20.2.0",
236
236
  "unplugin-vue-components": "^29.1.0",
237
- "vite": "^7.1.9",
237
+ "vite": "^7.1.10",
238
238
  "vite-plugin-dts": "^4.5.4",
239
239
  "vite-plugin-lib-inject-css": "^2.2.2",
240
240
  "vite-svg-loader": "^5.1.0",
241
241
  "vitest": "^3.2.4",
242
242
  "vue": "^3.5.22",
243
- "vue-router": "^4.5.1",
243
+ "vue-router": "^4.6.3",
244
244
  "vue-tsc": "^3.1.1"
245
245
  },
246
246
  "lint-staged": {
247
247
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",
248
248
  "*.{vue,css,scss,postcss,pcss}": "stylelint --fix --allow-empty-input"
249
- },
250
- "gitHead": "e26c4ee468444eadfe5932a818c3486eb7515cc2"
249
+ }
251
250
  }