Skip to content

Commit b223a61

Browse files
xturskyjquense
authored andcommitted
fix: use fixed date arithmetic lib and move bt-sass to devdepen… (jquense#1374)
1 parent ac715f8 commit b223a61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"babel-plugin-transform-rename-import": "^2.3.0",
8181
"babel-preset-jason": "^6.0.1",
8282
"bootstrap": "^3.3.5",
83+
"bootstrap-sass": "^3.4.1",
8384
"component-metadata-loader": "^4.0.0",
8485
"cpy-cli": "^2.0.0",
8586
"eslint": "^5.8.0",
@@ -121,9 +122,8 @@
121122
},
122123
"dependencies": {
123124
"@babel/runtime": "^7.1.5",
124-
"bootstrap-sass": "^3.4.1",
125125
"classnames": "^2.2.6",
126-
"date-arithmetic": "^4.0.0",
126+
"date-arithmetic": "^4.0.1",
127127
"dom-helpers": "^3.4.0",
128128
"invariant": "^2.2.4",
129129
"lodash": "^4.17.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4346,10 +4346,10 @@ data-urls@^1.0.0:
43464346
whatwg-mimetype "^2.2.0"
43474347
whatwg-url "^7.0.0"
43484348

4349-
date-arithmetic@^4.0.0:
4350-
version "4.0.0"
4351-
resolved "https://registry.yarnpkg.com/date-arithmetic/-/date-arithmetic-4.0.0.tgz#20514510adc5cbfc507151d5f133333ba95c891e"
4352-
integrity sha512-dIeY8FEapS0T0VK0YaHH+69ouYR429Xb9pXugBLAEAs4WfRYOVCyPE5EF7gpILFnA2M8U9WfF5WPS/hHvCg7qg==
4349+
date-arithmetic@^4.0.1:
4350+
version "4.0.1"
4351+
resolved "https://registry.yarnpkg.com/date-arithmetic/-/date-arithmetic-4.0.1.tgz#e7f94da8a14ebf4d2bbe4fb66598532c25dc1fb5"
4352+
integrity sha512-fawhJU3ajJud093das8L3PSXqDb+LjclKhRTIbVX1xC+QeHtL/30kNTkS8s/lOiKMGMngxKvwEzQhBEmK/KQnQ==
43534353

43544354
date-fns@^1.27.2:
43554355
version "1.30.1"

0 commit comments

Comments
 (0)