Skip to content

Commit 21e9a36

Browse files
committed
feat(app-rfi): added react-phone-input-2 patch to resolutions in package.json
UDS-1933
1 parent ec7cbb2 commit 21e9a36

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
},
104104
"resolutions": {
105105
"cosmiconfig": "<9",
106-
"lerna": "^6.6.2"
106+
"lerna": "^6.6.2",
107+
"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"
107108
},
108109
"config": {
109110
"commitizen": {

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": "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch",
87+
"react-phone-input-2": "2.15.1",
8888
"reactstrap": "^9",
8989
"yup": "^0.28.1",
9090
"yup-phone": "^1.2.19"

yarn.lock

Lines changed: 1 addition & 1 deletion
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: "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch"
116+
react-phone-input-2: "npm:2.15.1"
117117
reactstrap: "npm:^9"
118118
semantic-release: "npm:^22"
119119
semantic-release-monorepo: "npm:^8.0.2"

0 commit comments

Comments
 (0)