@seafile/comment-editor 0.0.1-alpha.37 → 0.0.1-alpha.39

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.
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports.default = void 0;
9
9
  var _react = _interopRequireWildcard(require("react"));
10
- var _reactI18next = require("react-i18next");
11
10
  var _basicSdk = require("../basic-sdk");
12
11
  var _errorBoundary = _interopRequireDefault(require("../components/error-boundary"));
13
12
  const SeafileCommentEditor = _ref => {
@@ -69,4 +68,4 @@ const SeafileCommentEditor = _ref => {
69
68
  // </ErrorBoundary>
70
69
  ;
71
70
  };
72
- var _default = exports.default = (0, _reactI18next.withTranslation)('sdoc-editor')(SeafileCommentEditor);
71
+ var _default = exports.default = SeafileCommentEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/comment-editor",
3
- "version": "0.0.1-alpha.37",
3
+ "version": "0.0.1-alpha.39",
4
4
  "private": false,
5
5
  "description": "This is a comment editor",
6
6
  "main": "dist/index.js",
@@ -115,10 +115,10 @@
115
115
  "fs-extra": "^10.0.0",
116
116
  "html-webpack-plugin": "^5.5.0",
117
117
  "husky": "8.0.3",
118
- "i18next": "22.4.9",
119
- "i18next-browser-languagedetector": "7.0.1",
120
- "i18next-xhr-backend": "3.2.2",
121
- "identity-obj-proxy": "3.0.0",
118
+ "i18next": "^25.2.1",
119
+ "i18next-browser-languagedetector": "^8.1.0",
120
+ "i18next-http-backend": "^3.0.2",
121
+ "identity-obj-proxy": "^3.0.0",
122
122
  "is-wsl": "^1.1.0",
123
123
  "jest": "29.7.0",
124
124
  "jest-environment-jsdom": "29.7.0",
@@ -141,7 +141,7 @@
141
141
  "react-app-polyfill": "^3.0.0",
142
142
  "react-dev-utils": "^12.0.1",
143
143
  "react-dom": "18.3.1",
144
- "react-i18next": "12.1.4",
144
+ "react-i18next": "15.5.2",
145
145
  "react-refresh": "^0.11.0",
146
146
  "react-router": "7.5.2",
147
147
  "react-router-dom": "7.1.3",