From e97e5983a5d39f5bfc2c5edea9f12f119e0d8ed2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 26 Apr 2017 00:02:37 +0300 Subject: [PATCH] package.json: Bump dependencies 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 cc88695..a58cfc9 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.0", + "clean-css-cli": "^4.0.12", "cookieconsent": "^3.0.4", "font-awesome": "^4.7.0", - "node-sass": "^4.5.0" + "node-sass": "^4.5.2" } }