From f96eaeaa8652f75dd28f495c68afdc03d3750c08 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 19 Mar 2017 18:05:34 +0100 Subject: [PATCH] Fixes tgui dependencies --- tgui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tgui/package.json b/tgui/package.json index b3d80d7adb2..05d472d708e 100644 --- a/tgui/package.json +++ b/tgui/package.json @@ -2,7 +2,7 @@ "name": "tgui", "private": true, "dependencies": { - "autoprefixer": "6.3.3", + "autoprefixer": "6.7.7", "babel-core": "6.5.2", "babel-plugin-external-helpers": "6.5.0", "babel-polyfill": "6.5.0", @@ -20,7 +20,7 @@ "fontfaceobserver": "1.6.3", "gulp": "github:gulpjs/gulp#4.0", "gulp-bytediff": "1.0.0", - "gulp-cssnano": "2.1.1", + "gulp-cssnano": "2.1.2", "gulp-if": "2.0.0", "gulp-load-plugins": "1.2.0", "gulp-postcss": "6.1.0",