react-i18next
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
### 15.5.1 | ||
add typescript as optional peer dependency [1843](https://github.com/i18next/react-i18next/pull/1843) | ||
### 15.5.0 | ||
@@ -2,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"15.5.0"} | ||
{"type":"module","version":"15.5.1"} |
{ | ||
"name": "react-i18next", | ||
"version": "15.5.0", | ||
"version": "15.5.1", | ||
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.", | ||
@@ -72,3 +72,4 @@ "main": "dist/commonjs/index.js", | ||
"i18next": ">= 23.2.3", | ||
"react": ">= 16.8.0" | ||
"react": ">= 16.8.0", | ||
"typescript": "^5" | ||
}, | ||
@@ -81,2 +82,5 @@ "peerDependenciesMeta": { | ||
"optional": true | ||
}, | ||
"typescript": { | ||
"optional": true | ||
} | ||
@@ -83,0 +87,0 @@ }, |
330502
0.06%5
25%