@maz-ui/icons 4.1.8-beta.1 → 4.3.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 +12 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.0",
|
|
5
5
|
"description": "Icons set in SVG and Vue components",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,12 +60,6 @@
|
|
|
60
60
|
"dist",
|
|
61
61
|
"svg"
|
|
62
62
|
],
|
|
63
|
-
"scripts": {
|
|
64
|
-
"build": "vite build",
|
|
65
|
-
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
66
|
-
"lint": "cross-env NODE_ENV=production eslint .",
|
|
67
|
-
"lint:fix": "pnpm lint --fix"
|
|
68
|
-
},
|
|
69
63
|
"peerDependencies": {
|
|
70
64
|
"unplugin-vue-components": "^29.0.0",
|
|
71
65
|
"vite-svg-loader": "^5.0.0",
|
|
@@ -83,17 +77,22 @@
|
|
|
83
77
|
}
|
|
84
78
|
},
|
|
85
79
|
"devDependencies": {
|
|
86
|
-
"@maz-ui/node": "4.1.8-beta.1",
|
|
87
|
-
"@maz-ui/utils": "4.1.8-beta.1",
|
|
88
80
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
89
81
|
"unbuild": "^3.6.1",
|
|
90
|
-
"unplugin-vue-components": "^
|
|
82
|
+
"unplugin-vue-components": "^30.0.0",
|
|
91
83
|
"vite-plugin-dts": "^4.5.4",
|
|
92
84
|
"vite-svg-loader": "^5.1.0",
|
|
93
|
-
"vue": "^3.5.22"
|
|
85
|
+
"vue": "^3.5.22",
|
|
86
|
+
"@maz-ui/node": "4.2.1",
|
|
87
|
+
"@maz-ui/utils": "4.3.0"
|
|
94
88
|
},
|
|
95
89
|
"lint-staged": {
|
|
96
90
|
"*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
|
|
97
91
|
},
|
|
98
|
-
"
|
|
99
|
-
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "vite build",
|
|
94
|
+
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
95
|
+
"lint": "cross-env NODE_ENV=production eslint .",
|
|
96
|
+
"lint:fix": "pnpm lint --fix"
|
|
97
|
+
}
|
|
98
|
+
}
|