Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Resolve: Update npm dependencies 06-06-2022 (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
veado authored Jun 6, 2022
1 parent 53688e1 commit 395586b
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.2
16.14.2
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _(in alphabetical order)_

## Install

It's recommended to use a Node version as same as Electron is running with (currently: [`Electron v18.x` / Node `16.13.2`](https://github.com/electron/releases#releases)). It's recommened to install [nvm](https://github.com/nvm-sh/nvm) to run as same Node version locally as used for building ASGARDEX on CI.
It's recommended to use a Node version as same as Electron is running with (currently: [`Electron v19.x` / Node `16.14.2`](https://github.com/electron/releases#releases)). It's recommened to install [nvm](https://github.com/nvm-sh/nvm) to run as same Node version locally as used for building ASGARDEX on CI.

```bash
git clone https://github.com/thorchain/asgardex-electron.git asgardex
Expand Down Expand Up @@ -174,6 +174,8 @@ yarn test

### `e2e`

Note: Running test-cafe is disabled (see https://github.com/thorchain/asgardex-electron/issues/750)

```bash
yarn test:e2e
```
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@
"@xchainjs/xchain-cosmos": "0.17.0",
"@xchainjs/xchain-crypto": "^0.2.6",
"@xchainjs/xchain-doge": "^0.2.1",
"@xchainjs/xchain-ethereum": "^0.25.0-alpha.3",
"@xchainjs/xchain-ethereum": "^0.25.1",
"@xchainjs/xchain-litecoin": "^0.8.1",
"@xchainjs/xchain-terra": "^0.1.2",
"@xchainjs/xchain-thorchain": "^0.24.1",
"@xchainjs/xchain-util": "^0.7.1",
"antd": "^4.20.2",
"antd": "^4.20.7",
"axios": "^0.25.0",
"bchaddrjs": "^0.5.2",
"bech32-buffer": "^0.2.0",
"bignumber.js": "^9.0.2",
"bitcoinjs-lib": "^5.2.0",
"caniuse-lite": "^1.0.30001338",
"chart.js": "^3.7.1",
"caniuse-lite": "^1.0.30001346",
"chart.js": "^3.8.0",
"coininfo": "^5.1.0",
"cosmos-client": "0.39.2",
"dayjs": "^1.11.2",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"electron-debug": "^3.2.0",
"electron-log": "^4.4.7",
Expand All @@ -125,7 +125,7 @@
"react-chartjs-2": "^4.1.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^18.1.0",
"react-intl": "^5.25.1",
"react-intl": "^6.0.4",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"react-test-renderer": "^18.1.0",
Expand All @@ -144,31 +144,31 @@
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.22",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.1.1",
"@testing-library/user-event": "^14.2.0",
"@types/bchaddrjs": "^0.4.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.0",
"@types/jest": "^28.1.1",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "^16.11.7",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-dom": "^18.0.5",
"@types/react-intl": "^3.0.0",
"@types/styled-components": "^5.1.25",
"chalk": "^5.0.1",
"concurrently": "^7.1.0",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"electron": "^18.1.0",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"git-revision-webpack-plugin": "^5.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"node-abi": "^3.15.0",
"nodemon": "^2.0.16",
"prettier": "^2.6.2",
Expand All @@ -178,10 +178,10 @@
"testcafe": "^1.18.6",
"testcafe-browser-provider-electron": "^0.0.18",
"testcafe-react-selectors": "^4.1.5",
"ts-jest": "^28.0.1",
"ts-jest": "^28.0.4",
"ts-loader": "^8.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"wait-on": "^6.0.1",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const HeaderRow = styled(A.Row)`
font-size: 14px;
font-family: 'MainFontRegular';
color: ${palette('gray', 2)};
width: 100%;
`

export const HeaderChainContainer = styled.div`
Expand Down Expand Up @@ -78,18 +77,18 @@ export const ChainLabel = styled(TickerLabel)`
`

export const Collapse = styled(A.Collapse)`
&.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
&.ant-collapse > .ant-collapse-item > .ant-collapse-header {
background-color: ${palette('background', 2)};
border-bottom: 1px solid ${palette('gray', 1)};
padding: 5px 20px;
}
&.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
padding: 0;
&.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
width: 100%;
}
&.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
top: 15px;
&.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
padding: 0;
}
`

Expand Down
Loading

0 comments on commit 395586b

Please sign in to comment.