Skip to content

Commit fae6d50

Browse files
authored
Update module resolution branch (#122)
1 parent 77860c2 commit fae6d50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"react-scripts": "5.0.0-next.37"
4040
},
4141
"resolutions": {
42-
"react-scripts/**/postcss-normalize": "10.0.1"
42+
"react-scripts/**/postcss-normalize": "10.0.1",
43+
"**/react-beautiful-dnd": "git+https://github.com/gojekfarm/react-beautiful-dnd.git#master"
4344
},
4445
"lint-staged": {
4546
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [

ui/yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9227,10 +9227,9 @@ react-app-polyfill@3.0.0-next.81+25f516f8:
92279227
regenerator-runtime "^0.13.7"
92289228
whatwg-fetch "^3.4.1"
92299229

9230-
react-beautiful-dnd@^13.0.0:
9230+
react-beautiful-dnd@^13.0.0, "react-beautiful-dnd@git+https://github.com/gojekfarm/react-beautiful-dnd.git#master":
92319231
version "13.1.0"
9232-
resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-13.1.0.tgz#ec97c81093593526454b0de69852ae433783844d"
9233-
integrity sha512-aGvblPZTJowOWUNiwd6tNfEpgkX5OxmpqxHKNW/4VmvZTNTbeiq7bA3bn5T+QSF2uibXB0D1DmJsb1aC/+3cUA==
9232+
resolved "git+https://github.com/gojekfarm/react-beautiful-dnd.git#cb6e6cf440b375521c96b2f494cfff29566c9bbf"
92349233
dependencies:
92359234
"@babel/runtime" "^7.9.2"
92369235
css-box-model "^1.2.0"

0 commit comments

Comments
 (0)