From d42a1056ddd1177c227acea07fb347f591ef9abb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:36:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20react=20monorepo?= =?UTF-8?q?=20to=20^18.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d19cb7d4..fbcf9eaf 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "dependencies": { "@icons-pack/react-simple-icons": "^9.4.1", "next": "14.2.2", - "react": "^18", - "react-dom": "^18" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { "@nexterias/prettier-config": "^1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acfecf2e..45b5e1fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,10 +15,10 @@ importers: specifier: 14.2.2 version: 14.2.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0 react-dom: - specifier: ^18 + specifier: ^18.2.0 version: 18.2.0(react@18.2.0) devDependencies: '@nexterias/prettier-config':