Comparing version 1.3.3 to 1.4.0
{ | ||
"name": "is-react", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"homepage": "https://gitconnected.com/learn", | ||
@@ -14,3 +14,3 @@ "description": "Determine if a variable or expression is a React element or component", | ||
"dependencies": { | ||
"react": "^16.0.0" | ||
"react": "^16.13.1" | ||
}, | ||
@@ -25,4 +25,4 @@ "devDependencies": { | ||
"jest": "^23.6.0", | ||
"react-dom": "^16.0.0", | ||
"react-test-renderer": "^16.0.0" | ||
"react-dom": "^16.13.1", | ||
"react-test-renderer": "^16.13.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ # Is React | ||
A library to determine if a variable or a expression is a React element or component. | ||
A library to determine if a variable or an expression is a React element or component. | ||
For a more thorough understanding, this [article](https://facebook.github.io/react/blog/2015/12/18/react-components-elements-and-instances.html) describes elements and components in React, and this [article](https://facebook.github.io/react/docs/jsx-in-depth.html) | ||
@@ -22,0 +22,0 @@ gives an understanding of the JSX syntax. |
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
46498
7
Updatedreact@^16.13.1