diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index ac2c244482c..0faf5144cc4 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -29405,6 +29405,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-mobile": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-5.0.0.tgz", + "integrity": "sha512-Tz/yndySvLAEXh+Uk8liFCxOwVH6YutuR74utvOcu7I9Di+DwM0mtdPVZNaVvvBUM2OXxne/NhOs1zAO7riusQ==", + "license": "MIT" + }, "node_modules/is-negative-zero": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", @@ -50946,7 +50952,7 @@ "tinycolor2": "*" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@emotion/react": "^11.4.1", "@superset-ui/core": "*", "@testing-library/dom": "^8.20.1", @@ -50967,7 +50973,7 @@ "version": "0.20.4", "license": "Apache-2.0", "dependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^6.1.1", "@apache-superset/core": "*", "@babel/runtime": "^7.29.2", "@types/json-bigint": "^1.0.4", @@ -51051,6 +51057,57 @@ "tinycolor2": "*" } }, + "packages/superset-ui-core/node_modules/@ant-design/colors": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-8.0.1.tgz", + "integrity": "sha512-foPVl0+SWIslGUtD/xBr1p9U4AKzPhNYEseXYRRo5QSzGACYZrQbe11AYJbYfAWnWSpGBx6JjBmSeugUsD9vqQ==", + "license": "MIT", + "dependencies": { + "@ant-design/fast-color": "^3.0.0" + } + }, + "packages/superset-ui-core/node_modules/@ant-design/fast-color": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-3.0.1.tgz", + "integrity": "sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==", + "license": "MIT", + "engines": { + "node": ">=8.x" + } + }, + "packages/superset-ui-core/node_modules/@ant-design/icons": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-6.1.1.tgz", + "integrity": "sha512-AMT4N2y++TZETNHiM77fs4a0uPVCJGuL5MTonk13Pvv7UN7sID1cNEZOc1qNqx6zLKAOilTEFAdAoAFKa0U//Q==", + "license": "MIT", + "dependencies": { + "@ant-design/colors": "^8.0.0", + "@ant-design/icons-svg": "^4.4.0", + "@rc-component/util": "^1.3.0", + "clsx": "^2.1.1" + }, + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "packages/superset-ui-core/node_modules/@ant-design/icons/node_modules/@rc-component/util": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@rc-component/util/-/util-1.10.0.tgz", + "integrity": "sha512-aY9GLBuiUdpyfIUpAWSYer4Tu3mVaZCo5A0q9NtXcazT3MRiI3/WNHCR+DUn5VAtR6iRRf0ynCqQUcHli5UdYw==", + "license": "MIT", + "dependencies": { + "is-mobile": "^5.0.0", + "react-is": "^18.2.0" + }, + "peerDependencies": { + "react": ">=18.0.0", + "react-dom": ">=18.0.0" + } + }, "packages/superset-ui-core/node_modules/@types/mdast": { "version": "3.0.15", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", @@ -52415,7 +52472,7 @@ "xss": "^1.0.15" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", @@ -52451,7 +52508,7 @@ "lodash": "^4.18.1" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", "@reduxjs/toolkit": "*", "@superset-ui/chart-controls": "*", @@ -52570,7 +52627,7 @@ "jest": "^30.3.0" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", @@ -52598,7 +52655,7 @@ "xss": "^1.0.15" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index 7ea60e41658..6fe28fc9dbb 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -30,7 +30,7 @@ "tinycolor2": "*" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", "@emotion/react": "^11.4.1", "@superset-ui/core": "*", "@testing-library/dom": "^8.20.1", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 3a08268ebba..3f96f76667d 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -24,7 +24,7 @@ "lib" ], "dependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^6.1.1", "@apache-superset/core": "*", "@babel/runtime": "^7.29.2", "@types/json-bigint": "^1.0.4", diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json index e0808605062..982c9cf5707 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json @@ -35,8 +35,8 @@ "xss": "^1.0.15" }, "peerDependencies": { + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", - "@ant-design/icons": "^5.2.6", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "@testing-library/dom": "^8.20.1", diff --git a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json index 2b5faed9d42..4353f8d88af 100644 --- a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json +++ b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json @@ -34,11 +34,11 @@ "lodash": "^4.18.1" }, "peerDependencies": { - "@ant-design/icons": "^5.2.6", + "@ant-design/icons": "^5.6.1", + "@apache-superset/core": "*", "@reduxjs/toolkit": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "@apache-superset/core": "*", "@types/react-redux": "*", "geostyler": "^18.3.1", "geostyler-data": "^1.0.0", diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/package.json b/superset-frontend/plugins/plugin-chart-pivot-table/package.json index a45261324a1..9eeaf62234c 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/plugin-chart-pivot-table/package.json @@ -27,15 +27,15 @@ "access": "public" }, "peerDependencies": { - "react-icons": "5.4.0", + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", - "@ant-design/icons": "^5.2.6", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "lodash": "^4.18.1", "prop-types": "*", "react": "^17.0.2", - "react-dom": "^17.0.2" + "react-dom": "^17.0.2", + "react-icons": "5.4.0" }, "devDependencies": { "@babel/types": "^7.29.0", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 845a6f29ebd..38ce880c570 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -24,20 +24,20 @@ "lib" ], "dependencies": { - "react-icons": "5.4.0", "@types/d3-array": "^3.2.2", "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", "lodash": "^4.18.1", "memoize-one": "^5.2.1", + "react-icons": "5.4.0", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", "xss": "^1.0.15" }, "peerDependencies": { + "@ant-design/icons": "^5.6.1", "@apache-superset/core": "*", - "@ant-design/icons": "^5.2.6", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "@testing-library/dom": "^8.20.1",