easy-email-extensions 4.1.14 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "easy-email-extensions",
|
3
3
|
"license": "MIT",
|
4
4
|
"description": "Email editor",
|
5
|
-
"version": "4.
|
5
|
+
"version": "4.2.0",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -63,9 +63,11 @@
|
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
65
|
"@arco-design/web-react": "^2.36.1",
|
66
|
+
"@types/color": "^3.0.3",
|
66
67
|
"@types/react-color": "^3.0.6",
|
67
68
|
"@types/uuid": "^8.3.4",
|
68
69
|
"codemirror": "^5.63.3",
|
70
|
+
"color": "^4.2.3",
|
69
71
|
"final-form": "^4.20.4",
|
70
72
|
"final-form-arrays": "^3.0.2",
|
71
73
|
"final-form-set-field-touched": "^1.0.1",
|
@@ -84,5 +86,5 @@
|
|
84
86
|
"react-dom": "^17.0.2",
|
85
87
|
"react-final-form": "^6.5.7"
|
86
88
|
},
|
87
|
-
"gitHead": "
|
89
|
+
"gitHead": "3d2222aae62405f631a9db5b33ef83c48cde03a5"
|
88
90
|
}
|