Skip to content

Commit 26bf946

Browse files
Merge pull request #1470 from ASU/UDS-1933
UDS-1933: feat(app-rfi): added a patch for react-phone-input-2
2 parents 48c105e + 21e9a36 commit 26bf946

File tree

4 files changed

+203
-4
lines changed

4 files changed

+203
-4
lines changed

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

+181
Large diffs are not rendered by default.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
},
103103
"resolutions": {
104104
"cosmiconfig": "<9",
105-
"lerna": "^6.6.2"
105+
"lerna": "^6.6.2",
106+
"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"
106107
},
107108
"config": {
108109
"commitizen": {

packages/app-rfi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@asu/unity-react-core": "^1.0.0",
8585
"formik": "^2.1.4",
8686
"prop-types": "^15.7.2",
87-
"react-phone-input-2": "^2.14.0",
87+
"react-phone-input-2": "2.15.1",
8888
"reactstrap": "^9",
8989
"yup": "^0.28.1",
9090
"yup-phone": "^1.2.19"

yarn.lock

+19-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ __metadata:
126126
jsdom-screenshot: "npm:^4.0.0"
127127
postcss: "npm:^8.4.19"
128128
prop-types: "npm:^15.7.2"
129-
react-phone-input-2: "npm:^2.14.0"
129+
react-phone-input-2: "npm:2.15.1"
130130
reactstrap: "npm:^9"
131131
semantic-release: "npm:^22"
132132
semantic-release-monorepo: "npm:^8.0.2"
@@ -27180,7 +27180,7 @@ __metadata:
2718027180
languageName: node
2718127181
linkType: hard
2718227182

27183-
"react-phone-input-2@npm:^2.14.0":
27183+
"react-phone-input-2@npm:2.15.1":
2718427184
version: 2.15.1
2718527185
resolution: "react-phone-input-2@npm:2.15.1"
2718627186
dependencies:
@@ -27197,6 +27197,23 @@ __metadata:
2719727197
languageName: node
2719827198
linkType: hard
2719927199

27200+
"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":
27201+
version: 2.15.1
27202+
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"
27203+
dependencies:
27204+
classnames: "npm:^2.2.6"
27205+
lodash.debounce: "npm:^4.0.8"
27206+
lodash.memoize: "npm:^4.1.2"
27207+
lodash.reduce: "npm:^4.6.0"
27208+
lodash.startswith: "npm:^4.2.1"
27209+
prop-types: "npm:^15.7.2"
27210+
peerDependencies:
27211+
react: ^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
27212+
react-dom: ^16.12.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0
27213+
checksum: 10c0/7822cfc665fb844f47d60b1c8848ad0b673e8b71b40d9edc6a72f8e33350b61033e63c2cadcc61367f2a47874c35014535154c2ae65df2284c0a79fe9e1914b9
27214+
languageName: node
27215+
linkType: hard
27216+
2720027217
"react-popper@npm:^2.2.4, react-popper@npm:^2.2.5":
2720127218
version: 2.3.0
2720227219
resolution: "react-popper@npm:2.3.0"

0 commit comments

Comments
 (0)