@bigbinary/neeto-editor 1.8.1 → 1.9.0

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.
Files changed (2) hide show
  1. package/index.js +24 -33
  2. package/package.json +12 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.8.1",
3
+ "version": "1.9.0",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
@@ -27,6 +27,7 @@
27
27
  "@babel/preset-react": "7.18.6",
28
28
  "@bigbinary/eslint-plugin-neeto": "1.0.15",
29
29
  "@bigbinary/neeto-icons": "1.8.40",
30
+ "@bigbinary/neetoui": "4.1.25",
30
31
  "@rollup/plugin-alias": "3.1.9",
31
32
  "@rollup/plugin-babel": "5.3.1",
32
33
  "@rollup/plugin-commonjs": "22.0.2",
@@ -64,6 +65,7 @@
64
65
  "@uppy/core": "2.3.1",
65
66
  "@uppy/react": "2.2.2",
66
67
  "@uppy/url": "2.2.0",
68
+ "antd": "4.18.7",
67
69
  "autoprefixer": "10.4.12",
68
70
  "axios": "0.27.2",
69
71
  "babel-loader": "8.2.5",
@@ -102,7 +104,9 @@
102
104
  "react-hotkeys-hook": "3.4.7",
103
105
  "react-masonry-infinite": "1.2.2",
104
106
  "react-popper": "2.3.0",
105
- "react-transition-group": "4.4.5",
107
+ "react-router-dom": "5.2.0",
108
+ "react-router-nav-prompt": "0.4.1",
109
+ "react-toastify": "8.0.2",
106
110
  "rollup": "2.79.1",
107
111
  "rollup-plugin-analyzer": "4.0.0",
108
112
  "rollup-plugin-peer-deps-external": "2.2.4",
@@ -118,9 +122,14 @@
118
122
  "yup": "0.32.11"
119
123
  },
120
124
  "peerDependencies": {
125
+ "@bigbinary/neetoui": "latest",
126
+ "antd": "4.18.7",
121
127
  "formik": "2.2.9",
122
128
  "react": "17.0.2",
123
- "react-dom": "17.0.2"
129
+ "react-dom": "17.0.2",
130
+ "react-router-dom": "5.2.0",
131
+ "react-router-nav-prompt": "0.4.1",
132
+ "react-toastify": "8.0.2"
124
133
  },
125
134
  "scripts": {
126
135
  "start": "yarn storybook",