mirror of
https://github.com/apache/superset.git
synced 2026-07-04 22:05:32 +00:00
Compare commits
16 Commits
fix/105973
...
feat/use-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff446246b7 | ||
|
|
b69885d195 | ||
|
|
d601c0b3cb | ||
|
|
3314ca3391 | ||
|
|
82eb36f636 | ||
|
|
3e12082d45 | ||
|
|
69422ba47f | ||
|
|
f58295b2fe | ||
|
|
4665346ead | ||
|
|
09f38fbb3c | ||
|
|
72acbe0646 | ||
|
|
8ce8bb5a02 | ||
|
|
44ed190905 | ||
|
|
b1ab6bbbcb | ||
|
|
b0674a57e4 | ||
|
|
bb07b24ea3 |
@@ -14,13 +14,12 @@
|
||||
],
|
||||
"command": {
|
||||
"publish": {
|
||||
"message": "chore(superset-ui): publish %s",
|
||||
"graphType": "all"
|
||||
"message": "chore(superset-ui): publish %s"
|
||||
},
|
||||
"version": {
|
||||
"message": "chore(superset-ui): publish %s",
|
||||
"exact": true
|
||||
}
|
||||
},
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
|
||||
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json"
|
||||
}
|
||||
|
||||
5593
superset-frontend/package-lock.json
generated
5593
superset-frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -192,6 +192,7 @@
|
||||
"json-bigint": "^1.0.0",
|
||||
"json-stringify-pretty-compact": "^4.0.0",
|
||||
"lodash": "^4.18.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"mapbox-gl": "^3.25.0",
|
||||
"markdown-to-jsx": "^9.8.2",
|
||||
"match-sorter": "^8.3.0",
|
||||
@@ -239,8 +240,7 @@
|
||||
"use-query-params": "^2.2.2",
|
||||
"uuid": "^14.0.1",
|
||||
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
||||
"yargs": "^18.0.0",
|
||||
"lodash-es": "^4.17.21"
|
||||
"yargs": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.29.7",
|
||||
@@ -263,6 +263,10 @@
|
||||
"@emotion/jest": "^11.14.2",
|
||||
"@formatjs/intl-durationformat": "^0.10.15",
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||||
"@lerna-lite/cli": "^4.11.0",
|
||||
"@lerna-lite/exec": "^4.11.0",
|
||||
"@lerna-lite/publish": "^4.11.0",
|
||||
"@lerna-lite/version": "^4.11.0",
|
||||
"@playwright/test": "^1.61.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
|
||||
"@storybook/addon-docs": "10.4.5",
|
||||
@@ -283,6 +287,7 @@
|
||||
"@types/jquery": "^4.0.1",
|
||||
"@types/js-levenshtein": "^1.1.3",
|
||||
"@types/json-bigint": "^1.0.4",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/mousetrap": "^1.6.15",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/react": "^18.3.0",
|
||||
@@ -304,6 +309,7 @@
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
|
||||
"baseline-browser-mapping": "^2.10.38",
|
||||
"buffer": "^6.0.3",
|
||||
"cheerio": "1.2.0",
|
||||
"concurrently": "^10.0.3",
|
||||
"copy-webpack-plugin": "^14.0.0",
|
||||
@@ -339,7 +345,6 @@
|
||||
"jest-websocket-mock": "^2.5.0",
|
||||
"js-yaml-loader": "^1.2.2",
|
||||
"jsdom": "^29.1.1",
|
||||
"lerna": "^9.0.4",
|
||||
"lightningcss": "^1.32.0",
|
||||
"mini-css-extract-plugin": "^2.10.2",
|
||||
"open-cli": "^9.0.0",
|
||||
@@ -372,8 +377,7 @@
|
||||
"webpack-dev-server": "^5.2.5",
|
||||
"webpack-manifest-plugin": "^6.0.1",
|
||||
"webpack-sources": "^3.5.0",
|
||||
"webpack-visualizer-plugin2": "^2.0.0",
|
||||
"@types/lodash-es": "^4.17.12"
|
||||
"webpack-visualizer-plugin2": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"ace-builds": "^1.41.0",
|
||||
|
||||
@@ -113,8 +113,7 @@ function getPackages(packagePattern, tsOnly = false) {
|
||||
let scope = getPackages(glob);
|
||||
|
||||
console.log('--- Run babel --------');
|
||||
const babelCommand = `lerna exec --stream --concurrency 10 --scope ${scope}
|
||||
-- babel ${BABEL_CONFIG} src --extensions ".ts,.tsx,.js,.jsx" --copy-files`;
|
||||
const babelCommand = `lerna exec --stream --concurrency 10 --scope ${scope} -- babel ${BABEL_CONFIG} src --extensions ".ts,.tsx,.js,.jsx" --copy-files`;
|
||||
run(`${babelCommand} --out-dir lib`);
|
||||
|
||||
console.log('--- Run babel esm ---');
|
||||
|
||||
Reference in New Issue
Block a user