Skip to content

Commit ac79767

Browse files
committed
15.5.0
1 parent d761b0e commit ac79767

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-i18next",
3-
"version": "15.4.1",
3+
"version": "15.5.0",
44
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
55
"main": "dist/commonjs/index.js",
66
"types": "./index.d.mts",
@@ -68,10 +68,14 @@
6868
"html-parse-stringify": "^3.0.1"
6969
},
7070
"peerDependencies": {
71-
"typescript": "^5"
71+
"i18next": ">= 23.2.3",
72+
"react": ">= 16.8.0"
7273
},
7374
"peerDependenciesMeta": {
74-
"typescript": {
75+
"react-dom": {
76+
"optional": true
77+
},
78+
"react-native": {
7579
"optional": true
7680
}
7781
},
@@ -128,18 +132,6 @@
128132
"vitest": "^2.0.5",
129133
"yargs": "^17.7.2"
130134
},
131-
"peerDependencies": {
132-
"i18next": ">= 23.2.3",
133-
"react": ">= 16.8.0"
134-
},
135-
"peerDependenciesMeta": {
136-
"react-dom": {
137-
"optional": true
138-
},
139-
"react-native": {
140-
"optional": true
141-
}
142-
},
143135
"scripts": {
144136
"clean": "rimraf dist && mkdirp dist",
145137
"lint": "eslint --cache .",

0 commit comments

Comments
 (0)