Skip to content

Commit

Permalink
fix: account switcher issue (#6334)
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Aug 30, 2022
1 parent 4219ef5 commit 1b672e8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bot-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"react": "^16.14.0",
"react-content-loader": "^4.3.2",
"react-dom": "^16.14.0",
"react-transition-group": "^4.3.0"
"react-transition-group": "4.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/cfd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
"react-dom": "^16.14.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.3.0"
"react-transition-group": "4.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"react-router-dom": "^5.2.0",
"react-swipeable": "^5.5.1",
"react-tiny-popover": "^5.1.0",
"react-transition-group": "^4.3.0",
"react-transition-group": "4.4.2",
"react-virtualized": "^9.22.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-tiny-popover": "^5.1.0",
"react-transition-group": "^4.3.0",
"react-transition-group": "4.4.2",
"react-window": "^1.8.5",
"web-push-notifications": "^3.24.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-i18next": "^11.11.0",
"react-simple-star-rating": "^4.0.5",
"react-svg-loader": "^3.0.3",
"react-transition-group": "^4.3.0",
"react-transition-group": "4.4.2",
"sendbird": "~3.0.137",
"glob": "^7.1.5",
"commander": "^3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"react-pose": "^4.0.10",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.3.0",
"react-transition-group": "4.4.2",
"typescript": "^4.6.3",
"workbox-webpack-plugin": "^6.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/trader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
"react-pose": "^4.0.10",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.3.0"
"react-transition-group": "4.4.2"
}
}

1 comment on commit 1b672e8

@vercel
Copy link

@vercel vercel bot commented on 1b672e8 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.binary.sx
deriv-app.vercel.app
binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.