From bd48005242219e644fa5101e55fe9737966e4591 Mon Sep 17 00:00:00 2001 From: Lukas Tursky Date: Mon, 1 Jul 2019 12:56:41 +0200 Subject: [PATCH] fix: use fixed date arithmetic lib + move bt-sass to devdependecies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bfa937858..0178a7d2c 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "babel-plugin-transform-rename-import": "^2.3.0", "babel-preset-jason": "^6.0.1", "bootstrap": "^3.3.5", + "bootstrap-sass": "^3.4.1", "component-metadata-loader": "^4.0.0", "cpy-cli": "^2.0.0", "eslint": "^5.8.0", @@ -121,9 +122,8 @@ }, "dependencies": { "@babel/runtime": "^7.1.5", - "bootstrap-sass": "^3.4.1", "classnames": "^2.2.6", - "date-arithmetic": "^4.0.0", + "date-arithmetic": "^4.0.1", "dom-helpers": "^3.4.0", "invariant": "^2.2.4", "lodash": "^4.17.11",