Browse Source

[Feat][UI] Update package. (#12046)

* [Feat][UI] Update package.

* [Feat][UI] Update package.
3.2.0-release
songjianet 2 years ago committed by GitHub
parent
commit
8cddb10773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/docs/en/contribute/development-environment-setup.md
  2. 4
      docs/docs/zh/contribute/development-environment-setup.md
  3. 46
      dolphinscheduler-dist/release-docs/LICENSE
  4. 48
      dolphinscheduler-ui/package.json
  5. 2551
      dolphinscheduler-ui/pnpm-lock.yaml

4
docs/docs/en/contribute/development-environment-setup.md

@ -133,7 +133,7 @@ pnpm install
pnpm run dev pnpm run dev
``` ```
The browser access address [http://localhost:3000](http://localhost:3000) can login DolphinScheduler UI. The default username and password are **admin/dolphinscheduler123** The browser access address [http://localhost:5173](http://localhost:5173) can login DolphinScheduler UI. The default username and password are **admin/dolphinscheduler123**
## DolphinScheduler Normal Mode ## DolphinScheduler Normal Mode
@ -223,4 +223,4 @@ pnpm install
pnpm run dev pnpm run dev
``` ```
The browser access address [http://localhost:3000](http://localhost:3000) can login DolphinScheduler UI. The default username and password are **admin/dolphinscheduler123** The browser access address [http://localhost:5173](http://localhost:5173) can login DolphinScheduler UI. The default username and password are **admin/dolphinscheduler123**

4
docs/docs/zh/contribute/development-environment-setup.md

@ -129,7 +129,7 @@ pnpm install
pnpm run dev pnpm run dev
``` ```
截止目前,前后端已成功运行起来,浏览器访问[http://localhost:3000](http://localhost:3000),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录 截止目前,前后端已成功运行起来,浏览器访问[http://localhost:5173](http://localhost:5173),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录
## DolphinScheduler 普通开发模式 ## DolphinScheduler 普通开发模式
@ -215,4 +215,4 @@ pnpm install
pnpm run dev pnpm run dev
``` ```
截止目前,前后端已成功运行起来,浏览器访问[http://localhost:3000](http://localhost:3000),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录 截止目前,前后端已成功运行起来,浏览器访问[http://localhost:5173](http://localhost:5173),并使用默认账户密码 **admin/dolphinscheduler123** 即可完成登录

46
dolphinscheduler-dist/release-docs/LICENSE vendored

@ -589,47 +589,47 @@ MIT licenses
======================================== ========================================
@antv/layout 0.1.31: https://github.com/antvis/layout MIT @antv/layout 0.1.31: https://github.com/antvis/layout MIT
@types/js-cookie 3.0.2: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/js-cookie 3.0.2: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@antv/x6 1.32.7: https://github.com/antvis/x6 MIT @antv/x6 1.34.1: https://github.com/antvis/x6 MIT
@vueuse/core 8.8.0: https://github.com/vueuse/vueuse MIT @vueuse/core 9.2.0: https://github.com/vueuse/vueuse MIT
axios 0.27.2: https://github.com/axios/axios MIT axios 0.27.2: https://github.com/axios/axios MIT
date-fns 2.28.0: https://github.com/date-fns/date-fns MIT date-fns 2.29.3: https://github.com/date-fns/date-fns MIT
lodash 4.17.21: https://github.com/lodash/lodash MIT lodash 4.17.21: https://github.com/lodash/lodash MIT
monaco-editor 0.33.0: https://github.com/microsoft/monaco-editor MIT monaco-editor 0.34.0: https://github.com/microsoft/monaco-editor MIT
naive-ui 2.30.8: https://github.com/TuSimple/naive-ui MIT naive-ui 2.30.7: https://github.com/TuSimple/naive-ui MIT
nprogress 0.2.0: https://github.com/rstacruz/nprogress MIT nprogress 0.2.0: https://github.com/rstacruz/nprogress MIT
pinia 2.0.14: https://github.com/vuejs/pinia MIT pinia 2.0.22: https://github.com/vuejs/pinia MIT
pinia-plugin-persistedstate 1.6.1: https://github.com/prazdevs/pinia-plugin-persistedstate MIT pinia-plugin-persistedstate 2.2.0: https://github.com/prazdevs/pinia-plugin-persistedstate MIT
vfonts 0.0.3: https://www.npmjs.com/package/vfonts MIT vfonts 0.0.3: https://www.npmjs.com/package/vfonts MIT
vue 3.2.37: https://github.com/vuejs/core MIT vue 3.2.39: https://github.com/vuejs/core MIT
vue-i18n 9.1.10: https://github.com/kazupon/vue-i18n MIT vue-i18n 9.2.2: https://github.com/kazupon/vue-i18n MIT
vue-router 4.1.1: https://github.com/vuejs/router MIT vue-router 4.1.5: https://github.com/vuejs/router MIT
@types/node 18.0.3: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/node 18.7.18: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@types/nprogress 0.2.0: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/nprogress 0.2.0: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@types/qs 6.9.7: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/qs 6.9.7: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@vicons/antd 0.12.0: https://www.npmjs.com/package/@vicons/antd MIT @vicons/antd 0.12.0: https://www.npmjs.com/package/@vicons/antd MIT
@vitejs/plugin-vue 2.3.3: https://github.com/vitejs/vite MIT @vitejs/plugin-vue 3.1.0: https://github.com/vitejs/vite MIT
@vitejs/plugin-vue-jsx 1.3.10: https://github.com/vitejs/vite MIT @vitejs/plugin-vue-jsx 2.0.1: https://github.com/vitejs/vite MIT
dart-sass 1.25.0: https://github.com/sass/dart-sass MIT dart-sass 1.25.0: https://github.com/sass/dart-sass MIT
eslint 8.19.0: https://github.com/eslint/eslint MIT eslint 8.23.1: https://github.com/eslint/eslint MIT
eslint-config-prettier 8.5.0: https://github.com/prettier/eslint-config-prettier MIT eslint-config-prettier 8.5.0: https://github.com/prettier/eslint-config-prettier MIT
eslint-plugin-prettier 4.2.1: https://github.com/prettier/eslint-plugin-prettier MIT eslint-plugin-prettier 4.2.1: https://github.com/prettier/eslint-plugin-prettier MIT
eslint-plugin-vue 9.2.0: https://github.com/vuejs/eslint-plugin-vue MIT eslint-plugin-vue 9.5.1: https://github.com/vuejs/eslint-plugin-vue MIT
prettier 2.7.1: https://github.com/prettier/prettier MIT prettier 2.7.1: https://github.com/prettier/prettier MIT
sass 1.53.0: https://github.com/sass/dart-sass MIT sass 1.54.9: https://github.com/sass/dart-sass MIT
sass-loader 13.0.2: https://github.com/webpack-contrib/sass-loader MIT sass-loader 13.0.2: https://github.com/webpack-contrib/sass-loader MIT
typescript-plugin-css-modules 3.4.0: https://github.com/mrmckeb/typescript-plugin-css-modules MIT typescript-plugin-css-modules 3.4.0: https://github.com/mrmckeb/typescript-plugin-css-modules MIT
vite 2.9.13: https://github.com/vitejs/vite MIT vite 3.1.2: https://github.com/vitejs/vite MIT
vite-plugin-compression 0.5.1: https://github.com/vbenjs/vite-plugin-compression MIT vite-plugin-compression 0.5.1: https://github.com/vbenjs/vite-plugin-compression MIT
vue-tsc 0.38.2: https://github.com/johnsoncodehk/volar MIT vue-tsc 0.40.13: https://github.com/johnsoncodehk/volar MIT
date-fns-tz 1.3.5: https://github.com/marnusw/date-fns-tz MIT date-fns-tz 1.3.7: https://github.com/marnusw/date-fns-tz MIT
screenfull 6.0.2: https://github.com/sindresorhus/screenfull MIT screenfull 6.0.2: https://github.com/sindresorhus/screenfull MIT
@types/lodash 4.14.182: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/lodash 4.14.185: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
======================================== ========================================
Apache 2.0 licenses Apache 2.0 licenses
======================================== ========================================
echarts 5.3.3: https://github.com/apache/echarts Apache-2.0 echarts 5.3.3: https://github.com/apache/echarts Apache-2.0
typescript 4.7.4: https://github.com/Microsoft/TypeScript Apache-2.0 typescript 4.8.3: https://github.com/Microsoft/TypeScript Apache-2.0
open-sans: Apache-2.0 open-sans: Apache-2.0
roboto: Apache-2.0 roboto: Apache-2.0
@ -640,8 +640,8 @@ BSD licenses
The following components are provided under a BSD license. See project link for details. The following components are provided under a BSD license. See project link for details.
The text of each license is also included at licenses/ui-licenses/LICENSE-[project].txt. The text of each license is also included at licenses/ui-licenses/LICENSE-[project].txt.
qs 6.11.0: https://github.com/ljharb/qs BSD 3-Clause qs 6.11.0: https://github.com/ljharb/qs BSD 3-Clause
@typescript-eslint/eslint-plugin 5.30.5: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause @typescript-eslint/eslint-plugin 5.37.0: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause
@typescript-eslint/parser 5.30.5: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause @typescript-eslint/parser 5.37.0: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause
======================================== ========================================
SIL licenses SIL licenses

48
dolphinscheduler-ui/package.json

@ -9,50 +9,50 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\"" "prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
}, },
"dependencies": { "dependencies": {
"@antv/layout": "^0.1.31", "@antv/layout": "0.1.31",
"@antv/x6": "^1.32.7", "@antv/x6": "^1.34.1",
"@vueuse/core": "^8.8.0", "@vueuse/core": "^9.2.0",
"axios": "^0.27.2", "axios": "^0.27.2",
"date-fns": "^2.28.0", "date-fns": "^2.29.3",
"date-fns-tz": "^1.3.5", "date-fns-tz": "^1.3.7",
"echarts": "^5.3.3", "echarts": "^5.3.3",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"monaco-editor": "^0.33.0", "monaco-editor": "^0.34.0",
"naive-ui": "^2.30.8", "naive-ui": "2.30.7",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.14", "pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^1.6.1", "pinia-plugin-persistedstate": "^2.2.0",
"qs": "^6.11.0", "qs": "^6.11.0",
"screenfull": "^6.0.2", "screenfull": "^6.0.2",
"vfonts": "^0.0.3", "vfonts": "^0.0.3",
"vue": "^3.2.37", "vue": "^3.2.39",
"vue-i18n": "^9.1.10", "vue-i18n": "^9.2.2",
"vue-router": "^4.1.1" "vue-router": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.185",
"@types/node": "^18.0.3", "@types/node": "^18.7.18",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.30.5", "@typescript-eslint/parser": "^5.37.0",
"@vicons/antd": "^0.12.0", "@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.10", "@vitejs/plugin-vue-jsx": "^2.0.1",
"dart-sass": "^1.25.0", "dart-sass": "^1.25.0",
"eslint": "^8.19.0", "eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.2.0", "eslint-plugin-vue": "^9.5.1",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"sass": "^1.53.0", "sass": "^1.54.9",
"sass-loader": "^13.0.2", "sass-loader": "^13.0.2",
"typescript": "^4.7.4", "typescript": "^4.8.3",
"typescript-plugin-css-modules": "^3.4.0", "typescript-plugin-css-modules": "^3.4.0",
"vite": "^2.9.13", "vite": "^3.1.2",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.38.2" "vue-tsc": "^0.40.13"
} }
} }

2551
dolphinscheduler-ui/pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save