maz-ui 4.2.1-beta.2 → 4.3.0-alpha.1

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 +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.2.1-beta.2",
4
+ "version": "4.3.0-alpha.1",
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",
@@ -174,15 +174,15 @@
174
174
  "dependencies": {
175
175
  "@floating-ui/vue": "^1.1.9",
176
176
  "chart.js": "^4.5.1",
177
- "dayjs": "^1.11.18",
177
+ "dayjs": "^1.11.19",
178
178
  "libphonenumber-js": "^1.12.25",
179
179
  "valibot": "^1.1.0",
180
- "vue-chartjs": "^5.3.2",
180
+ "vue-chartjs": "^5.3.3",
181
181
  "@maz-ui/icons": "4.1.8-beta.1",
182
- "@maz-ui/themes": "4.2.1-beta.2",
183
- "@maz-ui/translations": "4.2.1-beta.0",
184
- "@maz-ui/utils": "4.2.1-beta.0",
185
- "@maz-ui/cli": "4.2.1-beta.2"
182
+ "@maz-ui/cli": "4.2.1",
183
+ "@maz-ui/themes": "4.3.0-alpha.1",
184
+ "@maz-ui/translations": "4.3.0-alpha.1",
185
+ "@maz-ui/utils": "4.3.0-alpha.1"
186
186
  },
187
187
  "devDependencies": {
188
188
  "@vitejs/plugin-vue": "^6.0.1",
@@ -191,7 +191,7 @@
191
191
  "@vue/tsconfig": "^0.8.1",
192
192
  "autoprefixer": "^10.4.21",
193
193
  "glob": "^11.0.3",
194
- "jsdom": "^27.0.1",
194
+ "jsdom": "^27.1.0",
195
195
  "lightningcss": "^1.30.2",
196
196
  "nuxt": "^4.2.0",
197
197
  "postcss": "^8.5.6",
@@ -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.93.2",
203
+ "sass": "^1.93.3",
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.22",
218
218
  "vue-router": "^4.6.3",
219
- "vue-tsc": "^3.1.2",
220
- "@maz-ui/node": "4.2.1-beta.2",
221
- "@maz-ui/eslint-config": "4.2.1-beta.2"
219
+ "vue-tsc": "^3.1.3",
220
+ "@maz-ui/eslint-config": "4.3.0-alpha.1",
221
+ "@maz-ui/node": "4.2.1"
222
222
  },
223
223
  "lint-staged": {
224
224
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",