react-calendly
Advanced tools
Comparing version 3.0.1 to 3.0.2
# Changelog | ||
## 3.0.2 | ||
- Adds React v18 support (https://github.com/tcampb/react-calendly/issues/106). | ||
## 3.0.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-calendly", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Calendly integration for React apps", | ||
@@ -33,4 +33,4 @@ "author": "tcampb", | ||
"peerDependencies": { | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" | ||
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
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
138992