Skip to content

Commit

Permalink
[FLINK-24768][runtime-web] upgrade Angular and NG-ZORRO versions to 13
Browse files Browse the repository at this point in the history
resolves apache#18413
  • Loading branch information
yangjunhan authored and Airblader committed Jan 24, 2022
1 parent 06be5cd commit 80b82f9
Show file tree
Hide file tree
Showing 5 changed files with 15,231 additions and 24,200 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build-target
flink-runtime-web/web-dashboard/node/
flink-runtime-web/web-dashboard/node_modules/
flink-runtime-web/web-dashboard/web/
flink-runtime-web/web-dashboard/.angular/
flink-python/dist/
flink-python/apache-flink-libraries/dist/
flink-python/build/
Expand Down
4 changes: 2 additions & 2 deletions flink-runtime-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ under the License.
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v12.14.1</nodeVersion>
<npmVersion>6.13.4</npmVersion>
<nodeVersion>v16.13.2</nodeVersion>
<npmVersion>8.1.2</npmVersion>
</configuration>
</execution>
<execution>
Expand Down
26 changes: 13 additions & 13 deletions flink-runtime-web/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Copyright 2014-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http:https://www.apache.org/).

@angular/animations 12.2.13 : MIT License
@angular/cdk 12.2.13 : MIT License
@angular/common 12.2.13 : MIT License
@angular/compiler 12.2.13 : MIT License
@angular/core 12.2.13 : MIT License
@angular/forms 12.2.13 : MIT License
@angular/platform-browser 12.2.13 : MIT License
@angular/platform-browser-dynamic 12.2.13 : MIT License
@angular/router 12.2.13 : MIT License
@ant-design/icons-angular 12.0.3 : MIT License
@angular/animations 13.1.3 : MIT License
@angular/cdk 13.1.3 : MIT License
@angular/common 13.1.3 : MIT License
@angular/compiler 13.1.3 : MIT License
@angular/core 13.1.3 : MIT License
@angular/forms 13.1.3 : MIT License
@angular/platform-browser 13.1.3 : MIT License
@angular/platform-browser-dynamic 13.1.3 : MIT License
@angular/router 13.1.3 : MIT License
@ant-design/icons-angular 13.0.2 : MIT License
@antv/adjust 0.2.3 : MIT License
@antv/attr 0.3.2 : MIT License
@antv/component 0.8.20 : MIT License
Expand Down Expand Up @@ -88,8 +88,8 @@ kossnocorp/date-fns 2.25.0 : MIT License
Lo-Dash 4.17.21 : MIT License
minimatch 3.0.4 : ISC License
minimist 1.2.5 : MIT License
monaco-editor 0.30.0 : MIT License
ng-zorro-antd 12.0.2 : MIT License
monaco-editor 0.31.1 : MIT License
ng-zorro-antd 13.0.1 : MIT License
object-inspect 1.11.0 : MIT License
object-keys 1.1.1 : MIT License
parse5 6.0.1 : MIT License
Expand Down Expand Up @@ -934,7 +934,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
---

MIT License
(@angular/animations 12.2.13, @angular/cdk 12.2.13, @angular/common 12.2.13, @angular/compiler 12.2.13, @angular/core 12.2.13, @angular/forms 12.2.13, @angular/platform-browser 12.2.13, @angular/platform-browser-dynamic 12.2.13, @angular/router 12.2.13, @ant-design/icons-angular 12.0.3, @antv/adjust 0.1.1, @antv/attr 0.1.2, @antv/component 0.3.9, @antv/coord 0.1.0, @antv/g 3.4.10, @antv/g2 3.5.17, @antv/gl-matrix 2.7.1, @antv/scale 0.1.5, ant-design-palettes 1.2.13, contour_plot 0.0.1, core-js v2.6.12, cpettitt/graphlib 2.1.8, dagre 0.8.5, es-abstract 1.18.3, is-callable 1.2.3, kossnocorp/date-fns 2.130.1, monaco-editor 0.20.0, ng-zorro-antd 12.0.1, node-tape v4.14.0, object-keys 1.1.1, RESOLVE v1.20.0, Zone.js v0.11.4)
(@angular/animations 13.1.3, @angular/cdk 13.1.3, @angular/common 13.1.3, @angular/compiler 13.1.3, @angular/core 13.1.3, @angular/forms 13.1.3, @angular/platform-browser 13.1.3, @angular/platform-browser-dynamic 13.1.3, @angular/router 13.1.3, @ant-design/icons-angular 13.0.2, @antv/adjust 0.1.1, @antv/attr 0.1.2, @antv/component 0.3.9, @antv/coord 0.1.0, @antv/g 3.4.10, @antv/g2 3.5.17, @antv/gl-matrix 2.7.1, @antv/scale 0.1.5, ant-design-palettes 1.2.13, contour_plot 0.0.1, core-js v2.6.12, cpettitt/graphlib 2.1.8, dagre 0.8.5, es-abstract 1.18.3, is-callable 1.2.3, kossnocorp/date-fns 2.130.1, monaco-editor 0.31.1, ng-zorro-antd 13.0.1, node-tape v4.14.0, object-keys 1.1.1, RESOLVE v1.20.0, Zone.js v0.11.4)

The MIT License
===============
Expand Down
Loading

0 comments on commit 80b82f9

Please sign in to comment.