From 9d8c5f1e54015d4c1057a6d0a2f9a33f4d538518 Mon Sep 17 00:00:00 2001 From: Muhammad-Altabba <24407834+Muhammad-Altabba@users.noreply.github.com> Date: Sat, 4 May 2024 13:41:54 +0200 Subject: [PATCH] use strict versioning at `apps/laboratory/package.json` --- apps/laboratory/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/laboratory/package.json b/apps/laboratory/package.json index 03c07f28f3..de6de22abf 100644 --- a/apps/laboratory/package.json +++ b/apps/laboratory/package.json @@ -45,11 +45,11 @@ "valtio": "1.11.2", "viem": "2.9.3", "wagmi": "2.5.7", - "web3-eth": "^4.6.0", - "web3-eth-contract": "^4.4.0", - "web3-eth-ens": "^4.2.0", - "web3-types": "^1.6.0", - "web3-utils": "^4.2.3" + "web3-eth": "4.6.0", + "web3-eth-contract": "4.4.0", + "web3-eth-ens": "4.2.0", + "web3-types": "1.6.0", + "web3-utils": "4.2.3" }, "devDependencies": { "@aws-sdk/client-cloudwatch": "3.509.0",