Comparing version 0.4.12 to 0.4.13
{ | ||
"name": "realar", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"description": "React state manager", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"optionalDependencies": { | ||
"react": ">=16.8.0" | ||
"react": ">=16.8.0 || 17" | ||
}, | ||
@@ -54,4 +54,4 @@ "devDependencies": { | ||
"prettier": "2.2.1", | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0", | ||
"react": "17.0.1", | ||
"react-dom": "17.0.1", | ||
"rimraf": "3.0.2", | ||
@@ -93,3 +93,3 @@ "typescript": "4.1.3" | ||
}, | ||
"gitHead": "07b62afed22d458fab8d1cb272a131dee4d41ee4" | ||
"gitHead": "5e0f28cc0ba57031aa042f75ca80ff6e420efaa8" | ||
} |
@@ -26,3 +26,2 @@ import React, { FC } from 'react'; | ||
let react; | ||
@@ -32,3 +31,3 @@ | ||
react = require('react'); | ||
} catch(e) {} | ||
} catch (e) {} | ||
@@ -35,0 +34,0 @@ let useRef: typeof React.useRef; |
Sorry, the diff of this file is not supported yet
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
27786