maz-ui 4.3.1 → 4.3.2-beta.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 +10 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.3.1",
4
+ "version": "4.3.2-beta.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",
@@ -175,14 +175,14 @@
175
175
  "@floating-ui/vue": "^1.1.9",
176
176
  "chart.js": "^4.5.1",
177
177
  "dayjs": "^1.11.19",
178
- "libphonenumber-js": "^1.12.26",
178
+ "libphonenumber-js": "^1.12.27",
179
179
  "valibot": "^1.1.0",
180
180
  "vue-chartjs": "^5.3.3",
181
- "@maz-ui/cli": "4.3.1",
181
+ "@maz-ui/cli": "4.3.2-beta.0",
182
+ "@maz-ui/icons": "4.3.0",
182
183
  "@maz-ui/themes": "4.3.0",
183
- "@maz-ui/translations": "4.3.0",
184
184
  "@maz-ui/utils": "4.3.0",
185
- "@maz-ui/icons": "4.3.0"
185
+ "@maz-ui/translations": "4.3.0"
186
186
  },
187
187
  "devDependencies": {
188
188
  "@vitejs/plugin-vue": "^6.0.1",
@@ -190,7 +190,7 @@
190
190
  "@vue/test-utils": "^2.4.6",
191
191
  "@vue/tsconfig": "^0.8.1",
192
192
  "autoprefixer": "^10.4.22",
193
- "glob": "^11.0.3",
193
+ "glob": "^12.0.0",
194
194
  "jsdom": "^27.2.0",
195
195
  "lightningcss": "^1.30.2",
196
196
  "nuxt": "^4.2.1",
@@ -200,7 +200,7 @@
200
200
  "postcss-nested": "^7.0.2",
201
201
  "postcss-replace": "^2.0.1",
202
202
  "postcss-url": "^10.1.3",
203
- "sass": "^1.94.0",
203
+ "sass": "^1.94.1",
204
204
  "stylelint": "^16.25.0",
205
205
  "stylelint-config-recommended-vue": "^1.6.1",
206
206
  "stylelint-config-standard": "^39.0.1",
@@ -216,9 +216,9 @@
216
216
  "vite-svg-loader": "^5.1.0",
217
217
  "vue": "^3.5.24",
218
218
  "vue-router": "^4.6.3",
219
- "vue-tsc": "^3.1.3",
220
- "@maz-ui/eslint-config": "4.3.1",
221
- "@maz-ui/node": "4.3.1"
219
+ "vue-tsc": "^3.1.4",
220
+ "@maz-ui/eslint-config": "4.3.2-beta.0",
221
+ "@maz-ui/node": "4.3.2-beta.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",