maz-ui 4.3.3 → 4.3.4-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.
- 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": "4.3.
|
|
4
|
+
"version": "4.3.4-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",
|
|
@@ -178,11 +178,11 @@
|
|
|
178
178
|
"libphonenumber-js": "^1.12.31",
|
|
179
179
|
"valibot": "^1.2.0",
|
|
180
180
|
"vue-chartjs": "^5.3.3",
|
|
181
|
-
"@maz-ui/cli": "4.3.
|
|
182
|
-
"@maz-ui/icons": "4.3.0",
|
|
181
|
+
"@maz-ui/cli": "4.3.4-beta.0",
|
|
183
182
|
"@maz-ui/themes": "4.3.0",
|
|
184
183
|
"@maz-ui/translations": "4.3.0",
|
|
185
|
-
"@maz-ui/utils": "4.3.0"
|
|
184
|
+
"@maz-ui/utils": "4.3.0",
|
|
185
|
+
"@maz-ui/icons": "4.3.0"
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
188
188
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"vue-router": "^4.6.4",
|
|
219
219
|
"vue-tsc": "^3.1.8",
|
|
220
220
|
"@maz-ui/eslint-config": "4.3.2",
|
|
221
|
-
"@maz-ui/node": "4.3.
|
|
221
|
+
"@maz-ui/node": "4.3.4-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",
|