react-i18next 14.0.1 → 14.0.3
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/CHANGELOG.md +8 -0
- package/dist/es/package.json +1 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 14.0.3
|
|
2
|
+
|
|
3
|
+
- revert changes done in v14.0.2 since it breaks normal language change render updates
|
|
4
|
+
|
|
5
|
+
### 14.0.2
|
|
6
|
+
|
|
7
|
+
- Fix/bug [1691](https://github.com/i18next/react-i18next/issues/1691) make returned t function identical upon second effect run in strict mode [1716](https://github.com/i18next/react-i18next/pull/1716)
|
|
8
|
+
|
|
1
9
|
### 14.0.1
|
|
2
10
|
|
|
3
11
|
- types: fix typo in `CustomInstanceExtensions` [1713](https://github.com/i18next/react-i18next/pull/1713)
|
package/dist/es/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"14.0.
|
|
1
|
+
{"type":"module","version":"14.0.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-i18next",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"types": "./index.d.mts",
|
|
@@ -64,49 +64,49 @@
|
|
|
64
64
|
"url": "https://github.com/i18next/react-i18next.git"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@babel/runtime": "^7.
|
|
67
|
+
"@babel/runtime": "^7.23.9",
|
|
68
68
|
"html-parse-stringify": "^3.0.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@babel/cli": "^7.
|
|
72
|
-
"@babel/core": "^7.
|
|
73
|
-
"@babel/eslint-parser": "^7.
|
|
71
|
+
"@babel/cli": "^7.23.9",
|
|
72
|
+
"@babel/core": "^7.23.9",
|
|
73
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
74
74
|
"@babel/plugin-proposal-async-generator-functions": "^7.20.5",
|
|
75
75
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.5",
|
|
76
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
77
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
76
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
77
|
+
"@babel/plugin-transform-runtime": "^7.23.9",
|
|
78
78
|
"@babel/polyfill": "^7.2.5",
|
|
79
|
-
"@babel/preset-env": "^7.
|
|
80
|
-
"@babel/preset-react": "^7.
|
|
81
|
-
"@babel/register": "^7.
|
|
82
|
-
"@rollup/plugin-babel": "^6.0.
|
|
83
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
84
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
85
|
-
"@rollup/plugin-replace": "^5.0.
|
|
86
|
-
"@rollup/plugin-terser": "0.4.
|
|
79
|
+
"@babel/preset-env": "^7.23.9",
|
|
80
|
+
"@babel/preset-react": "^7.23.3",
|
|
81
|
+
"@babel/register": "^7.23.7",
|
|
82
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
83
|
+
"@rollup/plugin-commonjs": "^25.0.7",
|
|
84
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
85
|
+
"@rollup/plugin-replace": "^5.0.5",
|
|
86
|
+
"@rollup/plugin-terser": "0.4.4",
|
|
87
87
|
"@testing-library/jest-dom": "^5.16.5",
|
|
88
88
|
"@testing-library/react": "^11.2.7",
|
|
89
89
|
"@testing-library/react-hooks": "^3.4.2",
|
|
90
|
-
"@types/react": "^18.2.
|
|
91
|
-
"@vitest/coverage-v8": "^1.
|
|
92
|
-
"all-contributors-cli": "^6.26.
|
|
90
|
+
"@types/react": "^18.2.52",
|
|
91
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
92
|
+
"all-contributors-cli": "^6.26.1",
|
|
93
93
|
"babel-core": "^7.0.0-bridge.0",
|
|
94
94
|
"babel-plugin-macros": "^2.5.0",
|
|
95
95
|
"babel-plugin-tester": "^6.0.0",
|
|
96
96
|
"coveralls": "^3.1.1",
|
|
97
97
|
"cp-cli": "^2.0.0",
|
|
98
98
|
"cross-env": "^7.0.3",
|
|
99
|
-
"eslint": "^8.
|
|
99
|
+
"eslint": "^8.56.0",
|
|
100
100
|
"eslint-config-airbnb": "19.0.4",
|
|
101
101
|
"eslint-config-prettier": "^8.8.0",
|
|
102
|
-
"eslint-plugin-import": "^2.
|
|
103
|
-
"eslint-plugin-jest-dom": "^5.0
|
|
104
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
105
|
-
"eslint-plugin-react": "^7.
|
|
102
|
+
"eslint-plugin-import": "^2.29.1",
|
|
103
|
+
"eslint-plugin-jest-dom": "^5.1.0",
|
|
104
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
105
|
+
"eslint-plugin-react": "^7.33.2",
|
|
106
106
|
"eslint-plugin-testing-library": "^5.11.0",
|
|
107
107
|
"happy-dom": "^12.10.3",
|
|
108
108
|
"husky": "^8.0.3",
|
|
109
|
-
"i18next": "^23.
|
|
109
|
+
"i18next": "^23.8.2",
|
|
110
110
|
"lint-staged": "^8.1.3",
|
|
111
111
|
"mkdirp": "^1.0.4",
|
|
112
112
|
"prettier": "2.8.8",
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"react-test-renderer": "^16.14.0",
|
|
116
116
|
"rimraf": "2.6.3",
|
|
117
117
|
"rollup": "3.25.1",
|
|
118
|
-
"typescript": "5.
|
|
119
|
-
"vitest": "1.
|
|
118
|
+
"typescript": "5.3.3",
|
|
119
|
+
"vitest": "1.2.2",
|
|
120
120
|
"yargs": "^17.7.2"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|