Bump reactflow from 11.5.6 to 11.6.0 in /js (#17625)

Bumps [reactflow](https://github.com/wbkd/react-flow/tree/HEAD/packages/reactflow) from 11.5.6 to 11.6.0.
- [Release notes](https://github.com/wbkd/react-flow/releases)
- [Changelog](https://github.com/wbkd/react-flow/blob/main/packages/reactflow/CHANGELOG.md)
- [Commits](https://github.com/wbkd/react-flow/commits/reactflow@11.6.0/packages/reactflow)

---
updated-dependencies:
- dependency-name: reactflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-14 00:05:25 +01:00 committed by GitHub
parent 216f39a46a
commit b4765a6d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 29 deletions

View file

@ -87,7 +87,7 @@
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.2",
"reactflow": "^11.5.6",
"reactflow": "^11.6.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"
},

56
js/package-lock.json generated
View file

@ -82,7 +82,7 @@
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-router-dom": "6.8.2",
"reactflow": "^11.5.6",
"reactflow": "^11.6.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"
},
@ -1406,11 +1406,11 @@
}
},
"node_modules/@reactflow/background": {
"version": "11.1.8",
"resolved": "https://registry.npmjs.org/@reactflow/background/-/background-11.1.8.tgz",
"integrity": "sha512-NYZwiEeKVc1qJbDRrRX5RgHbMMzofhzOAqz3teWtUIGju5d+kEf/vcx/35bLM+CZuhucL+OvJpRgCjKmViiTIw==",
"version": "11.1.9",
"resolved": "https://registry.npmjs.org/@reactflow/background/-/background-11.1.9.tgz",
"integrity": "sha512-tl2uDpq3FECz9Q8+7Fm3z9wmYOryRqRDuPr3nhp3GJRNbELSIJc5AUm2LSyYf1pM/Ck4fZU1zKmby9kC+hj99g==",
"dependencies": {
"@reactflow/core": "11.5.5",
"@reactflow/core": "11.6.0",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
},
@ -1420,11 +1420,11 @@
}
},
"node_modules/@reactflow/controls": {
"version": "11.1.8",
"resolved": "https://registry.npmjs.org/@reactflow/controls/-/controls-11.1.8.tgz",
"integrity": "sha512-QCG4q52HS/zmuBAFzmTFh4wkR6thmNDxSKHQPxTwfVIuQtV/oGpfz7zMaoU0ZSN84qSWl5UdzmV4PAC50tOAkQ==",
"version": "11.1.9",
"resolved": "https://registry.npmjs.org/@reactflow/controls/-/controls-11.1.9.tgz",
"integrity": "sha512-k0Vfz/jIHsQ6DFfsNBgYk29KtPQhzZAyQY7g9yN6GWPCXALF8fkopNb79BHOYichQ7a0rpUmeaGfjdMUsWrIhg==",
"dependencies": {
"@reactflow/core": "11.5.5",
"@reactflow/core": "11.6.0",
"classcat": "^5.0.3"
},
"peerDependencies": {
@ -1433,9 +1433,9 @@
}
},
"node_modules/@reactflow/core": {
"version": "11.5.5",
"resolved": "https://registry.npmjs.org/@reactflow/core/-/core-11.5.5.tgz",
"integrity": "sha512-/FPnpvO9I4E6/mmfZInbsVusR214gzIZ2e2xgl9XJdBo90cWaqHgo0c5F2YPXX19R3mItzxveN+WlENFEOvdPg==",
"version": "11.6.0",
"resolved": "https://registry.npmjs.org/@reactflow/core/-/core-11.6.0.tgz",
"integrity": "sha512-sxw4X/E8FLPzljcZ9rSdSTbNeN4uvIcdJXXFEpYol98RJluwQG+wajvr75D4tLoRafgJHCGcULjdRI1RVDjV2A==",
"dependencies": {
"@types/d3": "^7.4.0",
"@types/d3-drag": "^3.0.1",
@ -1453,11 +1453,11 @@
}
},
"node_modules/@reactflow/minimap": {
"version": "11.3.8",
"resolved": "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.3.8.tgz",
"integrity": "sha512-hOW3FVP/ObRK3oZxvKSSKIIR/DRe1OR4KU+3AIHxTK6K2kt/D48zQU37fOmEasfohjBjsqEopK7Ux8tapTT0EA==",
"version": "11.4.0",
"resolved": "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.4.0.tgz",
"integrity": "sha512-JZ30XyVdL7bXX6Hp+B/4RENH8QT37WJnFcCh7WIF/J8kKP3t216AaJa1h3Hc2b92dV7qoB9LjBl8iI6gdHH0xQ==",
"dependencies": {
"@reactflow/core": "11.5.5",
"@reactflow/core": "11.6.0",
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1",
"classcat": "^5.0.3",
@ -1471,11 +1471,11 @@
}
},
"node_modules/@reactflow/node-toolbar": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.1.8.tgz",
"integrity": "sha512-/Aj5dfarrBRvPeyDk+CZef7InP4LXlhMnlMPw6hnT/P9lVVChe02knzzkeKiVGmiWKXWL/gOCDXBFp9tMtIAsQ==",
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.1.9.tgz",
"integrity": "sha512-rzS4gfeY1VFqz0ai0EuS+DBWsQyhMbYNlmm8sBMk8wj/4TaMOzF33ejMHreDJPHsZouuGh4jfeHIKkJjRBk74g==",
"dependencies": {
"@reactflow/core": "11.5.5",
"@reactflow/core": "11.6.0",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
},
@ -8861,15 +8861,15 @@
}
},
"node_modules/reactflow": {
"version": "11.5.6",
"resolved": "https://registry.npmjs.org/reactflow/-/reactflow-11.5.6.tgz",
"integrity": "sha512-my4LUKT7H7t2mK/qy4n+bfAMgjqhHOhYGYrvzSWB4yPhOhamPGjs0Ted9G8JWEw15Svn7pHf8DppTHUfk5zH2g==",
"version": "11.6.0",
"resolved": "https://registry.npmjs.org/reactflow/-/reactflow-11.6.0.tgz",
"integrity": "sha512-u0lKKYThK+ZRT4YO71xMz/6Gjj22XsDkuD7UUNlqPCqbNXRHlHYv7XlaxTw6gzFpS9OvjekDZXWacYS12J58Eg==",
"dependencies": {
"@reactflow/background": "11.1.8",
"@reactflow/controls": "11.1.8",
"@reactflow/core": "11.5.5",
"@reactflow/minimap": "11.3.8",
"@reactflow/node-toolbar": "1.1.8"
"@reactflow/background": "11.1.9",
"@reactflow/controls": "11.1.9",
"@reactflow/core": "11.6.0",
"@reactflow/minimap": "11.4.0",
"@reactflow/node-toolbar": "1.1.9"
},
"peerDependencies": {
"react": ">=17",