@bigbinary/neeto-editor 1.4.1 → 1.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.4.1",
3
+ "version": "1.5.1",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
@@ -115,8 +115,7 @@
115
115
  "webpack": "5.73.0",
116
116
  "webpack-cli": "4.10.0",
117
117
  "webpack-dev-server": "4.9.3",
118
- "yup": "0.32.11",
119
- "zustand": "4.1.4"
118
+ "yup": "0.32.11"
120
119
  },
121
120
  "peerDependencies": {
122
121
  "formik": "2.2.9",
package/types.d.ts CHANGED
@@ -103,7 +103,6 @@ interface EditorProps {
103
103
  keyboardShortcuts?: KeyboardShortcuts;
104
104
  error?: string;
105
105
  config?: Config;
106
- editorKey?: string;
107
106
  [otherProps: string]: any;
108
107
  }
109
108