oidc-react
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,9 @@ # Changelog | ||
## [2.0.1](https://github.com/bjerkio/oidc-react/compare/v2.0.0...v2.0.1) (2022-08-02) | ||
### Bug Fixes | ||
* Add React 17 to peer dependencies ([#874](https://github.com/bjerkio/oidc-react/issues/874)) ([54fd6e0](https://github.com/bjerkio/oidc-react/commit/54fd6e0ea21b773e26e9e5fb0a42610de54097e5)) | ||
## [2.0.0](https://github.com/bjerkio/oidc-react/compare/v1.5.1...v2.0.0) (2022-07-25) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "oidc-react", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"private": false, | ||
@@ -47,3 +47,3 @@ "description": "", | ||
"@testing-library/react": "^11.0.4", | ||
"@types/faker": "^5.1.0", | ||
"@types/faker": "^6.6.9", | ||
"@types/jest": "^26.0.10", | ||
@@ -60,5 +60,5 @@ "@types/node": "^17.0.29", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-jest": "^24.0.2", | ||
"eslint-plugin-jest": "^26.7.0", | ||
"eslint-plugin-react": "^7.19.0", | ||
"faker": "^5.0.0", | ||
"faker": "^6.6.6", | ||
"jest": "^25.3.0", | ||
@@ -75,5 +75,5 @@ "jest-cli": "^26.0.1", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^18.1.0", | ||
"react-dom": "^16.8.0 || ^18.1.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || || ^17.0.0 || ^18.0.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33946
0