maz-ui 4.1.8-beta.0 → 4.1.8-beta.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.
Files changed (1) hide show
  1. package/package.json +9 -9
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.0",
4
+ "version": "4.1.8-beta.1",
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,11 +194,11 @@
194
194
  },
195
195
  "dependencies": {
196
196
  "@floating-ui/vue": "^1.1.9",
197
- "@maz-ui/cli": "4.1.7",
198
- "@maz-ui/icons": "4.1.7",
199
- "@maz-ui/themes": "4.1.7",
200
- "@maz-ui/translations": "4.1.8-beta.0",
201
- "@maz-ui/utils": "4.1.7",
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
202
  "chart.js": "^4.5.0",
203
203
  "dayjs": "^1.11.18",
204
204
  "libphonenumber-js": "^1.12.24",
@@ -206,8 +206,8 @@
206
206
  "vue-chartjs": "^5.3.2"
207
207
  },
208
208
  "devDependencies": {
209
- "@maz-ui/eslint-config": "4.1.7",
210
- "@maz-ui/node": "4.1.7",
209
+ "@maz-ui/eslint-config": "4.1.8-beta.1",
210
+ "@maz-ui/node": "4.1.8-beta.1",
211
211
  "@vitejs/plugin-vue": "^6.0.1",
212
212
  "@vitest/coverage-v8": "^3.2.4",
213
213
  "@vue/compiler-sfc": "^3.5.22",
@@ -247,5 +247,5 @@
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
249
  },
250
- "gitHead": "58f8dd86786beb0af2571c0435e6c1455ca0b43e"
250
+ "gitHead": "aaa5e6ea54ec9985a778749803ea76cb784d2fb2"
251
251
  }