react-dialog-polyfill
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "react-dialog-polyfill", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "<dialog> element bundled with polyfill for React", | ||
@@ -49,3 +49,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "devDependencies": { |
@@ -29,9 +29,12 @@ | ||
yarn add react-dialog-polyfill | ||
```yarn | ||
yarn add react-dialog-polyfill | ||
``` | ||
**npm** | ||
npm install react-dialog-polyfill | ||
```npm | ||
npm install react-dialog-polyfill | ||
``` | ||
# Usage | ||
@@ -38,0 +41,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
18748
111