From 238af4fe43ccb93f271164bee365d1fa958b0057 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 8 Jun 2017 09:45:16 +0300 Subject: [PATCH] package.json: Bump versions to match Bootstrap's See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a58cfc9..8ad9119 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "license": "GPL-3.0", "devDependencies": { "bootstrap": "4.0.0-alpha.6", - "clean-css-cli": "^4.0.12", + "clean-css-cli": "^4.1.3", "cookieconsent": "^3.0.4", "font-awesome": "^4.7.0", - "node-sass": "^4.5.2" + "node-sass": "^4.5.3" } }