Skip to content

Commit ec7cbb2

Browse files
committed
feat(app-rfi): added a patch for react-phone-input-2
UDS-1933
1 parent 63039f2 commit ec7cbb2

File tree

3 files changed

+201
-3
lines changed

3 files changed

+201
-3
lines changed

.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch

Lines changed: 181 additions & 0 deletions
Large diffs are not rendered by default.

packages/app-rfi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@asu/unity-react-core": "workspace:^",
8585
"formik": "^2.1.4",
8686
"prop-types": "^15.7.2",
87-
"react-phone-input-2": "^2.14.0",
87+
"react-phone-input-2": "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch",
8888
"reactstrap": "^9",
8989
"yup": "^0.28.1",
9090
"yup-phone": "^1.2.19"

yarn.lock

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ __metadata:
113113
jsdom-screenshot: "npm:^4.0.0"
114114
postcss: "npm:^8.4.19"
115115
prop-types: "npm:^15.7.2"
116-
react-phone-input-2: "npm:^2.14.0"
116+
react-phone-input-2: "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch"
117117
reactstrap: "npm:^9"
118118
semantic-release: "npm:^22"
119119
semantic-release-monorepo: "npm:^8.0.2"
@@ -28018,7 +28018,7 @@ __metadata:
2801828018
languageName: node
2801928019
linkType: hard
2802028020

28021-
"react-phone-input-2@npm:^2.14.0":
28021+
"react-phone-input-2@npm:2.15.1":
2802228022
version: 2.15.1
2802328023
resolution: "react-phone-input-2@npm:2.15.1"
2802428024
dependencies:
@@ -28035,6 +28035,23 @@ __metadata:
2803528035
languageName: node
2803628036
linkType: hard
2803728037

28038+
"react-phone-input-2@patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch":
28039+
version: 2.15.1
28040+
resolution: "react-phone-input-2@patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch::version=2.15.1&hash=da58a8"
28041+
dependencies:
28042+
classnames: "npm:^2.2.6"
28043+
lodash.debounce: "npm:^4.0.8"
28044+
lodash.memoize: "npm:^4.1.2"
28045+
lodash.reduce: "npm:^4.6.0"
28046+
lodash.startswith: "npm:^4.2.1"
28047+
prop-types: "npm:^15.7.2"
28048+
peerDependencies:
28049+
react: ^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
28050+
react-dom: ^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
28051+
checksum: 10c0/7822cfc665fb844f47d60b1c8848ad0b673e8b71b40d9edc6a72f8e33350b61033e63c2cadcc61367f2a47874c35014535154c2ae65df2284c0a79fe9e1914b9
28052+
languageName: node
28053+
linkType: hard
28054+
2803828055
"react-popper@npm:^2.2.4, react-popper@npm:^2.2.5":
2803928056
version: 2.3.0
2804028057
resolution: "react-popper@npm:2.3.0"

0 commit comments

Comments
 (0)