react-i18next
Advanced tools
Comparing version 11.15.5 to 11.15.6
@@ -0,1 +1,5 @@ | ||
### 11.15.6 | ||
- fix error for typescript 4.6 [1453](https://github.com/i18next/react-i18next/pull/1463) | ||
### 11.15.5 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "react-i18next", | ||
"version": "11.15.5", | ||
"version": "11.15.6", | ||
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.", | ||
@@ -89,3 +89,3 @@ "main": "dist/commonjs/index.js", | ||
"tslint": "^5.20.1", | ||
"typescript": "^4.5.2", | ||
"typescript": "4.6.2", | ||
"yargs": "^13.3.0" | ||
@@ -92,0 +92,0 @@ }, |
@@ -330,3 +330,3 @@ import i18next, { | ||
): < | ||
C extends React.ComponentType<React.ComponentProps<C> & WithTranslationProps>, | ||
C extends React.ComponentType<React.ComponentProps<any> & WithTranslationProps>, | ||
ResolvedProps = JSX.LibraryManagedAttributes< | ||
@@ -333,0 +333,0 @@ C, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
342123