From df3e5ad5e631cefd5bcd80e72d52df522efa0fc6 Mon Sep 17 00:00:00 2001 From: Alejandro Busse Date: Wed, 6 Dec 2023 15:39:54 -0300 Subject: [PATCH 1/3] fix(root): lock polkadot dependencies for node 16 locked polkadot dependencies to work with node 16 and also added node 20 the packages update test WP-1068 TICKET: WP-1068 --- .github/workflows/test_package_updates.yml | 2 +- package.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_package_updates.yml b/.github/workflows/test_package_updates.yml index 6eccf00248..7cb1c98c6d 100644 --- a/.github/workflows/test_package_updates.yml +++ b/.github/workflows/test_package_updates.yml @@ -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 diff --git a/package.json b/package.json index c2f863cef2..e9d8ad0e94 100644 --- a/package.json +++ b/package.json @@ -63,10 +63,18 @@ "@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", From d0aee6aaf32cb468a1718c0ac4bcfefdeca8fd94 Mon Sep 17 00:00:00 2001 From: Alejandro Busse Date: Wed, 6 Dec 2023 15:43:39 -0300 Subject: [PATCH 2/3] fix(root): lock io-ts version lock io-ts version WP-1068 TICKET: WP-1068 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e9d8ad0e94..e98658a971 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "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", From 03036dc3a8513b05e7b02be1ff42bd8453d28842 Mon Sep 17 00:00:00 2001 From: Alejandro Busse Date: Wed, 6 Dec 2023 15:51:49 -0300 Subject: [PATCH 3/3] fix(web-demo): lock @types/styled-components version locked @types/styled-components version WP-1068 TICKET: WP-1068 --- modules/web-demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web-demo/package.json b/modules/web-demo/package.json index d2d1b25dda..ea11cd46c0 100644 --- a/modules/web-demo/package.json +++ b/modules/web-demo/package.json @@ -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",