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.1.0-release
songjianet 2 years ago committed by GitHub
parent
commit
f78847d47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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. 1154
      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")
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;
@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;
public ResourcePage(RemoteWebDriver driver) {

44
dolphinscheduler-ui/package.json

@ -9,50 +9,50 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
},
"dependencies": {
"@antv/layout": "^0.2.3",
"@antv/x6": "^1.32.3",
"@vueuse/core": "^8.6.0",
"@antv/layout": "^0.2.5",
"@antv/x6": "^1.32.7",
"@vueuse/core": "^8.8.0",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4",
"echarts": "^5.3.2",
"date-fns-tz": "^1.3.5",
"echarts": "^5.3.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.33.0",
"naive-ui": "^2.29.0",
"naive-ui": "^2.30.8",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"pinia-plugin-persistedstate": "^1.6.1",
"qs": "^6.10.3",
"screenfull": "^6.0.1",
"qs": "^6.11.0",
"screenfull": "^6.0.2",
"vfonts": "^0.0.3",
"vue": "^3.2.36",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15"
"vue-router": "^4.1.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.38",
"@types/node": "^18.0.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"dart-sass": "^1.25.0",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.0",
"prettier": "^2.6.2",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"typescript": "^4.7.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.2.0",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "^2.9.9",
"vite": "^2.9.13",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.35.2"
"vue-tsc": "^0.38.2"
}
}

1154
dolphinscheduler-ui/pnpm-lock.yaml

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