From fbeb0cbb0e14e3215b2f12e8a586e2d3280c367b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:09:33 +0000 Subject: [PATCH] chore(deps): bump @xyflow/react in /reactflow-create-react-app-react17 Bumps [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) from 12.0.0 to 12.1.1. - [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.1.1/packages/react) --- updated-dependencies: - dependency-name: "@xyflow/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 16 ++++++++-------- reactflow-create-react-app-react17/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reactflow-create-react-app-react17/package-lock.json b/reactflow-create-react-app-react17/package-lock.json index 2bb7ce7..79c279c 100644 --- a/reactflow-create-react-app-react17/package-lock.json +++ b/reactflow-create-react-app-react17/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "^20.11.27", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.1.1", "react": "^17.0.0", "react-dom": "^17.0.0", "react-scripts": "5.0.1", @@ -5041,11 +5041,11 @@ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" }, "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.1.1", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.1.1.tgz", + "integrity": "sha512-0/ToFd7YY6fKAWdz+NstK5K190xONpdEBPGTWIcNT0CjiCZ6Wj8qRPlg4oxYHtKkTyBQfsEvBWayJaxhwDIOGw==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.39", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -5055,9 +5055,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.39", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.39.tgz", + "integrity": "sha512-0WSdTCoA6kF/BqIFyUVinoK32Qj8scfLVxPdDahW1eYBKi5F1SYSouzVjpF2loYskyRbGl4KgxwaHiCgrBYFmA==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-create-react-app-react17/package.json b/reactflow-create-react-app-react17/package.json index 6ee494c..e5d7a01 100644 --- a/reactflow-create-react-app-react17/package.json +++ b/reactflow-create-react-app-react17/package.json @@ -11,7 +11,7 @@ "@types/node": "^20.11.27", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.1.1", "react": "^17.0.0", "react-dom": "^17.0.0", "react-scripts": "5.0.1",