@ones-editor/editor 2.1.4 → 2.1.5

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/dist/index.js +2 -2
  2. package/package.json +1 -3
package/dist/index.js CHANGED
@@ -83080,7 +83080,7 @@ ${data2.flowchartText}
83080
83080
  }
83081
83081
  }
83082
83082
  });
83083
- editor.version = "2.1.4";
83083
+ editor.version = "2.1.5";
83084
83084
  if (Logger$2.level === LogLevel.DEBUG) {
83085
83085
  window.setReauthFail = (fail) => {
83086
83086
  window.isReauthError = fail;
@@ -83175,7 +83175,7 @@ ${data2.flowchartText}
83175
83175
  if (!clientType.isMobile) {
83176
83176
  OnesEditorToolbar.register(editor);
83177
83177
  }
83178
- editor.version = "2.1.4";
83178
+ editor.version = "2.1.5";
83179
83179
  return editor;
83180
83180
  }
83181
83181
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -47,8 +47,6 @@
47
47
  "prismjs": "1.28.0",
48
48
  "query-string": "^7.1.1",
49
49
  "quill-delta": "^4.2.2",
50
- "react": "^18.2.0",
51
- "react-dom": "^18.2.0",
52
50
  "reconnecting-websocket": "^4.4.0",
53
51
  "resize-observer-polyfill": "^1.5.1",
54
52
  "sharedb": "^3.2.1",