Skip to content

Commit

Permalink
Merged in chore/update-angular (pull request #316)
Browse files Browse the repository at this point in the history
Update Angular, Node, NPM, and gradle plugin

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed May 14, 2019
2 parents 99d1184 + ed9e7ce commit 577acce
Show file tree
Hide file tree
Showing 26 changed files with 6,213 additions and 3,805 deletions.
2 changes: 1 addition & 1 deletion ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.1
10.15.3
6 changes: 3 additions & 3 deletions ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'base'
id 'com.moowork.node' version '1.2.0'
id 'com.moowork.node' version '1.3.1'
}

node {
version = '8.9.1'
npmVersion = '5.5.1'
version = '10.15.3'
npmVersion = '6.4.1'
download = true
}

Expand Down
Loading

0 comments on commit 577acce

Please sign in to comment.