From 15997e0f5f63a66a505b78bfc955df0905df33ed Mon Sep 17 00:00:00 2001 From: jdevcs Date: Fri, 10 Mar 2023 13:57:07 +0100 Subject: [PATCH] dependencies update --- tools/web3-plugin-example/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/web3-plugin-example/package.json b/tools/web3-plugin-example/package.json index 09f84a5ae0d..3d7a9498fea 100644 --- a/tools/web3-plugin-example/package.json +++ b/tools/web3-plugin-example/package.json @@ -52,10 +52,10 @@ "web3-utils": "^4.0.1-rc.0" }, "peerDependencies": { - "web3-core": ">= 4.0.1-alpha.0 < 5", - "web3-eth-abi": ">= 4.0.1-alpha.0 < 5", - "web3-eth-contract": ">= 4.0.1-alpha.0 < 5", - "web3-types": ">= 0.1.1-alpha.0 < 5", - "web3-utils": ">= ^4.0.1-alpha.0 < 5" + "web3-core": ">= 4.0.1-rc.0 < 5", + "web3-eth-abi": ">= 4.0.1-rc.0 < 5", + "web3-eth-contract": ">= 4.0.1-rc.0 < 5", + "web3-types": ">= 1.0.0-rc.0 < 5", + "web3-utils": ">= ^4.0.1-rc.0 < 5" } }