react-screen-wake-lock
Advanced tools
Comparing version 1.1.10 to 2.0.0
{ | ||
"name": "react-screen-wake-lock", | ||
"version": "1.1.10", | ||
"version": "2.0.0", | ||
"description": "React implementation of the Screen Wake Lock API. It provides a way to prevent devices from dimming or locking the screen when an application needs to keep running.", | ||
@@ -63,3 +63,3 @@ "author": { | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -91,4 +91,4 @@ "size-limit": [ | ||
"@types/jest": "^26.0.22", | ||
"@types/react": "^17.0.3", | ||
"@types/react-dom": "^17.0.3", | ||
"@types/react": "^18.0.13", | ||
"@types/react-dom": "^18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
@@ -107,5 +107,5 @@ "@typescript-eslint/parser": "^4.19.0", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"react": "18.0.0", | ||
"react-dom": "18.0.0", | ||
"react-test-renderer": "18.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -112,0 +112,0 @@ "semantic-release": "^17.4.2", |
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
31936