react-simple-phone-input
Advanced tools
Comparing version 1.0.9-beta to 1.0.10-beta
import React from "react"; | ||
import "./PhoneInput.css"; | ||
interface Props { | ||
@@ -3,0 +4,0 @@ placeholder: string; |
import React from "react"; | ||
import "./PhoneInput.css"; | ||
interface Props { | ||
@@ -3,0 +4,0 @@ placeholder: string; |
{ | ||
"name": "react-simple-phone-input", | ||
"version": "1.0.9-beta", | ||
"version": "1.0.10-beta", | ||
"description": "A simple react phone input component with calling code dropdown🤷", | ||
@@ -43,3 +43,7 @@ "main": "dist/cjs/index.js", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"dependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
695159
7584
4
+ Addedreact@^18.2.0
+ Addedreact-dom@^18.2.0