@bigbinary/neeto-editor 1.19.2 → 1.21.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/index.js +7 -7
- package/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./types.d.ts",
|
|
@@ -59,6 +59,10 @@
|
|
|
59
59
|
"@tiptap/extension-link": "2.0.0-beta.199",
|
|
60
60
|
"@tiptap/extension-mention": "2.0.0-beta.199",
|
|
61
61
|
"@tiptap/extension-placeholder": "2.0.0-beta.199",
|
|
62
|
+
"@tiptap/extension-table": "2.0.0-beta.199",
|
|
63
|
+
"@tiptap/extension-table-cell": "2.0.0-beta.199",
|
|
64
|
+
"@tiptap/extension-table-header": "2.0.0-beta.199",
|
|
65
|
+
"@tiptap/extension-table-row": "2.0.0-beta.199",
|
|
62
66
|
"@tiptap/extension-underline": "2.0.0-beta.199",
|
|
63
67
|
"@tiptap/react": "2.0.0-beta.199",
|
|
64
68
|
"@tiptap/starter-kit": "2.0.0-beta.199",
|
|
@@ -93,6 +97,7 @@
|
|
|
93
97
|
"formik": "2.2.9",
|
|
94
98
|
"fuse.js": "6.6.2",
|
|
95
99
|
"husky": "8.0.1",
|
|
100
|
+
"i18next": "21.7.0",
|
|
96
101
|
"lint-staged": "13.0.3",
|
|
97
102
|
"lodash.isplainobject": "4.0.6",
|
|
98
103
|
"lowlight": "2.7.0",
|
|
@@ -107,6 +112,7 @@
|
|
|
107
112
|
"react-dom": "17.0.2",
|
|
108
113
|
"react-file-icon": "^1.3.0",
|
|
109
114
|
"react-hotkeys-hook": "3.4.7",
|
|
115
|
+
"react-i18next": "11.16.8",
|
|
110
116
|
"react-masonry-infinite": "1.2.2",
|
|
111
117
|
"react-popper": "2.3.0",
|
|
112
118
|
"react-router-dom": "5.2.0",
|
|
@@ -136,6 +142,7 @@
|
|
|
136
142
|
"ramda": "0.28.0",
|
|
137
143
|
"react": "17.0.2",
|
|
138
144
|
"react-dom": "17.0.2",
|
|
145
|
+
"react-i18next": "11.16.8",
|
|
139
146
|
"react-router-dom": "5.2.0",
|
|
140
147
|
"react-router-nav-prompt": "0.4.1",
|
|
141
148
|
"react-toastify": "8.0.2",
|