From commits-return-26004-archive-asf-public=cust-asf.ponee.io@cayenne.apache.org Thu Sep 5 11:13:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3DB66180675 for ; Thu, 5 Sep 2019 13:13:00 +0200 (CEST) Received: (qmail 7333 invoked by uid 500); 5 Sep 2019 19:07:52 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 7282 invoked by uid 99); 5 Sep 2019 19:07:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2019 19:07:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 49CDB807CE; Thu, 5 Sep 2019 11:12:59 +0000 (UTC) Date: Thu, 05 Sep 2019 11:12:59 +0000 To: "commits@cayenne.apache.org" Subject: [cayenne-website] 03/06: Update Hugo version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ntimofeev@apache.org In-Reply-To: <156768197675.17450.3293778589774509876@gitbox.apache.org> References: <156768197675.17450.3293778589774509876@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: cayenne-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: c67332ecbeaffd5dbd18f71b2e7d90061818cd28 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190905111259.49CDB807CE@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne-website.git commit c67332ecbeaffd5dbd18f71b2e7d90061818cd28 Author: Nikita Timofeev AuthorDate: Tue Apr 30 17:37:34 2019 +0300 Update Hugo version --- src/main/assets/package.json | 2 +- src/main/assets/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/assets/package.json b/src/main/assets/package.json index bacc1a9..165f45f 100644 --- a/src/main/assets/package.json +++ b/src/main/assets/package.json @@ -32,6 +32,6 @@ "merge-stream": "^1.0.1", "require-dir": "^0.3.2", "rev-del": "^1.0.5", - "hugo-bin": "^0.18.0" + "hugo-bin": "^0.30.0" } } \ No newline at end of file diff --git a/src/main/assets/yarn.lock b/src/main/assets/yarn.lock index 93b2ef2..c771f0a 100644 --- a/src/main/assets/yarn.lock +++ b/src/main/assets/yarn.lock @@ -2559,9 +2559,9 @@ https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" -hugo-bin@^0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.18.0.tgz#db59433ce60b7d756cce5afe53028c3968834fc5" +hugo-bin@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/hugo-bin/-/hugo-bin-0.30.0.tgz#765f3b58c51994f5967225dfcc008cf9171e18ac" dependencies: bin-wrapper "3.0.2" del-cli "1.1.0"