Skip to content

Commit

Permalink
Merge pull request #3 from niloo-fs/migrate-mobx-to-v6
Browse files Browse the repository at this point in the history
Niloofar / Migrate mobx to v6
  • Loading branch information
shayan-deriv authored May 26, 2022
2 parents 75d6459 + 711a8d8 commit 3882983
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"formik": "^2.1.4",
"i18n-iso-countries": "^6.8.0",
"js-cookie": "^2.2.1",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"onfido-sdk-ui": "6.3.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/appstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@deriv/translations": "^1.0.0",
"classnames": "^2.2.6",
"formik": "^2.1.4",
"mobx": "^5.15.7",
"mobx-react-lite": "^2.2.2",
"mobx": "6.5.0",
"mobx-react-lite": "3.3.0",
"object.fromentries": "^2.0.0",
"prop-types": "^15.7.2",
"react-router": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bot-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"gh-pages": "^2.1.1",
"immutable": "^3.8.2",
"lz-string": "^1.4.4",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"pako": "^1.0.11",
"prop-types": "^15.7.2",
"react": "^16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cashier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"classnames": "^2.2.6",
"formik": "^2.1.4",
"loadjs": "^4.2.0",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cfd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx-utils": "^5.5.5",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"mobx-utils": "6.0.5",
"moment": "^2.24.0",
"null-loader": "^4.0.1",
"object.fromentries": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
"js-cookie": "^2.2.1",
"loadjs": "^4.2.0",
"lodash.debounce": "^4.0.8",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx-utils": "^5.5.5",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"mobx-utils": "6.0.5",
"moment": "^2.24.0",
"null-loader": "^4.0.1",
"object.fromentries": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"formik": "^2.1.4",
"i18next": "^20.3.2",
"lodash.debounce": "^4.0.8",
"mobx": "^5.15.7",
"mobx-react-lite": "^2.2.2",
"mobx": "6.5.0",
"mobx-react-lite": "3.3.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-content-loader": "^4.3.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/p2p/src/stores/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ export const useStores = () => {
}
return React.useContext(stores_context);
};

// start from here
6 changes: 3 additions & 3 deletions packages/trader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
"js-cookie": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mobx": "^5.15.7",
"mobx-react": "6.3.1",
"mobx-utils": "^5.5.5",
"mobx": "6.5.0",
"mobx-react": "7.3.0",
"mobx-utils": "6.0.5",
"moment": "^2.24.0",
"null-loader": "^4.0.1",
"object.fromentries": "^2.0.0",
Expand Down

0 comments on commit 3882983

Please sign in to comment.