Skip to content

Commit

Permalink
Update @angular/clit to 16.0.1 and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed May 14, 2023
1 parent e88ab8d commit 9a9d15e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can choose between `none` (means angular only), `nestjs`, `php`, `java` or `

### Angular CLI

* `@angular/cli 15.2.7` or higher
* `@angular/cli 16.0.1` or higher

### Nestjs CLI (if backend `nestjs` is used)

Expand Down
8 changes: 4 additions & 4 deletions src/js/root/version.const.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

module.exports = Object.freeze({
// https://www.npmjs.com/package/@angular/material
ANGULAR_CDK_MATERIAL: '15.2.8',
ANGULAR_CDK_MATERIAL: '16.0.1',
// https://www.npmjs.com/package/@angular/cli
ANGULAR_CLI: '15.2.7',
ANGULAR_CLI: '16.0.1',
// https://www.npmjs.com/package/@angular-eslint/schematics
ANGULAR_ESLINT_SCHEMATICS: '15.2.1',
ANGULAR_ESLINT_SCHEMATICS: '16.0.1',
// https://www.npmjs.com/package/@auth0/angular-jwt
ANGULAR_JWT: '5.1.2',
APACHE: '2.4',
Expand All @@ -20,7 +20,7 @@ module.exports = Object.freeze({
// https://www.npmjs.com/package/jsonwebtoken
JSONWEBTOKEN: '9.0.0',
// https://www.npmjs.com/package/material-icons
MATERIAL_ICONS: '1.13.5',
MATERIAL_ICONS: '1.13.6',
// https://maven.apache.org/plugins/maven-jar-plugin/download.cgi
MAVEN_JAR_PLUGIN: '3.3.0',
NODE: '18.14.2',
Expand Down

0 comments on commit 9a9d15e

Please sign in to comment.