easy-email-extensions 3.1.15 → 3.1.23

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": "3.1.15",
5
+ "version": "3.1.23",
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": "^git 2.5.2",
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": "4c02488ccb830f5b656e641484e740f0ccc4c86d"
85
+ "gitHead": "772c1b90b9cb5ee3edcbe7f40949521fdd90db7e"
85
86
  }