maz-ui 4.0.0-beta.0 → 4.0.0-beta.2

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.0",
4
+ "version": "4.0.0-beta.2",
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",
@@ -182,10 +182,10 @@
182
182
  }
183
183
  },
184
184
  "dependencies": {
185
- "@maz-ui/cli": "4.0.0-beta.0",
186
- "@maz-ui/themes": "4.0.0-beta.0",
187
- "@maz-ui/translations": "4.0.0-beta.0",
188
- "@maz-ui/utils": "4.0.0-beta.0",
185
+ "@maz-ui/cli": "4.0.0-beta.1",
186
+ "@maz-ui/themes": "4.0.0-beta.1",
187
+ "@maz-ui/translations": "4.0.0-beta.1",
188
+ "@maz-ui/utils": "4.0.0-beta.1",
189
189
  "chart.js": "catalog:",
190
190
  "dayjs": "catalog:",
191
191
  "libphonenumber-js": "catalog:",
@@ -193,8 +193,8 @@
193
193
  "vue-chartjs": "catalog:"
194
194
  },
195
195
  "devDependencies": {
196
- "@maz-ui/eslint-config": "4.0.0-beta.0",
197
- "@maz-ui/icons": "4.0.0-beta.0",
196
+ "@maz-ui/eslint-config": "4.0.0-beta.1",
197
+ "@maz-ui/icons": "4.0.0-beta.2",
198
198
  "@vitejs/plugin-vue": "^5.2.4",
199
199
  "@vitest/coverage-v8": "^3.2.4",
200
200
  "@vue/compiler-sfc": "catalog:",
@@ -237,5 +237,5 @@
237
237
  "*.{js,ts,vue,mjs,mts,cjs,md}": "cross-env NODE_ENV=production eslint --fix",
238
238
  "*.{vue,css,scss,postcss,pcss}": "stylelint --fix --allow-empty-input"
239
239
  },
240
- "gitHead": "9ef7beb4feeee0b0cb44e7df8af7115d5d5ef334"
240
+ "gitHead": "bfbbcd3a9582b475ff6147986a935611ca27711f"
241
241
  }