mui-modal-provider
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"license": "MIT", | ||
@@ -47,3 +47,5 @@ "name": "mui-modal-provider", | ||
], | ||
"testPathIgnorePatterns": ["/node_modules/"], | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/" | ||
], | ||
"verbose": true, | ||
@@ -60,5 +62,5 @@ "coverageThreshold": { | ||
"peerDependencies": { | ||
"@types/react": "^16.8.6", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"@types/react": "^16.8.6 || ^17.0.0", | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
}, | ||
@@ -71,10 +73,10 @@ "peerDependenciesMeta": { | ||
"devDependencies": { | ||
"@testing-library/react": "^11.2.3", | ||
"@testing-library/react-hooks": "^5.0.3", | ||
"@types/jest": "^26.0.10", | ||
"@types/react": "^16.9.48", | ||
"@types/react-dom": "^16.9.8", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/react-hooks": "^6.0.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.6", | ||
"@types/react-dom": "^17.0.5", | ||
"husky": "^4.2.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"tsdx": "^0.13.3", | ||
@@ -81,0 +83,0 @@ "tslib": "^2.1.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
70649