From 3263c90de96584a4def475446427fc4cb513f7cf Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 2 Feb 2024 18:23:16 +0000 Subject: [PATCH] fix: add @babel/runtime to peerDeps and devDeps --- package.json | 4 ++++ yarn.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b7e9d67..e3f8a83 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,12 @@ "@babel/core": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", + "@babel/runtime": "^7.21.0", "ganache": "7.3.1", "solc": "^0.4.26", "tape": "^5.6.1" + }, + "peerDependencies": { + "@babel/runtime": "^7.21.0" } } diff --git a/yarn.lock b/yarn.lock index d2955a1..1509adb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -898,7 +898,7 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.8.4": +"@babel/runtime@^7.21.0", "@babel/runtime@^7.8.4": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==