Skip to content

Commit

Permalink
Merge pull request #4126 from BitGo/WP-1068-fix-dependencies-issues-r…
Browse files Browse the repository at this point in the history
…elated-to-node-16

fix(root): lock polkadot dependencies for node 16
  • Loading branch information
alebusse authored Dec 7, 2023
2 parents 9793ebf + 03036dc commit cb52b1a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_package_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion modules/web-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@testing-library/cypress": "^8.0.2",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.16",
"@types/styled-components": "^5.1.25",
"@types/styled-components": "5.1.25",
"chai": "^4.3.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,24 @@
"@types/react": "17.0.24",
"@types/react-dom": "17.0.16",
"@polkadot/api": "10.9.1",
"@polkadot/x-fetch": "12.3.2",
"@polkadot/keyring": "12.3.2",
"@polkadot/networks": "12.3.2",
"@polkadot/types": "10.9.1",
"@polkadot/util": "12.3.2",
"@polkadot/util-crypto": "12.3.2",
"@polkadot/wasm-crypto": "7.2.1",
"@polkadot/wasm-util": "7.2.1",
"@polkadot/x-bigint": "12.3.2",
"@polkadot/x-global": "12.3.2",
"@polkadot/x-randomvalues": "12.3.2",
"@polkadot/x-ws": "12.3.2",
"@substrate/txwrapper-core": "7.0.1",
"@substrate/txwrapper-polkadot": "7.0.1",
"buffer": "^6.0.3",
"degenerator": "5.0.0",
"eventsource": "2.0.2",
"io-ts": "2.2.20",
"minimist": "1.2.6",
"parse-path": "^5.0.0",
"parse-url": "8.1.0",
Expand Down

0 comments on commit cb52b1a

Please sign in to comment.