dfh-ui-library 1.12.805 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/PhoneNumberInput/PhoneNumberInput2.d.ts +4 -0
- package/dist/cjs/types/components/PhoneNumberInput/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/PhoneNumberInput/PhoneNumberInput2.d.ts +4 -0
- package/dist/esm/types/components/PhoneNumberInput/index.d.ts +1 -0
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "dfh-ui-library",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.13.0",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"react-datepicker": "^4.24.0",
|
33
33
|
"react-dom": "^18.2.0",
|
34
34
|
"react-input-mask": "^3.0.0-alpha.2",
|
35
|
-
"react-phone-number-input": "^3.
|
35
|
+
"react-phone-number-input": "^3.4.11",
|
36
36
|
"react-select": "^5.8.0",
|
37
37
|
"react-tooltip": "^5.26.3",
|
38
38
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|