From 02e6f63786cc011c5f336d78f21fdec32fc1c95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:25:07 +0000 Subject: [PATCH] Bump fabricjs-react from 1.2.2 to 2.1.0 Bumps [fabricjs-react](https://github.com/asotog/fabricjs-react) from 1.2.2 to 2.1.0. - [Release notes](https://github.com/asotog/fabricjs-react/releases) - [Commits](https://github.com/asotog/fabricjs-react/commits) --- updated-dependencies: - dependency-name: fabricjs-react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7949be7..72d8a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "fabric": "^5.3.0", - "fabricjs-react": "^1.2.2", + "fabricjs-react": "^2.1.0", "uuid": "^10.0.0" }, "devDependencies": { @@ -6093,13 +6093,16 @@ } }, "node_modules/fabricjs-react": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/fabricjs-react/-/fabricjs-react-1.2.2.tgz", - "integrity": "sha512-R0YtLhwk4OcZ41XWwGc66KCU8g88zwszXycBC3DQ5BGeWGg3WU2QJp9UKzp6L3L5IHtVeDqO/Bm3NZmp2j2tkQ==", - "dependencies": { - "fabric": "^5.3.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fabricjs-react/-/fabricjs-react-2.1.0.tgz", + "integrity": "sha512-k4OLUxTaMTk/rigMQZV71j7TSHohetoJEB7SOHDC4UHr1suU5jD6Nh1WLL9gXx7Mo3bXqLKxm2wMQVmB4VFHyg==", + "engines": { + "node": "20" + }, + "peerDependencies": { + "fabric": "^5 || ^6", + "react": ">=18.2.0", + "react-dom": ">=18.2.0" } }, "node_modules/fast-deep-equal": { diff --git a/package.json b/package.json index 6ba613f..2714bed 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ ], "dependencies": { "fabric": "^5.3.0", - "fabricjs-react": "^1.2.2", + "fabricjs-react": "^2.1.0", "uuid": "^10.0.0" } }