From 7bb47dfc716c5094923893b6fd1ca00fcfdc5fc3 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 6 Jan 2019 22:10:09 +0300 Subject: [PATCH] Flextype Core: Default theme - Twitter Bootstrap updated to 4.2.1 --- site/themes/default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/default/package.json b/site/themes/default/package.json index 63972ba0..70ef8245 100755 --- a/site/themes/default/package.json +++ b/site/themes/default/package.json @@ -9,7 +9,7 @@ "gulp-sass": "^4.0.1", "gulp-concat": "^2.6.1", "gulp-sourcemaps": "^2.6.4", - "bootstrap": "^4.1.1", + "bootstrap": "^4.2.1", "jquery": "^3.3.1" } }