react-telephone-input
Advanced tools
Comparing version 4.6.9 to 4.6.10
{ | ||
"name": "react-telephone-input", | ||
"version": "4.6.9", | ||
"version": "4.6.10", | ||
"description": "React component for entering and validating international telephone numbers", | ||
@@ -9,3 +9,3 @@ "main": "lib/ReactTelephoneInput.js", | ||
"scripts": { | ||
"build": "npx nwb build-react-component", | ||
"build": "npx nwb build-react-component --copy-files", | ||
"clean": "npx nwb clean-module && npx clean-demo", | ||
@@ -60,2 +60,3 @@ "start": "nwb serve-react-demo", | ||
"react": "^16.3.2", | ||
"react-dom": "^16.3.2", | ||
"react-test-renderer": "15.6.1", | ||
@@ -71,7 +72,7 @@ "regenerator-runtime": "0.10.5" | ||
"prop-types": "^15.5.10", | ||
"react-dom": "^16.3.2", | ||
"react-tiny-virtual-list": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=0.14.0 || ^15.0.0" | ||
"react": ">=0.14.0 || ^15.0.0 || ^16.0.0", | ||
"react-dom": ">=0.14.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
@@ -78,0 +79,0 @@ "browserify-shim": { |
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
78473
21
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removedreact-dom@^16.3.2
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)