Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependecies 02/23 #7608

Merged
merged 10 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ local.properties
.yarn/*
.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/plugins/*
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Expand Down
35 changes: 35 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ plugins:
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,64 +75,64 @@
]
},
"resolutions": {
"typescript": "4.9.3",
"typescript": "4.9.5",
"react-native": "0.71.2",
"prettier": "2.8.0",
"prettier": "2.8.4",
"type-fest": "2.12.2",
"bcrypto": "5.4.0",
"react": "18.2.0",
"electron": "20.3.5",
"electron": "20.3.12",
Copy link
Member

Choose a reason for hiding this comment

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

What about updating electron to 22? #7172

Copy link
Member Author

Choose a reason for hiding this comment

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

"@jest/types": "27.5.1",
"webpack": "^5.75.0",
"css-loader": "^6.7.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"@types/node": "16.18.3"
"@types/node": "16.18.12"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.0",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@nrwl/nx-cloud": "14.5.1",
"@babel/runtime": "^7.20.13",
"@nrwl/nx-cloud": "15.0.3",
"@suite-common/wallet-types": "workspace:*",
"@types/jest": "^26.0.24",
"@types/node": "^18.11.9",
"@types/prettier": "^2.7.1",
"@types/node": "^16.18.12",
"@types/prettier": "^2.7.2",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-jest": "^26.6.3",
"eslint": "^8.22.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^26.8.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.73.7",
"npm-run-all": "^4.1.5",
"nx": "14.5.10",
"patch-package": "6.5.0",
"nx": "15.6.3",
"patch-package": "6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.8.0",
"prettier": "2.8.4",
"prettier-eslint": "^15.0.1",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"semver": "^7.3.8",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsx": "^3.8.2",
"typescript": "4.9.3",
"tsconfig-paths": "^4.1.2",
"tsx": "^3.12.3",
"typescript": "4.9.5",
"version-bump-prompt": "^6.1.0"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"jest": "^26.6.3",
"typescript": "4.9.3"
"typescript": "4.9.5"
}
}
8 changes: 4 additions & 4 deletions packages/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/cors": "^2.8.13",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"tsx": "^3.8.2",
"typescript": "4.9.3"
"rimraf": "^4.1.2",
"tsx": "^3.12.3",
"typescript": "4.9.5"
}
}
17 changes: 8 additions & 9 deletions packages/blockchain-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,23 @@
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"tiny-worker": "^2.3.0",
"ts-loader": "^9.3.1",
"tsx": "^3.8.2",
"typescript": "4.9.3",
"tsx": "^3.12.3",
"typescript": "4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@trezor/utils": "workspace:^9.0.5",
"@trezor/utxo-lib": "workspace:^1.0.3",
"@types/web": "^0.0.80",
"bignumber.js": "^9.1.0",
"@types/web": "^0.0.91",
"bignumber.js": "^9.1.1",
"events": "^3.3.0",
"ripple-lib": "1.10.0",
"ripple-lib": "^1.10.1",
"socks-proxy-agent": "6.1.1",
"ws": "7.4.6"
"ws": "7.5.9"
}
}
4 changes: 2 additions & 2 deletions packages/coinjoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@trezor/blockchain-link": "workspace:*",
"@trezor/utils": "workspace:*",
"@trezor/utxo-lib": "workspace:*",
"bignumber.js": "^9.1.0",
"bignumber.js": "^9.1.1",
"cross-fetch": "^3.1.5",
"events": "^3.3.0",
"golomb": "1.2.0",
"n64": "^0.2.10"
},
"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"rimraf": "^4.1.2",
"typescript": "4.7.4"
}
}
35 changes: 17 additions & 18 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
"@trezor/device-utils": "workspace:*",
"@trezor/dom-utils": "workspace:*",
"@trezor/react-utils": "workspace:*",
"date-fns": "^2.29.1",
"framer-motion": "^7.6.5",
"date-fns": "^2.29.3",
"framer-motion": "^9.0.2",
"lottie-react": "^2.3.1",
"polished": "^4.2.2",
"react-date-range": "^1.4.0",
"react-intl": "^6.2.1",
"react-select": "^5.5.9",
"react-svg": "^15.1.11",
"react-intl": "^6.2.8",
"react-select": "^5.7.0",
"react-svg": "^16.1.0",
"react-truncate": "^2.4.0",
"react-use": "^17.4.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-controls": "^6.5.13",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-viewport": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/client-api": "^6.5.13",
"@storybook/core": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@types/react": "18.0.25",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-viewport": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/client-api": "^6.5.16",
"@storybook/core": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/react": "18.0.27",
"@types/react-date-range": "^1.4.4",
"@types/react-truncate": "^2.3.4",
"@types/styled-components": "^5.1.26",
Expand All @@ -57,8 +57,7 @@
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-loader": "^9.3.1",
"typescript": "4.9.3",
"typescript": "4.9.5",
"typescript-styled-plugin": "^0.18.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"tsx": "^3.8.2",
"typescript": "4.9.3"
"rimraf": "^4.1.2",
"tsx": "^3.12.3",
"typescript": "4.9.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"productName": "TrezorConnectExample",
"copyright": "Copyright © year ${author}",
"asar": false,
"electronVersion": "20.3.5",
"electronVersion": "20.3.12",
"directories": {
"output": "build-electron"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"@trezor/connect": "workspace:9.0.6"
},
"devDependencies": {
"electron": "20.3.5",
"electron": "20.3.12",
"electron-builder": "^23.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"productName": "TrezorConnectExample",
"copyright": "Copyright © year ${author}",
"asar": false,
"electronVersion": "20.3.5",
"electronVersion": "20.3.12",
"directories": {
"output": "build-electron"
},
Expand Down Expand Up @@ -58,16 +58,16 @@
},
"devDependencies": {
"@trezor/connect": "workspace:9.0.6",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"electron": "20.3.5",
"electron": "20.3.12",
"electron-builder": "^23.6.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.3.6",
"wait-on": "^6.0.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"worker-loader": "^3.0.8"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"productName": "TrezorConnectExample",
"copyright": "Copyright © year ${author}",
"asar": false,
"electronVersion": "20.3.5",
"electronVersion": "20.3.12",
"directories": {
"output": "build"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"devDependencies": {
"electron": "20.3.5",
"electron": "20.3.12",
"electron-builder": "^23.6.0"
}
}
17 changes: 7 additions & 10 deletions packages/connect-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,32 @@
"@trezor/connect-web": "workspace:9.0.6",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-replace-link": "^1.1.0",
"markdown-it-replace-link": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinity-menu": "^4.0.0",
"react-inspector": "^2.3.1",
"react-json-tree": "^0.11.0",
"react-inspector": "^6.0.1",
"react-redux": "7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"stringify-object": "^3.3.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/react-router": "^5.1.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.26",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-loader": "^9.3.1",
"typescript": "4.9.3",
"rimraf": "^4.1.2",
"typescript": "4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}
7 changes: 3 additions & 4 deletions packages/connect-explorer/src/components/Response.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import styled, { createGlobalStyle } from 'styled-components';
import Inspector from 'react-inspector';
import stringifyObject from 'stringify-object';
import { Inspector } from 'react-inspector';
import type { AppState } from '../types';

import * as methodActions from '../actions/methodActions';
Expand Down Expand Up @@ -180,11 +179,11 @@ const Response = ({ code, docs, hasDocumentation, response, tab }: ResponseProps
switch (tab) {
case 'response': {
const json = response ? (
<Inspector data={response} expandLevel={10} />
<Inspector data={response} expandLevel={10} table={false} />
dahaca marked this conversation as resolved.
Show resolved Hide resolved
) : null;
return (
<Container data-test="@response">
<CopyToClipboard data={stringifyObject(response)} />
<CopyToClipboard data={JSON.stringify(response, null, 2)} />
{json}
</Container>
);
Expand Down
Loading