Skip to content

Commit

Permalink
[FLINK-36689][Runtime/Web Frontend] Update ng-zorro-antd to v18. This c…
Browse files Browse the repository at this point in the history
…loses #25713

* [FLINK-36689][Runtime/Web Frontend] Update ng-zorro-antd to v15

* [FLINK-36689][Runtime/Web Frontend] Update ng-zorro-antd to v16

* [FLINK-36689][Runtime/Web Frontend] Update ng-zorro-antd to v17

* [FLINK-36689][Runtime/Web Frontend] Update ng-zorro-antd to v18

* [FLINK-36689][Runtime/Web Frontend] Update node to v22

* [FLINK-36689][Runtime/Web Frontend] Remove duplicated codes

* [FLINK-36689][Runtime/Web Frontend] Update README.md

* [FLINK-36689][Runtime/Web Frontend] Fix eslint errors
  • Loading branch information
simplejason authored and afedulov committed Jan 8, 2025
1 parent 294840a commit 63e9f11
Show file tree
Hide file tree
Showing 9 changed files with 19,747 additions and 16,965 deletions.
6 changes: 3 additions & 3 deletions flink-runtime-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Depending on your version of Linux, Windows or MacOS, you may need to manually i

Install *node.js* by following [these instructions](https://nodejs.org/en/download/).

Verify that the installed version is at least *10.9.0*, via `node --version`.
Verify that the installed version is at least *18.19.1*, via `node --version`.


#### MacOS
Expand Down Expand Up @@ -110,6 +110,6 @@ $ npm run lint

### Dependency

- Framework: [Angular](https://angular.io)
- CLI Tools: [Angular CLI](https://cli.angular.io)
- Framework: [Angular](https://angular.dev)
- CLI Tools: [Angular CLI](https://angular.dev/tools/cli)
- UI Components: [NG-ZORRO](https://github.com/NG-ZORRO/ng-zorro-antd)
6 changes: 3 additions & 3 deletions flink-runtime-web/web-dashboard/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "flink:build"
"buildTarget": "flink:build"
},
"configurations": {
"production": {
"browserTarget": "flink:build:production"
"buildTarget": "flink:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "flink:build"
"buildTarget": "flink:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 63e9f11

Please sign in to comment.