@bigbinary/neeto-editor 1.25.18 → 1.25.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +358 -345
- package/index.cjs.js.map +1 -1
- package/index.js +358 -345
- package/index.js.map +1 -1
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.19",
|
|
4
4
|
"main": "./index.cjs.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./types.d.ts",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"@bigbinary/neeto-icons": "1.9.12",
|
|
36
36
|
"@bigbinary/neeto-molecules": "1.0.7",
|
|
37
37
|
"@bigbinary/neetoui": "4.4.0",
|
|
38
|
+
"@honeybadger-io/react": "2.0.1",
|
|
38
39
|
"@rollup/plugin-alias": "3.1.9",
|
|
39
40
|
"@rollup/plugin-babel": "5.3.1",
|
|
40
41
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
@@ -122,10 +123,12 @@
|
|
|
122
123
|
"react": "17.0.2",
|
|
123
124
|
"react-dom": "17.0.2",
|
|
124
125
|
"react-file-icon": "^1.3.0",
|
|
126
|
+
"react-helmet": "6.1.0",
|
|
125
127
|
"react-hotkeys-hook": "3.4.7",
|
|
126
128
|
"react-i18next": "11.16.8",
|
|
127
129
|
"react-masonry-infinite": "1.2.2",
|
|
128
130
|
"react-popper": "2.3.0",
|
|
131
|
+
"react-query": "3.39.3",
|
|
129
132
|
"react-router-dom": "5.3.1",
|
|
130
133
|
"react-toastify": "8.0.2",
|
|
131
134
|
"rollup": "2.79.1",
|
|
@@ -146,12 +149,15 @@
|
|
|
146
149
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
147
150
|
"@bigbinary/neeto-icons": "latest",
|
|
148
151
|
"@bigbinary/neetoui": "latest",
|
|
152
|
+
"@honeybadger-io/react": "2.0.1",
|
|
149
153
|
"antd": "4.24.3",
|
|
150
154
|
"axios": "0.27.2",
|
|
151
155
|
"formik": "2.2.9",
|
|
152
156
|
"ramda": "0.28.0",
|
|
153
157
|
"react": "17.0.2",
|
|
154
158
|
"react-dom": "17.0.2",
|
|
159
|
+
"react-helmet": "6.1.0",
|
|
160
|
+
"react-query": "3.39.3",
|
|
155
161
|
"react-router-dom": "5.3.1",
|
|
156
162
|
"react-toastify": "8.0.2",
|
|
157
163
|
"yup": "0.32.11"
|