maz-ui 3.4.3 → 3.4.5
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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
5
5
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
6
6
|
"main": "modules/index.js",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"autoprefixer": "^10.4.11",
|
|
102
102
|
"babel-loader": "^9.1.0",
|
|
103
103
|
"c8": "^7.12.0",
|
|
104
|
+
"chalk": "^5.2.0",
|
|
104
105
|
"chart.js": "^3.9.1",
|
|
105
106
|
"cross-env": "^7.0.3",
|
|
106
107
|
"dayjs": "^1.11.6",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"rollup-plugin-terser": "^7.0.2",
|
|
135
136
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
136
137
|
"rollup-plugin-vue": "^6.0.0",
|
|
138
|
+
"sass": "^1.56.2",
|
|
137
139
|
"semver": "^7.3.8",
|
|
138
140
|
"stylelint": "^14.15.0",
|
|
139
141
|
"stylelint-config-prettier": "^9.0.4",
|
|
@@ -173,9 +175,5 @@
|
|
|
173
175
|
"type": "git",
|
|
174
176
|
"url": "git+https://github.com/LouisMazel/maz-ui.git"
|
|
175
177
|
},
|
|
176
|
-
"license": "MIT"
|
|
177
|
-
"dependencies": {
|
|
178
|
-
"chalk": "^4.1.2",
|
|
179
|
-
"sass": "^1.56.1"
|
|
180
|
-
}
|
|
178
|
+
"license": "MIT"
|
|
181
179
|
}
|