From 812f281d349a7a487813b4b977185bf04565f100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:19:56 +1000 Subject: [PATCH] chore(deps): bump next from 14.2.7 to 14.2.10 in /examples/orderbook/create-bid-with-nextjs (#2227) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zaid.arain --- examples/orderbook/create-bid-with-nextjs/package.json | 2 +- sdk/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/orderbook/create-bid-with-nextjs/package.json b/examples/orderbook/create-bid-with-nextjs/package.json index 44e977becb..119a57930c 100644 --- a/examples/orderbook/create-bid-with-nextjs/package.json +++ b/examples/orderbook/create-bid-with-nextjs/package.json @@ -14,7 +14,7 @@ "@ethersproject/providers": "^5.7.2", "@imtbl/sdk": "latest", "ethers": "^5.7.2", - "next": "14.2.7", + "next": "14.2.10", "react": "^18", "react-dom": "^18" }, diff --git a/sdk/package.json b/sdk/package.json index f7c91da762..16374798f9 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -178,4 +178,4 @@ }, "type": "module", "types": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 26b0f30d4c..20f0c2e5d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3884,7 +3884,7 @@ __metadata: eslint: ^8 eslint-config-next: 14.2.7 ethers: ^5.7.2 - next: 14.2.7 + next: 14.2.10 react: ^18 react-dom: ^18 typescript: ^5.6.2