From e917b02948fea0ad55270a8f06a63cb5bf1fd6d0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Apr 2019 14:14:23 +0200 Subject: [PATCH] Upgrade docusaurus to 1.8.0 (#220) --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 8aa68222..135a5b00 100644 --- a/website/package.json +++ b/website/package.json @@ -12,6 +12,6 @@ "crowdin-download": "crowdin --config ../crowdin.yaml download -b master" }, "devDependencies": { - "docusaurus": "^1.7.2" + "docusaurus": "^1.8.0" } }