@maz-ui/icons 5.0.0-beta.11 → 5.0.0-beta.18

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 +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/icons",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.11",
4
+ "version": "5.0.0-beta.18",
5
5
  "description": "Icons set in SVG and Vue components",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -119,8 +119,9 @@
119
119
  "devDependencies": {
120
120
  "unbuild": "^3.6.1",
121
121
  "unplugin-vue-components": "^32.0.0",
122
+ "@maz-ui/utils": "5.0.0-beta.18",
122
123
  "@maz-ui/node": "5.0.0-beta.11",
123
- "@maz-ui/utils": "5.0.0-beta.11"
124
+ "@maz-ui/vite-config": "0.0.0"
124
125
  },
125
126
  "lint-staged": {
126
127
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"