This is an automated email from the ASF dual-hosted git repository. jli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push: new 7082933b96 chore(deps): bump react from 17.0.2 to 19.1.0 in /superset-frontend/plugins/legacy-plugin-chart-chord (#32949) 7082933b96 is described below commit 7082933b96514e868bc41ae35304aa104899c271 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jul 3 18:18:08 2025 -0700 chore(deps): bump react from 17.0.2 to 19.1.0 in /superset-frontend/plugins/legacy-plugin-chart-chord (#32949) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 11 ++++++++++- .../plugins/legacy-plugin-chart-chord/package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index c7bf1b5476..1aa6d46e9e 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -59099,13 +59099,22 @@ "dependencies": { "d3": "^3.5.17", "prop-types": "^15.8.1", - "react": "^17.0.2" + "react": "^19.1.0" }, "peerDependencies": { "@superset-ui/chart-controls": "*", "@superset-ui/core": "*" } }, + "plugins/legacy-plugin-chart-chord/node_modules/react": { + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "plugins/legacy-plugin-chart-country-map": { "name": "@superset-ui/legacy-plugin-chart-country-map", "version": "0.20.3", diff --git a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json index aebdff5b92..9ae341c69a 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json @@ -31,7 +31,7 @@ "dependencies": { "d3": "^3.5.17", "prop-types": "^15.8.1", - "react": "^17.0.2" + "react": "^19.1.0" }, "peerDependencies": { "@superset-ui/chart-controls": "*",