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/lib/AttributePanel/components/attributes/AttributesPanelWrapper/index.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/CollapseWrapper/index.d.ts +1 -0
- package/lib/AttributePanel/components/provider/PresetColorsProvider/index.d.ts +3 -1
- package/lib/AttributePanel/components/provider/SelectionRangeProvider/index.d.ts +3 -1
- package/lib/ShortcutToolbar/components/BlockMaskWrapper/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/index.d.ts +3 -1
- package/lib/SimpleLayout/SimpleLayout.d.ts +1 -0
- package/lib/components/FullHeightOverlayScrollbars/index.d.ts +1 -0
- package/lib/components/Providers/ExtensionProvider.d.ts +1 -0
- package/lib/index2.js +4 -4
- package/lib/index2.js.map +1 -1
- package/package.json +8 -8
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.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": "
|
46
|
+
"@types/react": "^18.2.2",
|
47
47
|
"@types/react-color": "^3.0.6",
|
48
|
-
"@types/react-dom": "^
|
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": "^
|
67
|
-
"react-dom": "^
|
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": "^
|
99
|
-
"react-dom": "^
|
98
|
+
"react": "^18.2.0",
|
99
|
+
"react-dom": "^18.2.0",
|
100
100
|
"react-final-form": "^6.5.7"
|
101
101
|
},
|
102
|
-
"gitHead": "
|
102
|
+
"gitHead": "11133195a82f84d8082105a467c1dffb52ff74f3"
|
103
103
|
}
|