Skip to content

Commit afee4c9

Browse files
authored
Merge pull request #204 from OpenLiberty/staging
Merge staging to prod - Updating Angular libraries (#203)
2 parents d3882d1 + cf5842a commit afee4c9

File tree

7 files changed

+40
-54330
lines changed

7 files changed

+40
-54330
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2022 IBM Corporation and others.
1+
// Copyright (c) 2019, 2023 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -331,7 +331,7 @@ ifdef::cloud-hosted[]
331331
Whenever you change and build your Angular implementation, the changes are automatically reflected at the URL for the launched application.
332332
endif::[]
333333

334-
When you are done checking the application root, exit development mode by pressing `CTRL+C` in the command-line session where you ran the server, or by typing `q` and then pressing the `enter/return` key.
334+
When you are done checking the application root, exit dev mode by pressing `CTRL+C` in the command-line session where you ran the server, or by typing `q` and then pressing the `enter/return` key.
335335

336336
Although the Angular application that this guide shows you how to build is simple, when you build more complex Angular applications, testing becomes a crucial part of your development lifecycle. If you need to write test cases, follow the official unit testing and end-to-end testing documentation on the https://angular.io/guide/testing[official Angular page^].
337337

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
<plugin>
4747
<groupId>io.openliberty.tools</groupId>
4848
<artifactId>liberty-maven-plugin</artifactId>
49-
<version>3.7.1</version>
49+
<version>3.8.2</version>
5050
</plugin>
5151
<!-- tag::frontend-plugin[] -->
5252
<plugin>
5353
<groupId>com.github.eirslett</groupId>
5454
<artifactId>frontend-maven-plugin</artifactId>
55-
<version>1.12.1</version>
55+
<version>1.13.3</version>
5656
<configuration>
5757
<!-- tag::working-dir[] -->
5858
<workingDirectory>src/main/frontend</workingDirectory>
@@ -66,8 +66,8 @@
6666
<goal>install-node-and-npm</goal>
6767
</goals>
6868
<configuration>
69-
<nodeVersion>v16.13.2</nodeVersion>
70-
<npmVersion>8.2.0</npmVersion>
69+
<nodeVersion>v16.20.1</nodeVersion>
70+
<npmVersion>8.5.0</npmVersion>
7171
</configuration>
7272
</execution>
7373
<!-- end::node-resource-install[] -->

0 commit comments

Comments
 (0)