forked from kubesphere/console
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: release new version dependencies (kubesphere#4082) (kubesphere…
…#4253) * build: remove useless dependencies * chore: remove unused @ks-console/shared-docs import * style: format * build: add publish-packages.local * build: clean up dependencies * chore: update import path in shared * build: update peerDependencies in core * chore: update * build: add minify for @ks-console/shared * chore: remove extensions/ * Revert "chore: remove extensions/" This reverts commit 148a6819216d14c37e1a16ba81b77a75bf6b35a2. * fix: resolve error * build: remove @ks-console/shared in extensions * build: remove libs from extension externals * build: remove @kubed/diff-viewer and @kubed/log-viewer in extension extenals * chore: add minify progress --------- Signed-off-by: donniean <[email protected]>
- Loading branch information
Showing
28 changed files
with
265 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,12 @@ | |
"url": "git@[email protected]:kubesphere/console.git" | ||
}, | ||
"license": "AGPL-3.0", | ||
"workspaces": ["packages/*", "extensions/*", "server", "locales"], | ||
"workspaces": [ | ||
"packages/*", | ||
"extensions/*", | ||
"server", | ||
"locales" | ||
], | ||
"scripts": { | ||
"build": "yarn build:dll && yarn build:locales && yarn build:prod && yarn build:server", | ||
"build:dll": "ksc build:dll -s true", | ||
|
@@ -16,17 +21,20 @@ | |
"build:packages": "esno scripts/build-packages.js", | ||
"build:prod": "cross-env dll=true ksc build:prod -s true", | ||
"build:server": "NODE_ENV=production webpack --config scripts/webpack.server.js --stats errors-only", | ||
"clean": "rimraf packages/*/{esm,cjs,lib,dist} packages/**/*.tsbuildinfo locales/dist", | ||
"clean": "rimraf packages/*/{esm,cjs,lib,dist} packages/**/*.tsbuildinfo locales/dist dist", | ||
"create:ext": "ksc create:ext", | ||
"dev": "concurrently -k --raw 'yarn dev:client' 'yarn dev:server'", | ||
"dev:client": "NODE_ENV=development ksc dev -s true", | ||
"dev:server": "NODE_ENV=development ksc-server", | ||
"publish:packages:local": "yarn clean && yarn build:locales && yarn build:server && yarn build:packages && esno scripts/publish-packages.local.ts", | ||
"serve": "NODE_ENV=production node server/server.js" | ||
}, | ||
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"], | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
], | ||
"dependencies": { | ||
"@dnd-kit/core": "^6.1.0", | ||
"@dnd-kit/sortable": "^8.0.0", | ||
"@kubed/charts": "^0.0.22", | ||
"@kubed/code-editor": "^0.0.27", | ||
"@kubed/components": "^0.2.8", | ||
|
@@ -124,7 +132,6 @@ | |
"execa": "^6.1.0", | ||
"fast-glob": "^3.2.11", | ||
"file-loader": "^6.0.0", | ||
"for-editor": "^0.3.5", | ||
"fork-ts-checker-webpack-plugin": "^6.3.5", | ||
"friendly-errors-webpack-plugin": "^1.7.0", | ||
"fs-extra": "^10.0.0", | ||
|
@@ -148,7 +155,7 @@ | |
"shelljs": "^0.8.4", | ||
"style-loader": "^1.1.3", | ||
"systemjs-webpack-interop": "^2.3.7", | ||
"terser": "^5.9.0", | ||
"terser": "^5.31.1", | ||
"terser-webpack-plugin": "^5.2.4", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "4.5.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...red/src/components/Apps/AppStatusWithLogInfo/AppLogInfo/PopoverContent/PopoverContent.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
packages/shared/src/components/WorkspaceLayout/ListLayout/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.