This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b7c5ce0  chore: upgrade hugo-cli
b7c5ce0 is described below

commit b7c5ce01edeeefd866cf9a200d91b46bf78c588f
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Fri Jul 26 09:45:23 2019 +0200

    chore: upgrade hugo-cli
    
    We need to pickup a version of hugo-cli that passes the hugo exit code
    back to yarn.
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 2c2f4e7..8d82049 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
     "gulp": "~4.0",
     "gulp-htmlmin": "~5.0",
     "html-validate": "^1.2.0",
-    "hugo-cli": "~0.9",
+    "hugo-cli": "~0.11",
     "link-checker": "^1.2.1",
     "npm-run-all": "~4.1",
     "opal-runtime": "1.0.11"
diff --git a/yarn.lock b/yarn.lock
index ba576b3..7999f69 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2185,10 +2185,10 @@ http-cache-semantics@^4.0.0:
   resolved 
"https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5";
   integrity 
sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==
 
-hugo-cli@~0.9:
-  version "0.9.0"
-  resolved 
"https://registry.yarnpkg.com/hugo-cli/-/hugo-cli-0.9.0.tgz#75ecd276fb7aba451770f44ce2f1e479dd278271";
-  integrity 
sha512-m1kQf0rNAveRy/jZZF7LugJ1HaBC6UdgbtznNesyV6JpAbQQq5s90VjObhKip+DxoheZTpCepD5MUpcSpUSYTQ==
+hugo-cli@~0.11:
+  version "0.11.0"
+  resolved 
"https://registry.yarnpkg.com/hugo-cli/-/hugo-cli-0.11.0.tgz#ae10973b7b9b0ffd7ba47d8c8ca5a50250726aea";
+  integrity 
sha512-Gu2s535ASZuV4HOi1hJ1HmNG4zN4Jb30UHcMPzYgTa1Bx2v/urG+vb6c4J0DeYfj4YzpopjFW8w9c0iy51DwPQ==
   dependencies:
     chalk "^2.4.1"
     decompress "^4.0.0"

Reply via email to