From 42d9bd97c04358375b5ea14d21a985035a9fe063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:20:09 +0000 Subject: [PATCH] Bump react from 18.3.1 to 17.0.2 in /src Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 17.0.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index cff6ca1..f8a53c5 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ "@sentry/browser": "^7.88.0", "@sentry/integrations": "^7.88.0", "babel-eslint": "^10.1.0", - "react": "^18.2.0", + "react": "^17.0.2", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-scripts": "^5.0.1",