storybook-react-i18next
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,13 @@ | ||
# v1.1.3 (Fri Mar 17 2023) | ||
#### 🐛 Bug Fix | ||
- Support react-i18next v12 [#15](https://github.com/stevensacks/storybook-react-i18next/pull/15) ([@sawyerh](https://github.com/sawyerh)) | ||
#### Authors: 1 | ||
- Sawyer Hollenshead ([@sawyerh](https://github.com/sawyerh)) | ||
--- | ||
# v1.1.2 (Tue Jun 14 2022) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "storybook-react-i18next", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Add react-i18next support to Storybook", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
"react-dom": "^17.0.1", | ||
"react-i18next": "^11.17.1", | ||
"react-i18next": "^12.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -89,3 +89,3 @@ "typescript": "^4.7.3", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-i18next": "^11.17.1" | ||
"react-i18next": "^11.17.1 || ^12.0.0" | ||
}, | ||
@@ -92,0 +92,0 @@ "peerDependenciesMeta": { |
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
38651