From ee4f247eedca99a23f76fd550019b86a2eda5856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:48:18 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react in /reactflow-nextjs Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.0.0 to 12.2.0. - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.2.0/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reactflow-nextjs/package-lock.json | 30 +++++++++++++++--------------- reactflow-nextjs/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/reactflow-nextjs/package-lock.json b/reactflow-nextjs/package-lock.json index 1525b5b..7e751b6 100644 --- a/reactflow-nextjs/package-lock.json +++ b/reactflow-nextjs/package-lock.json @@ -8,7 +8,7 @@ "name": "reactflow-next", "version": "0.1.0", "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.2.0", "next": "^14.1.3", "react": "18.2.0", "react-dom": "18.2.0" @@ -648,11 +648,11 @@ "dev": true }, "node_modules/@xyflow/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.0.0.tgz", - "integrity": "sha512-f0cboW5ZbKR+xGUr2QtYiIZwGvxDHzCjdtp2KBSNcQCmyc9xgaJ2PMCKBpwAUF0u+RoA7mEW2jE3mPI9WCBy0A==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.2.0.tgz", + "integrity": "sha512-aQ1636zCfTey+k2d4xxkQrfwMWe0uazIJoKUXyCoVTX+KH5/ep9wxr7yGlSW4s1XIGzmP3f+qUwTk0GvxvP0Rg==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.40", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -662,9 +662,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.34", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.34.tgz", - "integrity": "sha512-Gcc2aSPZX5YMn+Rv6a2lxRes005YLc6LRaMtzRsobCcIEMpBUWzEx8/OrvpAYOCM3UCxlqfUOK2ekglxbjzYEQ==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.40.tgz", + "integrity": "sha512-pS4m6J+Q+kUoUV73rKMfGPm+FOA9OajHyADrTlTE6VaG4/vMV2gHS/ZMVZb295jkY/ZpZkpQZKp1sRm0m31Jpw==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", @@ -5011,19 +5011,19 @@ "dev": true }, "@xyflow/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.0.0.tgz", - "integrity": "sha512-f0cboW5ZbKR+xGUr2QtYiIZwGvxDHzCjdtp2KBSNcQCmyc9xgaJ2PMCKBpwAUF0u+RoA7mEW2jE3mPI9WCBy0A==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.2.0.tgz", + "integrity": "sha512-aQ1636zCfTey+k2d4xxkQrfwMWe0uazIJoKUXyCoVTX+KH5/ep9wxr7yGlSW4s1XIGzmP3f+qUwTk0GvxvP0Rg==", "requires": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.40", "classcat": "^5.0.3", "zustand": "^4.4.0" } }, "@xyflow/system": { - "version": "0.0.34", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.34.tgz", - "integrity": "sha512-Gcc2aSPZX5YMn+Rv6a2lxRes005YLc6LRaMtzRsobCcIEMpBUWzEx8/OrvpAYOCM3UCxlqfUOK2ekglxbjzYEQ==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.40.tgz", + "integrity": "sha512-pS4m6J+Q+kUoUV73rKMfGPm+FOA9OajHyADrTlTE6VaG4/vMV2gHS/ZMVZb295jkY/ZpZkpQZKp1sRm0m31Jpw==", "requires": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-nextjs/package.json b/reactflow-nextjs/package.json index 02d0cb6..8c5ed78 100644 --- a/reactflow-nextjs/package.json +++ b/reactflow-nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.2.0", "next": "^14.1.3", "react": "18.2.0", "react-dom": "18.2.0"