Skip to content

Commit

Permalink
Merge pull request #1319 from simon-ebner/feature/angular-16-and-bump…
Browse files Browse the repository at this point in the history
…-npm-versions

chore: upgrade to Angular 16 and bump npm package versions
  • Loading branch information
ynojima authored Oct 18, 2023
2 parents 1a1cbea + 32fa9e5 commit 7d308bb
Show file tree
Hide file tree
Showing 5 changed files with 5,916 additions and 17,746 deletions.
4 changes: 2 additions & 2 deletions samples/lib/spa-angular-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ node {
download = true

// Version of node to use.
version = '16.13.0'
version = '18.18.2'

// Version of npm to use.
npmVersion = '8.1.4'
npmVersion = '10.2.0'
}

npm_run_build {
Expand Down
Loading

0 comments on commit 7d308bb

Please sign in to comment.