chore(deps): update react requirement from ^19.1.0 to ^19.1.1 in /superset-frontend/plugins/legacy-plugin-chart-chord (#34502)

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]
2025-08-05 16:01:19 -07:00
committed by GitHub
parent 4a556f4ac4
commit 622a62d7a1
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
"dependencies": {
"d3": "^3.5.17",
"prop-types": "^15.8.1",
"react": "^19.1.0"
"react": "^19.1.1"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",