From 203b204c10d43f4e195267619090c946b5540e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 08:58:28 +0000 Subject: [PATCH] Bump react-chessboard from 1.3.1 to 2.0.7 in /client Bumps [react-chessboard](https://github.com/Clariity/react-chessboard) from 1.3.1 to 2.0.7. - [Release notes](https://github.com/Clariity/react-chessboard/releases) - [Commits](https://github.com/Clariity/react-chessboard/compare/v1.3.1...v2.0.7) --- updated-dependencies: - dependency-name: react-chessboard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index ded581d..8661f64 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@radix-ui/react-icons": "^1.1.1", "chess.js": "^1.0.0-alpha.0", "react": "^18.2.0", - "react-chessboard": "^1.3.1", + "react-chessboard": "^2.0.7", "react-dom": "^18.2.0", "react-router-dom": "^6.6.1", "socket.io-client": "^4.5.4"