maz-ui 4.3.0 → 4.3.1-alpha.0

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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.3.0",
4
+ "version": "4.3.1-alpha.0",
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",
@@ -178,7 +178,7 @@
178
178
  "libphonenumber-js": "^1.12.25",
179
179
  "valibot": "^1.1.0",
180
180
  "vue-chartjs": "^5.3.3",
181
- "@maz-ui/cli": "4.2.1",
181
+ "@maz-ui/cli": "4.3.1-alpha.0",
182
182
  "@maz-ui/themes": "4.3.0",
183
183
  "@maz-ui/icons": "4.3.0",
184
184
  "@maz-ui/translations": "4.3.0",
@@ -218,7 +218,7 @@
218
218
  "vue-router": "^4.6.3",
219
219
  "vue-tsc": "^3.1.3",
220
220
  "@maz-ui/eslint-config": "4.3.0",
221
- "@maz-ui/node": "4.2.1"
221
+ "@maz-ui/node": "4.3.1-alpha.0"
222
222
  },
223
223
  "lint-staged": {
224
224
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",