diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2019-05-16 22:55:38 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2019-05-16 23:11:03 +0200 |
commit | 30771899d6a475a8fd42c8377be4eb54a031603a (patch) | |
tree | fade8e24b281f0386ef3ffea391a96f875290e32 | |
parent | Cleanup .gitinore files (diff) | |
download | seven-wonders-30771899d6a475a8fd42c8377be4eb54a031603a.tar.gz seven-wonders-30771899d6a475a8fd42c8377be4eb54a031603a.tar.bz2 seven-wonders-30771899d6a475a8fd42c8377be4eb54a031603a.zip |
Upgrade node, yarn, and gradle-node-plugin version
-rw-r--r-- | frontend/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/build.gradle b/frontend/build.gradle index 46e751a6..61f01053 100644 --- a/frontend/build.gradle +++ b/frontend/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.moowork.node" version "1.2.0" + id "com.moowork.node" version "1.3.1" } apply plugin: 'base' @@ -7,8 +7,8 @@ apply plugin: 'base' buildDir = 'build' node { - version = '8.11.1' - yarnVersion = '1.6.0' + version = '10.15.3' + yarnVersion = '1.16.0' download = true } |