mirror of
https://github.com/apache/superset.git
synced 2026-05-21 15:55:10 +00:00
feat(changesets): configure workspace protocol and private packages
- Convert file: references to workspace:* protocol for monorepo deps - Add eslint-rules/* to workspaces for workspace:* resolution - Mark eslint plugins as private to prevent accidental publishing - Add eslint plugins to changeset ignore list - Changeset dry-run now works correctly Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": [
|
||||
"@superset-ui/demo",
|
||||
"@superset-ui/generator-superset"
|
||||
"@superset-ui/generator-superset",
|
||||
"eslint-plugin-i18n-strings",
|
||||
"eslint-plugin-icons",
|
||||
"eslint-plugin-theme-colors"
|
||||
],
|
||||
"privatePackages": {
|
||||
"version": false,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"": {
|
||||
"name": "superset",
|
||||
"dependencies": {
|
||||
"@apache-superset/core": "file:packages/superset-core",
|
||||
"@apache-superset/core": "workspace:*",
|
||||
"@deck.gl/aggregation-layers": "~9.2.5",
|
||||
"@deck.gl/core": "~9.2.5",
|
||||
"@deck.gl/extensions": "~9.2.5",
|
||||
@@ -30,28 +30,28 @@
|
||||
"@rjsf/utils": "^5.24.3",
|
||||
"@rjsf/validator-ajv8": "^5.24.13",
|
||||
"@scarf/scarf": "^1.4.0",
|
||||
"@superset-ui/chart-controls": "file:./packages/superset-ui-chart-controls",
|
||||
"@superset-ui/core": "file:./packages/superset-ui-core",
|
||||
"@superset-ui/legacy-plugin-chart-calendar": "file:./plugins/legacy-plugin-chart-calendar",
|
||||
"@superset-ui/legacy-plugin-chart-chord": "file:./plugins/legacy-plugin-chart-chord",
|
||||
"@superset-ui/legacy-plugin-chart-country-map": "file:./plugins/legacy-plugin-chart-country-map",
|
||||
"@superset-ui/legacy-plugin-chart-horizon": "file:./plugins/legacy-plugin-chart-horizon",
|
||||
"@superset-ui/legacy-plugin-chart-map-box": "file:./plugins/legacy-plugin-chart-map-box",
|
||||
"@superset-ui/legacy-plugin-chart-paired-t-test": "file:./plugins/legacy-plugin-chart-paired-t-test",
|
||||
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "file:./plugins/legacy-plugin-chart-parallel-coordinates",
|
||||
"@superset-ui/legacy-plugin-chart-partition": "file:./plugins/legacy-plugin-chart-partition",
|
||||
"@superset-ui/legacy-plugin-chart-rose": "file:./plugins/legacy-plugin-chart-rose",
|
||||
"@superset-ui/legacy-plugin-chart-world-map": "file:./plugins/legacy-plugin-chart-world-map",
|
||||
"@superset-ui/legacy-preset-chart-deckgl": "file:./plugins/legacy-preset-chart-deckgl",
|
||||
"@superset-ui/legacy-preset-chart-nvd3": "file:./plugins/legacy-preset-chart-nvd3",
|
||||
"@superset-ui/plugin-chart-ag-grid-table": "file:./plugins/plugin-chart-ag-grid-table",
|
||||
"@superset-ui/plugin-chart-cartodiagram": "file:./plugins/plugin-chart-cartodiagram",
|
||||
"@superset-ui/plugin-chart-echarts": "file:./plugins/plugin-chart-echarts",
|
||||
"@superset-ui/plugin-chart-handlebars": "file:./plugins/plugin-chart-handlebars",
|
||||
"@superset-ui/plugin-chart-pivot-table": "file:./plugins/plugin-chart-pivot-table",
|
||||
"@superset-ui/plugin-chart-table": "file:./plugins/plugin-chart-table",
|
||||
"@superset-ui/plugin-chart-word-cloud": "file:./plugins/plugin-chart-word-cloud",
|
||||
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
|
||||
"@superset-ui/chart-controls": "workspace:*",
|
||||
"@superset-ui/core": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-calendar": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-chord": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-country-map": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-horizon": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-map-box": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-paired-t-test": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-partition": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-rose": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-world-map": "workspace:*",
|
||||
"@superset-ui/legacy-preset-chart-deckgl": "workspace:*",
|
||||
"@superset-ui/legacy-preset-chart-nvd3": "workspace:*",
|
||||
"@superset-ui/plugin-chart-ag-grid-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-cartodiagram": "workspace:*",
|
||||
"@superset-ui/plugin-chart-echarts": "workspace:*",
|
||||
"@superset-ui/plugin-chart-handlebars": "workspace:*",
|
||||
"@superset-ui/plugin-chart-pivot-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-word-cloud": "workspace:*",
|
||||
"@superset-ui/switchboard": "workspace:*",
|
||||
"@types/d3-format": "^3.0.1",
|
||||
"@types/d3-selection": "^3.0.11",
|
||||
"@types/d3-time-format": "^4.0.3",
|
||||
@@ -75,7 +75,7 @@
|
||||
"dom-to-image-more": "^3.7.2",
|
||||
"dom-to-pdf": "^0.3.2",
|
||||
"echarts": "^5.6.0",
|
||||
"eslint-plugin-i18n-strings": "file:eslint-rules/eslint-plugin-i18n-strings",
|
||||
"eslint-plugin-i18n-strings": "workspace:*",
|
||||
"fast-glob": "^3.3.2",
|
||||
"fs-extra": "^11.3.3",
|
||||
"fuse.js": "^7.1.0",
|
||||
@@ -243,7 +243,7 @@
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
"eslint-plugin-cypress": "^3.6.0",
|
||||
"eslint-plugin-file-progress": "^1.5.0",
|
||||
"eslint-plugin-icons": "file:eslint-rules/eslint-plugin-icons",
|
||||
"eslint-plugin-icons": "workspace:*",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest-dom": "^5.5.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
@@ -255,7 +255,7 @@
|
||||
"eslint-plugin-react-you-might-not-need-an-effect": "^0.8.5",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
"eslint-plugin-testing-library": "^7.15.4",
|
||||
"eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",
|
||||
"eslint-plugin-theme-colors": "workspace:*",
|
||||
"fetch-mock": "^12.6.0",
|
||||
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
||||
"history": "^5.3.0",
|
||||
@@ -310,6 +310,24 @@
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
},
|
||||
},
|
||||
"eslint-rules/eslint-plugin-i18n-strings": {
|
||||
"name": "eslint-plugin-i18n-strings",
|
||||
"version": "1.0.0",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=0.8.0",
|
||||
},
|
||||
},
|
||||
"eslint-rules/eslint-plugin-icons": {
|
||||
"name": "eslint-plugin-icons",
|
||||
"version": "1.0.0",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=0.8.0",
|
||||
},
|
||||
},
|
||||
"eslint-rules/eslint-plugin-theme-colors": {
|
||||
"name": "eslint-plugin-theme-colors",
|
||||
"version": "1.0.0",
|
||||
},
|
||||
"packages/generator-superset": {
|
||||
"name": "@superset-ui/generator-superset",
|
||||
"version": "0.20.3",
|
||||
@@ -984,8 +1002,6 @@
|
||||
|
||||
"@apache-superset/core": ["@apache-superset/core@workspace:packages/superset-core"],
|
||||
|
||||
"@apache-superset/core": ["@apache-superset/core@file:packages/superset-core", { "devDependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.0", "@babel/preset-react": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@emotion/styled": "^11.14.1", "@testing-library/dom": "^8.20.1", "@testing-library/jest-dom": "*", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "*", "@testing-library/user-event": "*", "@types/lodash": "^4.17.23", "@types/react": "*", "@types/react-loadable": "*", "@types/react-window": "^1.8.8", "@types/tinycolor2": "*", "typescript": "^5.0.0" }, "peerDependencies": { "@emotion/cache": "^11.4.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.14.1", "@fontsource/fira-code": "^5.2.6", "@fontsource/inter": "^5.2.6", "antd": "^5.26.0", "jed": "^1.1.1", "lodash": "^4.17.21", "nanoid": "^5.0.9", "react": "^17.0.2", "react-dom": "^17.0.2", "react-loadable": "^5.5.0", "tinycolor2": "*" } }],
|
||||
|
||||
"@applitools/core": ["@applitools/core@4.56.1", "", { "dependencies": { "@applitools/core-base": "1.31.1", "@applitools/dom-capture": "11.6.8", "@applitools/dom-snapshot": "4.15.7", "@applitools/driver": "1.25.0", "@applitools/ec-client": "1.12.17", "@applitools/logger": "2.2.7", "@applitools/nml-client": "1.11.15", "@applitools/req": "1.8.7", "@applitools/screenshoter": "3.12.12", "@applitools/snippets": "2.7.0", "@applitools/socket": "1.3.8", "@applitools/spec-driver-webdriver": "1.5.5", "@applitools/ufg-client": "1.19.0", "@applitools/utils": "1.14.1", "@types/ws": "8.5.5", "abort-controller": "3.0.0", "chalk": "4.1.2", "node-fetch": "2.6.7", "semver": "7.6.2", "throat": "6.0.2", "webdriver": "7.31.1", "ws": "8.17.1", "yargs": "17.7.2" }, "bin": { "eyes-core": "./dist/cli/cli.js", "eyes-check-network": "./dist/troubleshoot/check-network.js" } }, "sha512-EOIc/BkgjuX2qWvrrIOmSE+hZn/tJN6qoj+zP6cNGfvh7LKmqUuq+TMKzRmU1xjexyrpvQCQDXdtHex1UCZpKw=="],
|
||||
|
||||
"@applitools/core-base": ["@applitools/core-base@1.31.1", "", { "dependencies": { "@applitools/image": "1.2.6", "@applitools/logger": "2.2.7", "@applitools/req": "1.8.7", "@applitools/utils": "1.14.1", "abort-controller": "3.0.0", "throat": "6.0.2" } }, "sha512-d785kA2kK0EUBgOwxscc9FggXaEyU6rFn4xPmNv4Qj73CUUGJKH1NvugKHEeWt58Ve9J2OrSWlG1e+VblbbRmw=="],
|
||||
@@ -2044,8 +2060,6 @@
|
||||
|
||||
"@superset-ui/plugin-chart-word-cloud": ["@superset-ui/plugin-chart-word-cloud@workspace:plugins/plugin-chart-word-cloud"],
|
||||
|
||||
"@superset-ui/switchboard": ["@superset-ui/switchboard@file:packages/superset-ui-switchboard", {}],
|
||||
|
||||
"@superset-ui/switchboard": ["@superset-ui/switchboard@workspace:packages/superset-ui-switchboard"],
|
||||
|
||||
"@svgr/babel-plugin-add-jsx-attribute": ["@svgr/babel-plugin-add-jsx-attribute@8.0.0", "", { "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g=="],
|
||||
@@ -3396,9 +3410,9 @@
|
||||
|
||||
"eslint-plugin-file-progress": ["eslint-plugin-file-progress@1.5.0", "", { "dependencies": { "nanospinner": "^1.1.0", "picocolors": "^1.0.1" }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" } }, "sha512-get8oNfacIagP+igSzrEZhepPgodtdwACVeKQsE1fVvTL15tZvgCv8K4B2lKT4FZOZOyhxSkQGnWyjEOx1uoIw=="],
|
||||
|
||||
"eslint-plugin-i18n-strings": ["eslint-plugin-i18n-strings@file:eslint-rules/eslint-plugin-i18n-strings", { "peerDependencies": { "eslint": ">=0.8.0" } }],
|
||||
"eslint-plugin-i18n-strings": ["eslint-plugin-i18n-strings@workspace:eslint-rules/eslint-plugin-i18n-strings"],
|
||||
|
||||
"eslint-plugin-icons": ["eslint-plugin-icons@file:eslint-rules/eslint-plugin-icons", { "peerDependencies": { "eslint": ">=0.8.0" } }],
|
||||
"eslint-plugin-icons": ["eslint-plugin-icons@workspace:eslint-rules/eslint-plugin-icons"],
|
||||
|
||||
"eslint-plugin-import": ["eslint-plugin-import@2.32.0", "", { "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", "array.prototype.findlastindex": "^1.2.6", "array.prototype.flat": "^1.3.3", "array.prototype.flatmap": "^1.3.3", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", "eslint-module-utils": "^2.12.1", "hasown": "^2.0.2", "is-core-module": "^2.16.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", "object.fromentries": "^2.0.8", "object.groupby": "^1.0.3", "object.values": "^1.2.1", "semver": "^6.3.1", "string.prototype.trimend": "^1.0.9", "tsconfig-paths": "^3.15.0" }, "peerDependencies": { "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA=="],
|
||||
|
||||
@@ -3422,7 +3436,7 @@
|
||||
|
||||
"eslint-plugin-testing-library": ["eslint-plugin-testing-library@7.15.4", "", { "dependencies": { "@typescript-eslint/scope-manager": "^8.51.0", "@typescript-eslint/utils": "^8.51.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0" } }, "sha512-qP0ZPWAvDrS3oxZJErUfn3SZiIzj5Zh2EWuyWxjR5Bsk84ntxpquh4D0USorfyw5MzECURQ8OcEeBQdspHatzQ=="],
|
||||
|
||||
"eslint-plugin-theme-colors": ["eslint-plugin-theme-colors@file:eslint-rules/eslint-plugin-theme-colors", {}],
|
||||
"eslint-plugin-theme-colors": ["eslint-plugin-theme-colors@workspace:eslint-rules/eslint-plugin-theme-colors"],
|
||||
|
||||
"eslint-scope": ["eslint-scope@7.2.2", "", { "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" } }, "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg=="],
|
||||
|
||||
@@ -5920,10 +5934,6 @@
|
||||
|
||||
"@ant-design/cssinjs/stylis": ["stylis@4.3.6", "", {}, "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ=="],
|
||||
|
||||
"@apache-superset/core/@testing-library/user-event": ["@testing-library/user-event@14.5.2", "", { "peerDependencies": { "@testing-library/dom": ">=7.21.4" } }, "sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ=="],
|
||||
|
||||
"@apache-superset/core/typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
|
||||
|
||||
"@applitools/core/@types/ws": ["@types/ws@8.5.5", "", { "dependencies": { "@types/node": "*" } }, "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg=="],
|
||||
|
||||
"@applitools/core/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
|
||||
@@ -6192,8 +6202,6 @@
|
||||
|
||||
"@storybook/addon-docs/react": ["react@19.2.4", "", {}, "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ=="],
|
||||
|
||||
"@storybook/addon-docs/react-dom": ["react-dom@18.3.1", "", { "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" }, "peerDependencies": { "react": "^18.3.1" } }, "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw=="],
|
||||
|
||||
"@storybook/builder-webpack5/css-loader": ["css-loader@6.11.0", "", { "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", "postcss-modules-extract-imports": "^3.1.0", "postcss-modules-local-by-default": "^4.0.5", "postcss-modules-scope": "^3.2.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", "semver": "^7.5.4" }, "peerDependencies": { "@rspack/core": "0.x || 1.x", "webpack": "^5.0.0" }, "optionalPeers": ["@rspack/core", "webpack"] }, "sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g=="],
|
||||
|
||||
"@storybook/builder-webpack5/es-module-lexer": ["es-module-lexer@1.7.0", "", {}, "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA=="],
|
||||
@@ -6306,6 +6314,8 @@
|
||||
|
||||
"@wdio/logger/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
|
||||
|
||||
"@wdio/logger/strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
|
||||
|
||||
"@wdio/types/@types/node": ["@types/node@18.19.130", "", { "dependencies": { "undici-types": "~5.26.4" } }, "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg=="],
|
||||
|
||||
"accepts/negotiator": ["negotiator@0.6.3", "", {}, "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="],
|
||||
@@ -7418,10 +7428,6 @@
|
||||
|
||||
"@rjsf/validator-ajv8/ajv/json-schema-traverse": ["json-schema-traverse@1.0.0", "", {}, "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="],
|
||||
|
||||
"@storybook/addon-docs/react-dom/react": ["react@18.3.1", "", { "dependencies": { "loose-envify": "^1.1.0" } }, "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ=="],
|
||||
|
||||
"@storybook/addon-docs/react-dom/scheduler": ["scheduler@0.23.2", "", { "dependencies": { "loose-envify": "^1.1.0" } }, "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ=="],
|
||||
|
||||
"@storybook/builder-webpack5/fork-ts-checker-webpack-plugin/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
|
||||
|
||||
"@storybook/builder-webpack5/fork-ts-checker-webpack-plugin/cosmiconfig": ["cosmiconfig@7.1.0", "", { "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" } }, "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA=="],
|
||||
@@ -7558,6 +7564,8 @@
|
||||
|
||||
"@wdio/logger/chalk/supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="],
|
||||
|
||||
"@wdio/logger/strip-ansi/ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
|
||||
|
||||
"@wdio/types/@types/node/undici-types": ["undici-types@5.26.5", "", {}, "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="],
|
||||
|
||||
"ajv-formats/ajv/json-schema-traverse": ["json-schema-traverse@1.0.0", "", {}, "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="],
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-i18n-strings",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Warns about translation variables",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-icons",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Warns about direct usage of Ant Design icons",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-theme-colors",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Warns about rgb(a)/hex/literal colors",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"plugins/*",
|
||||
"eslint-rules/*",
|
||||
"src/setup/*"
|
||||
],
|
||||
"scripts": {
|
||||
@@ -101,7 +102,7 @@
|
||||
"last 3 edge versions"
|
||||
],
|
||||
"dependencies": {
|
||||
"@apache-superset/core": "file:packages/superset-core",
|
||||
"@apache-superset/core": "workspace:*",
|
||||
"@deck.gl/aggregation-layers": "~9.2.5",
|
||||
"@deck.gl/core": "~9.2.5",
|
||||
"@deck.gl/extensions": "~9.2.5",
|
||||
@@ -127,28 +128,28 @@
|
||||
"@rjsf/utils": "^5.24.3",
|
||||
"@rjsf/validator-ajv8": "^5.24.13",
|
||||
"@scarf/scarf": "^1.4.0",
|
||||
"@superset-ui/chart-controls": "file:./packages/superset-ui-chart-controls",
|
||||
"@superset-ui/core": "file:./packages/superset-ui-core",
|
||||
"@superset-ui/legacy-plugin-chart-calendar": "file:./plugins/legacy-plugin-chart-calendar",
|
||||
"@superset-ui/legacy-plugin-chart-chord": "file:./plugins/legacy-plugin-chart-chord",
|
||||
"@superset-ui/legacy-plugin-chart-country-map": "file:./plugins/legacy-plugin-chart-country-map",
|
||||
"@superset-ui/legacy-plugin-chart-horizon": "file:./plugins/legacy-plugin-chart-horizon",
|
||||
"@superset-ui/legacy-plugin-chart-map-box": "file:./plugins/legacy-plugin-chart-map-box",
|
||||
"@superset-ui/legacy-plugin-chart-paired-t-test": "file:./plugins/legacy-plugin-chart-paired-t-test",
|
||||
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "file:./plugins/legacy-plugin-chart-parallel-coordinates",
|
||||
"@superset-ui/legacy-plugin-chart-partition": "file:./plugins/legacy-plugin-chart-partition",
|
||||
"@superset-ui/legacy-plugin-chart-rose": "file:./plugins/legacy-plugin-chart-rose",
|
||||
"@superset-ui/legacy-plugin-chart-world-map": "file:./plugins/legacy-plugin-chart-world-map",
|
||||
"@superset-ui/legacy-preset-chart-deckgl": "file:./plugins/legacy-preset-chart-deckgl",
|
||||
"@superset-ui/legacy-preset-chart-nvd3": "file:./plugins/legacy-preset-chart-nvd3",
|
||||
"@superset-ui/plugin-chart-ag-grid-table": "file:./plugins/plugin-chart-ag-grid-table",
|
||||
"@superset-ui/plugin-chart-cartodiagram": "file:./plugins/plugin-chart-cartodiagram",
|
||||
"@superset-ui/plugin-chart-echarts": "file:./plugins/plugin-chart-echarts",
|
||||
"@superset-ui/plugin-chart-handlebars": "file:./plugins/plugin-chart-handlebars",
|
||||
"@superset-ui/plugin-chart-pivot-table": "file:./plugins/plugin-chart-pivot-table",
|
||||
"@superset-ui/plugin-chart-table": "file:./plugins/plugin-chart-table",
|
||||
"@superset-ui/plugin-chart-word-cloud": "file:./plugins/plugin-chart-word-cloud",
|
||||
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
|
||||
"@superset-ui/chart-controls": "workspace:*",
|
||||
"@superset-ui/core": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-calendar": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-chord": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-country-map": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-horizon": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-map-box": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-paired-t-test": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-parallel-coordinates": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-partition": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-rose": "workspace:*",
|
||||
"@superset-ui/legacy-plugin-chart-world-map": "workspace:*",
|
||||
"@superset-ui/legacy-preset-chart-deckgl": "workspace:*",
|
||||
"@superset-ui/legacy-preset-chart-nvd3": "workspace:*",
|
||||
"@superset-ui/plugin-chart-ag-grid-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-cartodiagram": "workspace:*",
|
||||
"@superset-ui/plugin-chart-echarts": "workspace:*",
|
||||
"@superset-ui/plugin-chart-handlebars": "workspace:*",
|
||||
"@superset-ui/plugin-chart-pivot-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-table": "workspace:*",
|
||||
"@superset-ui/plugin-chart-word-cloud": "workspace:*",
|
||||
"@superset-ui/switchboard": "workspace:*",
|
||||
"@types/d3-format": "^3.0.1",
|
||||
"@types/d3-selection": "^3.0.11",
|
||||
"@types/d3-time-format": "^4.0.3",
|
||||
@@ -171,7 +172,7 @@
|
||||
"dom-to-image-more": "^3.7.2",
|
||||
"dom-to-pdf": "^0.3.2",
|
||||
"echarts": "^5.6.0",
|
||||
"eslint-plugin-i18n-strings": "file:eslint-rules/eslint-plugin-i18n-strings",
|
||||
"eslint-plugin-i18n-strings": "workspace:*",
|
||||
"fast-glob": "^3.3.2",
|
||||
"fs-extra": "^11.3.3",
|
||||
"fuse.js": "^7.1.0",
|
||||
@@ -339,7 +340,7 @@
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
"eslint-plugin-cypress": "^3.6.0",
|
||||
"eslint-plugin-file-progress": "^1.5.0",
|
||||
"eslint-plugin-icons": "file:eslint-rules/eslint-plugin-icons",
|
||||
"eslint-plugin-icons": "workspace:*",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest-dom": "^5.5.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
@@ -351,7 +352,7 @@
|
||||
"eslint-plugin-react-you-might-not-need-an-effect": "^0.8.5",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
"eslint-plugin-testing-library": "^7.15.4",
|
||||
"eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",
|
||||
"eslint-plugin-theme-colors": "workspace:*",
|
||||
"fetch-mock": "^12.6.0",
|
||||
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
||||
"history": "^5.3.0",
|
||||
|
||||
@@ -1 +1 @@
|
||||
(()=>{"use strict";let e;var r,t,o,n,a,i,l,f,u,s,p,d,c,v,h,g,y={74068(){self.addEventListener("install",e=>{e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{e.waitUntil(self.clients.claim())})}},b={};function O(e){var r=b[e];if(void 0!==r)return r.exports;var t=b[e]={id:e,loaded:!1,exports:{}};return y[e].call(t.exports,t,t.exports,O),t.loaded=!0,t.exports}O.m=y,O.c=b,r=[],O.O=(e,t,o,n)=>{if(t){n=n||0;for(var a=r.length;a>0&&r[a-1][2]>n;a--)r[a]=r[a-1];r[a]=[t,o,n];return}for(var i=1/0,a=0;a<r.length;a++){for(var[t,o,n]=r[a],l=!0,f=0;f<t.length;f++)(!1&n||i>=n)&&Object.keys(O.O).every(e=>O.O[e](t[f]))?t.splice(f--,1):(l=!1,n<i&&(i=n));if(l){r.splice(a--,1);var u=o();void 0!==u&&(e=u)}}return e},O.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return O.d(r,{a:r}),r},o=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,O.t=function(e,r){if(1&r&&(e=this(e)),8&r||"object"==typeof e&&e&&(4&r&&e.__esModule||16&r&&"function"==typeof e.then))return e;var n=Object.create(null);O.r(n);var a={};t=t||[null,o({}),o([]),o(o)];for(var i=2&r&&e;("object"==typeof i||"function"==typeof i)&&!~t.indexOf(i);i=o(i))Object.getOwnPropertyNames(i).forEach(r=>a[r]=()=>e[r]);return a.default=()=>e,O.d(n,a),n},O.d=(e,r)=>{for(var t in r)O.o(r,t)&&!O.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},O.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),O.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},O.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),O.S={},n={},a={},O.I=(e,r)=>{r||(r=[]);var t=a[e];if(t||(t=a[e]={}),!(r.indexOf(t)>=0)){if(r.push(t),n[e])return n[e];O.o(O.S,e)||(O.S[e]={});var o=O.S[e],i="superset",l=(e,r,t,n)=>{var a=o[e]=o[e]||{},l=a[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(a[r]={get:t,from:i,eager:!!n})},f=[];return("default"===e&&(l("antd","5.29.3",()=>()=>O(27901),1),l("react-dom","17.0.2",()=>()=>O(67319),1),l("react","17.0.2",()=>()=>O(11979),1)),f.length)?n[e]=Promise.all(f).then(()=>n[e]=1):n[e]=1}},i=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),o=t[1]?r(t[1]):[];return t[2]&&(o.length++,o.push.apply(o,r(t[2]))),t[3]&&(o.push([]),o.push.apply(o,r(t[3]))),o},l=(e,r)=>{e=i(e),r=i(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],n=(typeof o)[0];if(t>=r.length)return"u"==n;var a=r[t],l=(typeof a)[0];if(n!=l)return"o"==n&&"n"==l||"s"==l||"u"==n;if("o"!=n&&"u"!=n&&o!=a)return o<a;t++}},f=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var o=1,n=1;n<e.length;n++)o--,t+="u"==(typeof(i=e[n]))[0]?"-":(o>0?".":"")+(o=2,i);return t}var a=[];for(n=1;n<e.length;n++){var i=e[n];a.push(0===i?"not("+l()+")":1===i?"("+l()+" || "+l()+")":2===i?a.pop()+" "+a.pop():f(i))}return l();function l(){return a.pop().replace(/^\((.+)\)$/,"$1")}},u=(e,r)=>{if(0 in e){r=i(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var n=0,a=1,l=!0;;a++,n++){var f,s,p=a<e.length?(typeof e[a])[0]:"";if(n>=r.length||"o"==(s=(typeof(f=r[n]))[0]))return!l||("u"==p?a>t&&!o:""==p!=o);if("u"==s){if(!l||"u"!=p)return!1}else if(l)if(p==s)if(a<=t){if(f!=e[a])return!1}else{if(o?f>e[a]:f<e[a])return!1;f!=e[a]&&(l=!1)}else if("s"!=p&&"n"!=p){if(o||a<=t)return!1;l=!1,a--}else{if(a<=t||s<p!=o)return!1;l=!1}else"s"!=p&&"n"!=p&&(l=!1,a--)}}var d=[],c=d.pop.bind(d);for(n=1;n<e.length;n++){var v=e[n];d.push(1==v?c()|c():2==v?c()&c():v?u(v,r):!c())}return!!c()},s=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),e=(e,r,t,o,n,a)=>{if(!((e,r)=>e&&O.o(e,r))(r,t))return((e,r,t)=>t?t():(e=>{throw Error(e)})("Shared module "+r+" doesn't exist in shared scope "+e))(e,t,a);var i=((e,r,t)=>{var o=t?s(e[r]):e[r];return Object.keys(o).reduce((e,r)=>!e||!o[e].loaded&&l(e,r)?r:e,0)})(r,t,o);return u(n,i)||(e=>{"u">typeof console&&console.warn&&console.warn(e)})(((e,r,t,o)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+f(o)+")")(r,t,i,n)),(e=>(e.loaded=1,e.get()))(r[t][i])},p=function(r,t,o,n,a){var i=O.I(r);return i&&i.then&&!o?i.then(e.bind(e,r,O.S[r],t,!1,n,a)):e(r,O.S[r],t,o,n,a)},d={},c={52485:()=>p("default","react",!0,[1,17,0,2],()=>()=>O(11979)),92366:()=>p("default","react-dom",!0,[1,17,0,2],()=>()=>O(67319))},[52485,92366].forEach(e=>{O.m[e]=r=>{d[e]=0,delete O.c[e];var t=c[e]();if("function"!=typeof t)throw Error("Shared module is not available for eager consumption: "+e);r.exports=t()}}),v={2771:0,7084:0},O.O.j=e=>0===v[e],h=(e,r)=>{var t,o,[n,a,i]=r,l=0;if(n.some(e=>0!==v[e])){for(t in a)O.o(a,t)&&(O.m[t]=a[t]);if(i)var f=i(O)}for(e&&e(r);l<n.length;l++)o=n[l],O.o(v,o)&&v[o]&&v[o][0](),v[o]=0;return O.O(f)},(g=globalThis.webpackChunksuperset=globalThis.webpackChunksuperset||[]).forEach(h.bind(null,0)),g.push=h.bind(null,g.push.bind(g));var m=O.O(void 0,[8096,6578,7084],()=>O(74068));m=O.O(m)})();
|
||||
(()=>{"use strict";let e;var r,t,o,n,a,i,l,f,u,s,p,d,c,v,h,g,y={74068(){self.addEventListener("install",e=>{e.waitUntil(self.skipWaiting())}),self.addEventListener("activate",e=>{e.waitUntil(self.clients.claim())})}},b={};function O(e){var r=b[e];if(void 0!==r)return r.exports;var t=b[e]={id:e,loaded:!1,exports:{}};return y[e].call(t.exports,t,t.exports,O),t.loaded=!0,t.exports}O.m=y,O.c=b,r=[],O.O=(e,t,o,n)=>{if(t){n=n||0;for(var a=r.length;a>0&&r[a-1][2]>n;a--)r[a]=r[a-1];r[a]=[t,o,n];return}for(var i=1/0,a=0;a<r.length;a++){for(var[t,o,n]=r[a],l=!0,f=0;f<t.length;f++)(!1&n||i>=n)&&Object.keys(O.O).every(e=>O.O[e](t[f]))?t.splice(f--,1):(l=!1,n<i&&(i=n));if(l){r.splice(a--,1);var u=o();void 0!==u&&(e=u)}}return e},O.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return O.d(r,{a:r}),r},o=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,O.t=function(e,r){if(1&r&&(e=this(e)),8&r||"object"==typeof e&&e&&(4&r&&e.__esModule||16&r&&"function"==typeof e.then))return e;var n=Object.create(null);O.r(n);var a={};t=t||[null,o({}),o([]),o(o)];for(var i=2&r&&e;("object"==typeof i||"function"==typeof i)&&!~t.indexOf(i);i=o(i))Object.getOwnPropertyNames(i).forEach(r=>a[r]=()=>e[r]);return a.default=()=>e,O.d(n,a),n},O.d=(e,r)=>{for(var t in r)O.o(r,t)&&!O.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},O.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),O.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},O.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),O.S={},n={},a={},O.I=(e,r)=>{r||(r=[]);var t=a[e];if(t||(t=a[e]={}),!(r.indexOf(t)>=0)){if(r.push(t),n[e])return n[e];O.o(O.S,e)||(O.S[e]={});var o=O.S[e],i="superset",l=(e,r,t,n)=>{var a=o[e]=o[e]||{},l=a[r];(!l||!l.loaded&&(!n!=!l.eager?n:i>l.from))&&(a[r]={get:t,from:i,eager:!!n})},f=[];return("default"===e&&(l("antd","5.29.3",()=>()=>O(27901),1),l("react-dom","17.0.2",()=>()=>O(67319),1),l("react","17.0.2",()=>()=>O(11979),1)),f.length)?n[e]=Promise.all(f).then(()=>n[e]=1):n[e]=1}},i=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),o=t[1]?r(t[1]):[];return t[2]&&(o.length++,o.push.apply(o,r(t[2]))),t[3]&&(o.push([]),o.push.apply(o,r(t[3]))),o},l=(e,r)=>{e=i(e),r=i(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var o=e[t],n=(typeof o)[0];if(t>=r.length)return"u"==n;var a=r[t],l=(typeof a)[0];if(n!=l)return"o"==n&&"n"==l||"s"==l||"u"==n;if("o"!=n&&"u"!=n&&o!=a)return o<a;t++}},f=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var o=1,n=1;n<e.length;n++)o--,t+="u"==(typeof(i=e[n]))[0]?"-":(o>0?".":"")+(o=2,i);return t}var a=[];for(n=1;n<e.length;n++){var i=e[n];a.push(0===i?"not("+l()+")":1===i?"("+l()+" || "+l()+")":2===i?a.pop()+" "+a.pop():f(i))}return l();function l(){return a.pop().replace(/^\((.+)\)$/,"$1")}},u=(e,r)=>{if(0 in e){r=i(r);var t=e[0],o=t<0;o&&(t=-t-1);for(var n=0,a=1,l=!0;;a++,n++){var f,s,p=a<e.length?(typeof e[a])[0]:"";if(n>=r.length||"o"==(s=(typeof(f=r[n]))[0]))return!l||("u"==p?a>t&&!o:""==p!=o);if("u"==s){if(!l||"u"!=p)return!1}else if(l)if(p==s)if(a<=t){if(f!=e[a])return!1}else{if(o?f>e[a]:f<e[a])return!1;f!=e[a]&&(l=!1)}else if("s"!=p&&"n"!=p){if(o||a<=t)return!1;l=!1,a--}else{if(a<=t||s<p!=o)return!1;l=!1}else"s"!=p&&"n"!=p&&(l=!1,a--)}}var d=[],c=d.pop.bind(d);for(n=1;n<e.length;n++){var v=e[n];d.push(1==v?c()|c():2==v?c()&c():v?u(v,r):!c())}return!!c()},s=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),e=(e,r,t,o,n,a)=>{if(!((e,r)=>e&&O.o(e,r))(r,t))return((e,r,t)=>t?t():(e=>{throw Error(e)})("Shared module "+r+" doesn't exist in shared scope "+e))(e,t,a);var i=((e,r,t)=>{var o=t?s(e[r]):e[r];return Object.keys(o).reduce((e,r)=>!e||!o[e].loaded&&l(e,r)?r:e,0)})(r,t,o);return u(n,i)||(e=>{"u">typeof console&&console.warn&&console.warn(e)})(((e,r,t,o)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+f(o)+")")(r,t,i,n)),(e=>(e.loaded=1,e.get()))(r[t][i])},p=function(r,t,o,n,a){var i=O.I(r);return i&&i.then&&!o?i.then(e.bind(e,r,O.S[r],t,!1,n,a)):e(r,O.S[r],t,o,n,a)},d={},c={52485:()=>p("default","react",!0,[1,17,0,2],()=>()=>O(11979)),92366:()=>p("default","react-dom",!0,[1,17,0,2],()=>()=>O(67319))},[52485,92366].forEach(e=>{O.m[e]=r=>{d[e]=0,delete O.c[e];var t=c[e]();if("function"!=typeof t)throw Error("Shared module is not available for eager consumption: "+e);r.exports=t()}}),v={2771:0,7084:0},O.O.j=e=>0===v[e],h=(e,r)=>{var t,o,[n,a,i]=r,l=0;if(n.some(e=>0!==v[e])){for(t in a)O.o(a,t)&&(O.m[t]=a[t]);if(i)var f=i(O)}for(e&&e(r);l<n.length;l++)o=n[l],O.o(v,o)&&v[o]&&v[o][0](),v[o]=0;return O.O(f)},(g=globalThis.webpackChunksuperset=globalThis.webpackChunksuperset||[]).forEach(h.bind(null,0)),g.push=h.bind(null,g.push.bind(g));var m=O.O(void 0,[8096,6578,7084],()=>O(74068));m=O.O(m)})();
|
||||
|
||||
Reference in New Issue
Block a user