easy-email-extensions 4.3.6 → 4.3.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
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.3.
|
5
|
+
"version": "4.3.7",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -82,11 +82,11 @@
|
|
82
82
|
"react-use": "^17.3.1"
|
83
83
|
},
|
84
84
|
"peerDependencies": {
|
85
|
-
"easy-email-core": "^3.
|
86
|
-
"easy-email-editor": "^3.
|
85
|
+
"easy-email-core": "^4.3.6",
|
86
|
+
"easy-email-editor": "^4.3.6",
|
87
87
|
"react": "^17.0.2",
|
88
88
|
"react-dom": "^17.0.2",
|
89
89
|
"react-final-form": "^6.5.7"
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "8a025e56be909eb028524515831557e43fc50ec0"
|
92
92
|
}
|