@bigbinary/neeto-editor 1.25.17 → 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 +359 -345
- package/index.cjs.js.map +1 -0
- package/index.js +359 -345
- package/index.js.map +1 -0
- package/package.json +7 -2
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,13 +35,13 @@
|
|
|
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",
|
|
41
42
|
"@rollup/plugin-json": "4.1.0",
|
|
42
43
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
43
44
|
"@rollup/plugin-replace": "4.0.0",
|
|
44
|
-
"@rollup/plugin-terser": "^0.4.0",
|
|
45
45
|
"@storybook/addon-actions": "6.5.16",
|
|
46
46
|
"@storybook/addon-docs": "6.5.16",
|
|
47
47
|
"@storybook/addon-essentials": "6.5.16",
|
|
@@ -123,10 +123,12 @@
|
|
|
123
123
|
"react": "17.0.2",
|
|
124
124
|
"react-dom": "17.0.2",
|
|
125
125
|
"react-file-icon": "^1.3.0",
|
|
126
|
+
"react-helmet": "6.1.0",
|
|
126
127
|
"react-hotkeys-hook": "3.4.7",
|
|
127
128
|
"react-i18next": "11.16.8",
|
|
128
129
|
"react-masonry-infinite": "1.2.2",
|
|
129
130
|
"react-popper": "2.3.0",
|
|
131
|
+
"react-query": "3.39.3",
|
|
130
132
|
"react-router-dom": "5.3.1",
|
|
131
133
|
"react-toastify": "8.0.2",
|
|
132
134
|
"rollup": "2.79.1",
|
|
@@ -147,12 +149,15 @@
|
|
|
147
149
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
148
150
|
"@bigbinary/neeto-icons": "latest",
|
|
149
151
|
"@bigbinary/neetoui": "latest",
|
|
152
|
+
"@honeybadger-io/react": "2.0.1",
|
|
150
153
|
"antd": "4.24.3",
|
|
151
154
|
"axios": "0.27.2",
|
|
152
155
|
"formik": "2.2.9",
|
|
153
156
|
"ramda": "0.28.0",
|
|
154
157
|
"react": "17.0.2",
|
|
155
158
|
"react-dom": "17.0.2",
|
|
159
|
+
"react-helmet": "6.1.0",
|
|
160
|
+
"react-query": "3.39.3",
|
|
156
161
|
"react-router-dom": "5.3.1",
|
|
157
162
|
"react-toastify": "8.0.2",
|
|
158
163
|
"yup": "0.32.11"
|