maz-ui 5.0.0-beta.25 → 5.0.0-beta.26

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.25",
4
+ "version": "5.0.0-beta.26",
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",
@@ -185,10 +185,10 @@
185
185
  "dayjs": "^1.11.20",
186
186
  "libphonenumber-js": "^1.13.2",
187
187
  "valibot": "^1.4.0",
188
- "@maz-ui/cli": "5.0.0-beta.25",
188
+ "@maz-ui/cli": "5.0.0-beta.26",
189
+ "@maz-ui/themes": "5.0.0-beta.25",
189
190
  "@maz-ui/translations": "5.0.0-beta.25",
190
191
  "@maz-ui/icons": "5.0.0-beta.25",
191
- "@maz-ui/themes": "5.0.0-beta.25",
192
192
  "@maz-ui/utils": "5.0.0-beta.25"
193
193
  },
194
194
  "devDependencies": {
@@ -211,8 +211,8 @@
211
211
  "vue-router": "^5.0.7",
212
212
  "@maz-ui/eslint-config": "5.0.0-beta.25",
213
213
  "@maz-ui/stylelint-config": "5.0.0-beta.25",
214
- "@maz-ui/node": "5.0.0-beta.25",
215
- "@maz-ui/vite-config": "0.0.0"
214
+ "@maz-ui/vite-config": "0.0.0",
215
+ "@maz-ui/node": "5.0.0-beta.26"
216
216
  },
217
217
  "lint-staged": {
218
218
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",