Skip to content

Commit

Permalink
chore: upgrade renderer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jul 12, 2021
1 parent 257f81c commit ab8565b
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 99 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@blockstack/stacks-blockchain-api-types": "0.44",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@octokit/types": "6.13.0",
"@octokit/types": "6.18.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@stacks/eslint-config": "1.0.9",
"@stacks/prettier-config": "0.0.8",
Expand Down Expand Up @@ -187,7 +187,7 @@
"path-browserify": "1.0.1",
"playwright": "1.12.3",
"ramda": "0.27.1",
"react-refresh": "0.9.0",
"react-refresh": "0.10.0",
"redux-logger": "3.0.6",
"rimraf": "3.0.2",
"stream-browserify": "3.0.0",
Expand All @@ -206,57 +206,57 @@
},
"dependencies": {
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@hot-loader/react-dom": "17.0.1",
"@popperjs/core": "2.9.1",
"@reduxjs/toolkit": "1.5.1",
"@popperjs/core": "2.9.2",
"@reduxjs/toolkit": "1.6.0",
"@stacks/blockchain-api-client": "0.55.2",
"@stacks/ui": "7.8.0",
"@stacks/ui": "7.10.0",
"@stacks/ui-core": "7.3.0",
"@stacks/ui-theme": "7.5.0",
"@stacks/ui-utils": "7.5.0",
"@styled-system/theme-get": "5.1.2",
"@tabler/icons": "1.40.2",
"@tabler/icons": "1.41.2",
"@tippyjs/react": "4.2.5",
"@zondax/ledger-blockstack": "0.2.0",
"argon2-browser": "1.18.0",
"axios": "0.21.1",
"bignumber.js": "9.0.1",
"bip39": "3.0.4",
"bitcoin-address-validation": "2.0.1",
"bitcoin-address-validation": "2.1.0",
"bn.js": "https://github.com/kyranjamie/bn.js",
"buffer": "6.0.3",
"c32check": "1.1.2",
"connected-react-router": "6.9.1",
"core-js": "3.15.2",
"dayjs": "1.10.4",
"dayjs": "1.10.6",
"deepmerge": "4.2.2",
"devtron": "1.4.0",
"electron-context-menu": "2.5.0",
"electron-debug": "3.2.0",
"electron-store": "7.0.2",
"electron-window-state": "5.0.3",
"formik": "2.2.6",
"immer": "9.0.1",
"formik": "2.2.9",
"immer": "9.0.5",
"minimist": "1.2.5",
"os-browserify": "0.3.0",
"qrcode.react": "1.0.1",
"react": "17.0.2",
"react-card-flip": "1.1.0",
"react-dom": "17.0.2",
"react-hot-loader": "4.13.0",
"react-hotkeys-hook": "3.3.0",
"react-hotkeys-hook": "3.3.2",
"react-popper": "2.2.5",
"react-query": "3.13.4",
"react-redux": "7.2.3",
"react-query": "3.18.1",
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"redux": "4.1.0",
"redux-persist": "6.0.0",
"redux-thunk": "2.3.0",
"rpc-websocket-client": "1.1.4",
"rxjs": "6.6.7",
"rxjs": "7.2.0",
"source-map-support": "0.5.19",
"typescript": "4.3.5",
"url-join": "4.0.1",
Expand Down
Loading

0 comments on commit ab8565b

Please sign in to comment.