easy-email-extensions 3.1.16 → 3.1.24
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/SimpleLayout/SimpleLayout.d.ts +3 -1
- package/lib/index2.js +10 -4
- package/lib/index2.js.map +1 -1
- package/package.json +4 -3
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": "3.1.
|
5
|
+
"version": "3.1.24",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -76,10 +76,11 @@
|
|
76
76
|
"react-use": "^17.3.1"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
|
-
"easy-email-core": "^
|
79
|
+
"easy-email-core": "^3.1.16",
|
80
|
+
"easy-email-editor": "^3.1.19",
|
80
81
|
"react": "^17.0.2",
|
81
82
|
"react-dom": "^17.0.2",
|
82
83
|
"react-final-form": "^6.5.7"
|
83
84
|
},
|
84
|
-
"gitHead": "
|
85
|
+
"gitHead": "0b1d60611227b782287a937830aa018ff609aa6e"
|
85
86
|
}
|