From 324d85fce7f149a27d6fb6afe6761c18a537825e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:05:20 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react in /reactflow-remix Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.0.0 to 12.3.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.3.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-remix/package-lock.json | 16 ++++++++-------- reactflow-remix/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reactflow-remix/package-lock.json b/reactflow-remix/package-lock.json index c939275..b8601d5 100644 --- a/reactflow-remix/package-lock.json +++ b/reactflow-remix/package-lock.json @@ -9,7 +9,7 @@ "@remix-run/node": "^2.8.1", "@remix-run/react": "^2.8.1", "@remix-run/serve": "^2.8.1", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.0", "isbot": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -2377,11 +2377,11 @@ "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==" }, "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.3.0", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.3.0.tgz", + "integrity": "sha512-dujEbjOn+5gMGg/wsojxtI7v2CfWm7ieRyiOHiZTPyw6p/VIdCoS3nLfSBP3TT+swoHSAXZ78iomHSKoUl4tMg==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.42", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -2391,9 +2391,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.42", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.42.tgz", + "integrity": "sha512-kWYj+Y0GOct0jKYTdyRMNOLPxGNbb2TYvPg2gTmJnZ31DOOMkL5uRBLX825DR2gOACDu+i5FHLxPJUPf/eGOJw==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-remix/package.json b/reactflow-remix/package.json index b4fd57f..9198a89 100644 --- a/reactflow-remix/package.json +++ b/reactflow-remix/package.json @@ -14,7 +14,7 @@ "@remix-run/node": "^2.8.1", "@remix-run/react": "^2.8.1", "@remix-run/serve": "^2.8.1", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.0", "isbot": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0"