easy-email-extensions 4.12.1 → 4.13.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.12.1",
5
+ "version": "4.13.0",
6
6
  "author": "m-Ryan",
7
7
  "repository": {
8
8
  "type": "git",
@@ -43,9 +43,9 @@
43
43
  "@types/jsdom": "^16.2.13",
44
44
  "@types/lodash": "^4.14.178",
45
45
  "@types/node": "^16.11.7",
46
- "@types/react": "17.0.2",
46
+ "@types/react": "^18.2.2",
47
47
  "@types/react-color": "^3.0.6",
48
- "@types/react-dom": "^17.0.11",
48
+ "@types/react-dom": "^18.2.3",
49
49
  "@types/uuid": "^8.3.4",
50
50
  "@typescript-eslint/eslint-plugin": "^4.28.3",
51
51
  "@typescript-eslint/parser": "^4.28.3",
@@ -63,8 +63,8 @@
63
63
  "jsdom": "^17.0.0",
64
64
  "lerna": "^4.0.0",
65
65
  "less": "^4.1.2",
66
- "react": "^17.0.2",
67
- "react-dom": "^17.0.2",
66
+ "react": "^18.2.0",
67
+ "react-dom": "^18.2.0",
68
68
  "react-final-form": "^6.5.7",
69
69
  "rollup-plugin-visualizer": "^5.5.2",
70
70
  "sass": "^1.43.4",
@@ -95,9 +95,9 @@
95
95
  "peerDependencies": {
96
96
  "easy-email-core": "^4.3.6",
97
97
  "easy-email-editor": "^4.3.6",
98
- "react": "^17.0.2",
99
- "react-dom": "^17.0.2",
98
+ "react": "^18.2.0",
99
+ "react-dom": "^18.2.0",
100
100
  "react-final-form": "^6.5.7"
101
101
  },
102
- "gitHead": "42ed622a157d96bc4857ceaeb7819dd4ce5fe5fe"
102
+ "gitHead": "11133195a82f84d8082105a467c1dffb52ff74f3"
103
103
  }