Browse Source

[Build][UI Next] Update package. (#8504)

3.0.0/version-upgrade
songjianet 3 years ago committed by GitHub
parent
commit
64baf6dc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 40
      dolphinscheduler-ui-next/package.json
  2. 3717
      dolphinscheduler-ui-next/pnpm-lock.yaml

40
dolphinscheduler-ui-next/package.json

@ -11,43 +11,43 @@
},
"dependencies": {
"@antv/layout": "^0.1.31",
"@antv/x6": "^1.29.5",
"@vueuse/core": "^7.5.3",
"@antv/x6": "^1.30.1",
"@vueuse/core": "^7.6.2",
"axios": "^0.24.0",
"date-fns": "^2.27.0",
"echarts": "^5.2.2",
"date-fns": "^2.28.0",
"echarts": "^5.3.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.31.1",
"naive-ui": "2.25.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
"pinia-plugin-persistedstate": "^1.0.3",
"qs": "^6.10.2",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^1.2.2",
"qs": "^6.10.3",
"vfonts": "^0.1.0",
"vue": "^3.2.26",
"vue-i18n": "^9.2.0-beta.26",
"vue": "^3.2.31",
"vue-i18n": "^9.2.0-beta.30",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/node": "^16.11.19",
"@types/node": "^16.11.25",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vicons/antd": "^0.11.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"dart-sass": "^1.25.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "^2.5.1",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"typescript": "^4.5.4",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"typescript": "^4.5.5",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "^2.7.10",
"vite": "^2.8.4",
"vite-plugin-compression": "^0.3.6",
"vue-tsc": "^0.28.10"
}

3717
dolphinscheduler-ui-next/pnpm-lock.yaml

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