Skip to content

Commit

Permalink
fix: update translation library version to support mn language (#15797)
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Jun 27, 2024
1 parent 3d5f547 commit a574af0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 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/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@binary-com/binary-document-uploader": "^2.4.8",
"@deriv-com/analytics": "1.5.9",
"@deriv-com/translations": "^1.3.2",
"@deriv-com/translations": "^1.3.3",
"@deriv-com/utils": "^0.0.25",
"@deriv-com/ui": "^1.28.1",
"@deriv/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/appstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "Apache-2.0",
"dependencies": {
"@deriv-com/analytics": "1.5.9",
"@deriv-com/translations": "^1.3.2",
"@deriv-com/translations": "^1.3.3",
"@deriv/account": "^1.0.0",
"@deriv/cashier": "^1.0.0",
"@deriv/cfd": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cfd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@deriv-com/analytics": "1.5.9",
"@deriv-com/ui": "^1.28.1",
"@deriv-com/translations": "^1.3.2",
"@deriv-com/translations": "^1.3.3",
"@deriv-com/utils": "^0.0.25",
"@deriv/account": "^1.0.0",
"@deriv/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@deriv-com/analytics": "1.5.9",
"@deriv-com/quill-tokens": "^2.0.4",
"@deriv-com/quill-ui": "^1.10.19",
"@deriv-com/translations": "^1.3.2",
"@deriv-com/translations": "^1.3.3",
"@deriv-com/ui": "^1.28.1",
"@deriv-com/utils": "^0.0.25",
"@deriv/account": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import React from 'react';
import { useHistory } from 'react-router-dom';
import { useLocalStorage } from 'usehooks-ts';
import { Icon, Popover } from '@deriv/components';
import { routes } from '@deriv/shared';
import { routes, isTabletOs } from '@deriv/shared';
import { observer, useStore } from '@deriv/stores';
import { Localize } from '@deriv/translations';
import { isTabletOs } from '@deriv/shared';

const TradersHubOnboarding = observer(() => {
const history = useHistory();
Expand Down

0 comments on commit a574af0

Please sign in to comment.