@bigbinary/neeto-editor 1.42.0-beta3 → 1.42.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.42.0-beta3",
3
+ "version": "1.42.0",
4
4
  "types": "./types.d.ts",
5
5
  "description": "neetoEditor is the library that drives the rich text experience in all neeto products built at BigBinary",
6
6
  "keywords": [
@@ -57,6 +57,7 @@
57
57
  "@bigbinary/neeto-molecules": "3.3.13",
58
58
  "@bigbinary/neetoui": "7.0.1",
59
59
  "@faker-js/faker": "8.2.0",
60
+ "@hocuspocus/provider": "^2.13.5",
60
61
  "@honeybadger-io/js": "6.5.3",
61
62
  "@honeybadger-io/react": "6.1.9",
62
63
  "@rollup/plugin-alias": "5.0.1",
@@ -80,6 +81,8 @@
80
81
  "@tiptap/extension-character-count": "2.5.9",
81
82
  "@tiptap/extension-code": "2.5.9",
82
83
  "@tiptap/extension-code-block-lowlight": "2.5.9",
84
+ "@tiptap/extension-collaboration": "^2.6.5",
85
+ "@tiptap/extension-collaboration-cursor": "^2.6.5",
83
86
  "@tiptap/extension-color": "2.5.9",
84
87
  "@tiptap/extension-document": "2.5.9",
85
88
  "@tiptap/extension-focus": "2.5.9",
@@ -94,8 +97,6 @@
94
97
  "@tiptap/extension-table-row": "2.5.9",
95
98
  "@tiptap/extension-text-style": "2.5.9",
96
99
  "@tiptap/extension-underline": "2.5.9",
97
- "@tiptap/extension-collaboration": "^2.6.5",
98
- "@tiptap/extension-collaboration-cursor": "^2.6.5",
99
100
  "@tiptap/pm": "2.5.9",
100
101
  "@tiptap/react": "2.5.9",
101
102
  "@tiptap/starter-kit": "2.5.9",
@@ -187,12 +188,11 @@
187
188
  "webpack": "5.73.0",
188
189
  "webpack-cli": "4.10.0",
189
190
  "webpack-dev-server": "4.9.3",
190
- "yup": "1.3.2",
191
- "zustand": "4.3.2",
192
- "@hocuspocus/provider": "^2.13.5",
193
191
  "y-prosemirror": "^1.2.12",
194
192
  "y-protocols": "^1.0.6",
195
- "yjs": "^13.6.18"
193
+ "yjs": "^13.6.18",
194
+ "yup": "1.3.2",
195
+ "zustand": "4.3.2"
196
196
  },
197
197
  "peerDependencies": {
198
198
  "@babel/runtime": "7.23.2",
@@ -233,8 +233,8 @@
233
233
  "react-toastify": "^8.2.0",
234
234
  "tippy.js": "6.3.7",
235
235
  "util": "0.12.5",
236
- "yup": "^0.32.11",
237
236
  "yjs": "^13.6.18",
237
+ "yup": "^0.32.11",
238
238
  "zustand": "4.3.2"
239
239
  },
240
240
  "scripts": {