Browse Source

[Build][UI] Updated dependencies. (#10813)

* [Build][UI] Updated dependencies.

* [Build][UI] Updated dependencies.

* Fix E2E

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
3.0.0/version-upgrade
songjianet 2 years ago committed by caishunfeng
parent
commit
1a70a4cc82
  1. 4
      dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/resource/ResourcePage.java
  2. 44
      dolphinscheduler-ui/package.json
  3. 1672
      dolphinscheduler-ui/pnpm-lock.yaml

4
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/resource/ResourcePage.java

@ -35,10 +35,10 @@ public class ResourcePage extends NavBarPage implements NavBarPage.NavBarItem {
@FindBy(css = ".tab-vertical > .n-menu-item:nth-child(1) > .n-menu-item-content") @FindBy(css = ".tab-vertical > .n-menu-item:nth-child(1) > .n-menu-item-content")
private WebElement fileManageTab; private WebElement fileManageTab;
@FindBy(css = ".tab-vertical .n-submenu:nth-of-type(2) .n-menu-item:nth-of-type(1) > .n-menu-item-content") @FindBy(css = ".tab-vertical .n-submenu:nth-of-type(2) > .n-submenu-children > .n-menu-item:nth-of-type(1) > .n-menu-item-content")
private WebElement udfManageTab; private WebElement udfManageTab;
@FindBy(css = ".tab-vertical .n-submenu:nth-of-type(2) .n-menu-item:nth-of-type(2) > .n-menu-item-content") @FindBy(css = ".tab-vertical .n-submenu:nth-of-type(2) > .n-submenu-children > .n-menu-item:nth-of-type(2) > .n-menu-item-content")
private WebElement functionManageTab; private WebElement functionManageTab;
public ResourcePage(RemoteWebDriver driver) { public ResourcePage(RemoteWebDriver driver) {

44
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.2.3", "@antv/layout": "^0.2.5",
"@antv/x6": "^1.32.3", "@antv/x6": "^1.32.7",
"@vueuse/core": "^8.6.0", "@vueuse/core": "^8.8.0",
"axios": "^0.27.2", "axios": "^0.27.2",
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4", "date-fns-tz": "^1.3.5",
"echarts": "^5.3.2", "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.33.0",
"naive-ui": "^2.29.0", "naive-ui": "^2.30.8",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.14", "pinia": "^2.0.14",
"pinia-plugin-persistedstate": "^1.6.1", "pinia-plugin-persistedstate": "^1.6.1",
"qs": "^6.10.3", "qs": "^6.11.0",
"screenfull": "^6.0.1", "screenfull": "^6.0.2",
"vfonts": "^0.0.3", "vfonts": "^0.0.3",
"vue": "^3.2.36", "vue": "^3.2.37",
"vue-i18n": "^9.1.10", "vue-i18n": "^9.1.10",
"vue-router": "^4.0.15" "vue-router": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
"@types/node": "^17.0.38", "@types/node": "^18.0.3",
"@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.27.0", "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.27.0", "@typescript-eslint/parser": "^5.30.5",
"@vicons/antd": "^0.12.0", "@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10", "@vitejs/plugin-vue-jsx": "^1.3.10",
"dart-sass": "^1.25.0", "dart-sass": "^1.25.0",
"eslint": "^8.16.0", "eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.0", "eslint-plugin-vue": "^9.2.0",
"prettier": "^2.6.2", "prettier": "^2.7.1",
"sass": "^1.52.1", "sass": "^1.53.0",
"sass-loader": "^13.0.0", "sass-loader": "^13.0.2",
"typescript": "^4.7.2", "typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0", "typescript-plugin-css-modules": "^3.4.0",
"vite": "^2.9.9", "vite": "^2.9.13",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.35.2" "vue-tsc": "^0.38.2"
} }
} }

1672
dolphinscheduler-ui/pnpm-lock.yaml

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