Bump reactflow from 11.6.1 to 11.7.0 in /js (#19413)

Bumps [reactflow](https://github.com/wbkd/react-flow/tree/HEAD/packages/reactflow) from 11.6.1 to 11.7.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.7.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-29 10:56:00 +00:00 committed by GitHub
parent 4b89eada40
commit 672a989d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 30 deletions

View file

@ -88,7 +88,7 @@
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"reactflow": "^11.6.1",
"reactflow": "^11.7.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"
},

75
js/package-lock.json generated
View file

@ -83,7 +83,7 @@
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-router-dom": "6.9.0",
"reactflow": "^11.6.1",
"reactflow": "^11.7.0",
"ui-shared": "999.0.0-SNAPSHOT",
"use-react-router-breadcrumbs": "^4.0.1"
},
@ -1408,11 +1408,11 @@
}
},
"node_modules/@reactflow/background": {
"version": "11.1.10",
"resolved": "https://registry.npmjs.org/@reactflow/background/-/background-11.1.10.tgz",
"integrity": "sha512-BeNODSlZEaLkhOiZvGROrC7g/tdIt3qzzjguB0/wwDd/LXWj8bPxOAL4+1c9qnJszH2yCgww1U/QWe2xXc0hTg==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@reactflow/background/-/background-11.2.0.tgz",
"integrity": "sha512-Fd8Few2JsLuE/2GaIM6fkxEBaAJvfzi2Lc106HKi/ddX+dZs8NUsSwMsJy1Ajs8b4GbiX8v8axfKpbK6qFMV8w==",
"dependencies": {
"@reactflow/core": "11.6.1",
"@reactflow/core": "11.7.0",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
},
@ -1422,11 +1422,11 @@
}
},
"node_modules/@reactflow/controls": {
"version": "11.1.10",
"resolved": "https://registry.npmjs.org/@reactflow/controls/-/controls-11.1.10.tgz",
"integrity": "sha512-7GiAhYdQFmfReafahkQPY+RnLISSIbgfqGfMghQyW/fuBQoV3lgqhthnb0Q4AtM4Bp/s/Jv3aHcdVdj3E3a2yw==",
"version": "11.1.11",
"resolved": "https://registry.npmjs.org/@reactflow/controls/-/controls-11.1.11.tgz",
"integrity": "sha512-g6WrsszhNkQjzkJ9HbVUBkGGoUy2z8dQVgH6CYQEjuoonD15cWAPGvjyg8vx8oGG7CuktUhWu5JPivL6qjECow==",
"dependencies": {
"@reactflow/core": "11.6.1",
"@reactflow/core": "11.7.0",
"classcat": "^5.0.3"
},
"peerDependencies": {
@ -1435,9 +1435,9 @@
}
},
"node_modules/@reactflow/core": {
"version": "11.6.1",
"resolved": "https://registry.npmjs.org/@reactflow/core/-/core-11.6.1.tgz",
"integrity": "sha512-qKmXi9z1n6aycAGv+GYCNHgsGznCAyY73DsvOvPH99V/+2M3FtpOnQf6Am5HHfDsCk+h5vuRiT6hlv7Oi2Xn0w==",
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/@reactflow/core/-/core-11.7.0.tgz",
"integrity": "sha512-UJcpbNRSupSSoMWh5UmRp6UUr0ug7xVKmMvadnkKKiNi9584q57nz4HMfkqwN3/ESbre7LD043yh2n678d/5FQ==",
"dependencies": {
"@types/d3": "^7.4.0",
"@types/d3-drag": "^3.0.1",
@ -1455,11 +1455,11 @@
}
},
"node_modules/@reactflow/minimap": {
"version": "11.4.1",
"resolved": "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.4.1.tgz",
"integrity": "sha512-1fEt0NQ51llDvEcnNnyFZlpfvZX9WhLBJMbAHFOVk2p3i2ppyKutj/l2TwYv/l3sDu2irc1G4GCwGagdddRHWQ==",
"version": "11.5.0",
"resolved": "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.5.0.tgz",
"integrity": "sha512-n/3tlaknLpi3zaqCC+tDDPvUTOjd6jglto9V3RB1F2wlaUEbCwmuoR2GYTkiRyZMvuskKyAoQW8+0DX0+cWwsA==",
"dependencies": {
"@reactflow/core": "11.6.1",
"@reactflow/core": "11.7.0",
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1",
"classcat": "^5.0.3",
@ -1472,12 +1472,28 @@
"react-dom": ">=17"
}
},
"node_modules/@reactflow/node-toolbar": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.1.10.tgz",
"integrity": "sha512-gvxQjj9huyaWnVhuu23DLzwooljAf9P55AIC3BnREqTEFd4IUBmS+Xca1yXNWsoS3hfVDjyV/fiBDcm2EXxEzw==",
"node_modules/@reactflow/node-resizer": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@reactflow/node-resizer/-/node-resizer-2.1.0.tgz",
"integrity": "sha512-DVL8nnWsltP8/iANadAcTaDB4wsEkx2mOLlBEPNE3yc5loSm3u9l5m4enXRcBym61MiMuTtDPzZMyYYQUjuYIg==",
"dependencies": {
"@reactflow/core": "11.6.1",
"@reactflow/core": "^11.6.0",
"classcat": "^5.0.4",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"zustand": "^4.3.1"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
}
},
"node_modules/@reactflow/node-toolbar": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.1.11.tgz",
"integrity": "sha512-+hKtx+cvXwfCa9paGxE+G34rWRIIVEh68ZOqAtivClVmfqGzH/sEoGWtIOUyg9OEDNE1nEmZ1NrnpBGSmHHXFg==",
"dependencies": {
"@reactflow/core": "11.7.0",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
},
@ -8910,15 +8926,16 @@
}
},
"node_modules/reactflow": {
"version": "11.6.1",
"resolved": "https://registry.npmjs.org/reactflow/-/reactflow-11.6.1.tgz",
"integrity": "sha512-1KpBHljqSDO+yHJCkpbupRdOvYVGmCtnY8Km8iTQNo3Bq/ivYbX4SDpAIL5inqoJu8chPP00DNSLuDcMqRJcZw==",
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/reactflow/-/reactflow-11.7.0.tgz",
"integrity": "sha512-bjfJV1iQZ+VwIlvsnd4TbXNs6kuJ5ONscud6fNkF8RY/oU2VUZpdjA3q1zwmgnjmJcIhxuBiBI5VLGajYx/Ozg==",
"dependencies": {
"@reactflow/background": "11.1.10",
"@reactflow/controls": "11.1.10",
"@reactflow/core": "11.6.1",
"@reactflow/minimap": "11.4.1",
"@reactflow/node-toolbar": "1.1.10"
"@reactflow/background": "11.2.0",
"@reactflow/controls": "11.1.11",
"@reactflow/core": "11.7.0",
"@reactflow/minimap": "11.5.0",
"@reactflow/node-resizer": "2.1.0",
"@reactflow/node-toolbar": "1.1.11"
},
"peerDependencies": {
"react": ">=17",