@bigbinary/neeto-editor 1.20.0 → 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.
Files changed (2) hide show
  1. package/index.js +7 -7
  2. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
@@ -97,6 +97,7 @@
97
97
  "formik": "2.2.9",
98
98
  "fuse.js": "6.6.2",
99
99
  "husky": "8.0.1",
100
+ "i18next": "21.7.0",
100
101
  "lint-staged": "13.0.3",
101
102
  "lodash.isplainobject": "4.0.6",
102
103
  "lowlight": "2.7.0",
@@ -111,6 +112,7 @@
111
112
  "react-dom": "17.0.2",
112
113
  "react-file-icon": "^1.3.0",
113
114
  "react-hotkeys-hook": "3.4.7",
115
+ "react-i18next": "11.16.8",
114
116
  "react-masonry-infinite": "1.2.2",
115
117
  "react-popper": "2.3.0",
116
118
  "react-router-dom": "5.2.0",
@@ -140,6 +142,7 @@
140
142
  "ramda": "0.28.0",
141
143
  "react": "17.0.2",
142
144
  "react-dom": "17.0.2",
145
+ "react-i18next": "11.16.8",
143
146
  "react-router-dom": "5.2.0",
144
147
  "react-router-nav-prompt": "0.4.1",
145
148
  "react-toastify": "8.0.2",