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

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 +23 -23
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.2",
4
+ "version": "4.0.0-beta.3",
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,60 +182,60 @@
182
182
  }
183
183
  },
184
184
  "dependencies": {
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
- "chart.js": "catalog:",
190
- "dayjs": "catalog:",
191
- "libphonenumber-js": "catalog:",
192
- "valibot": "catalog:",
193
- "vue-chartjs": "catalog:"
185
+ "@maz-ui/cli": "4.0.0-beta.3",
186
+ "@maz-ui/themes": "4.0.0-beta.3",
187
+ "@maz-ui/translations": "4.0.0-beta.3",
188
+ "@maz-ui/utils": "4.0.0-beta.3",
189
+ "chart.js": "^4.5.0",
190
+ "dayjs": "^1.11.13",
191
+ "libphonenumber-js": "^1.12.9",
192
+ "valibot": "^1.1.0",
193
+ "vue-chartjs": "^5.3.2"
194
194
  },
195
195
  "devDependencies": {
196
196
  "@maz-ui/eslint-config": "4.0.0-beta.1",
197
- "@maz-ui/icons": "4.0.0-beta.2",
197
+ "@maz-ui/icons": "4.0.0-beta.3",
198
198
  "@vitejs/plugin-vue": "^5.2.4",
199
199
  "@vitest/coverage-v8": "^3.2.4",
200
- "@vue/compiler-sfc": "catalog:",
200
+ "@vue/compiler-sfc": "^3.5.16",
201
201
  "@vue/test-utils": "^2.4.6",
202
202
  "@vue/tsconfig": "^0.7.0",
203
203
  "autoprefixer": "^10.4.21",
204
204
  "chalk": "5.4.1",
205
- "glob": "catalog:",
205
+ "glob": "^11.0.3",
206
206
  "jsdom": "^26.1.0",
207
207
  "lightningcss": "^1.30.1",
208
208
  "nuxt": "^3.17.5",
209
- "postcss": "catalog:",
209
+ "postcss": "^8.5.6",
210
210
  "postcss-html": "^1.8.0",
211
- "postcss-import": "catalog:",
211
+ "postcss-import": "^16.1.0",
212
212
  "postcss-nested": "^7.0.2",
213
213
  "postcss-replace": "^2.0.1",
214
214
  "postcss-url": "^10.1.3",
215
- "sass": "catalog:",
215
+ "sass": "^1.89.1",
216
216
  "stylelint": "^16.20.0",
217
217
  "stylelint-config-recommended-vue": "^1.6.0",
218
218
  "stylelint-config-standard": "^38.0.0",
219
219
  "stylelint-config-standard-scss": "^15.0.1",
220
220
  "stylelint-config-tailwindcss": "^1.0.0",
221
- "stylelint-scss": "catalog:",
221
+ "stylelint-scss": "^6.12.0",
222
222
  "tailwindcss": "^3.4.16",
223
- "typescript": "catalog:",
223
+ "typescript": "~5.8.3",
224
224
  "unplugin-auto-import": "^19.3.0",
225
225
  "unplugin-vue-components": "^28.7.0",
226
226
  "vite": "^6.3.5",
227
- "vite-plugin-dts": "catalog:",
227
+ "vite-plugin-dts": "^4.5.4",
228
228
  "vite-plugin-lib-inject-css": "^2.2.2",
229
229
  "vite-svg-loader": "^5.1.0",
230
- "vitest": "catalog:",
230
+ "vitest": "^3.2.4",
231
231
  "vitest-canvas-mock": "^0.3.3",
232
- "vue": "catalog:",
232
+ "vue": "^3.5.17",
233
233
  "vue-router": "^4.5.1",
234
- "vue-tsc": "catalog:"
234
+ "vue-tsc": "^2.2.10"
235
235
  },
236
236
  "lint-staged": {
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": "bfbbcd3a9582b475ff6147986a935611ca27711f"
240
+ "gitHead": "f244a338c386a818da90b083800e0fe5f37bf655"
241
241
  }