Skip to content

Commit 707ee49

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): upgrade all dependencies
1 parent 52a4c03 commit 707ee49

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"babel-plugin-add-module-exports": "^1.0.2",
141141
"babel-plugin-array-includes": "^2.0.3",
142142
"babel-plugin-dynamic-import-node": "^2.3.0",
143-
"bootstrap-styled": "^2.6.2",
143+
"bootstrap-styled": "^2.7.0",
144144
"cz-conventional-changelog": "^3.0.2",
145145
"enzyme": "^3.10.0",
146146
"enzyme-adapter-react-16": "^1.15.1",
@@ -188,10 +188,10 @@
188188
],
189189
"coverageThreshold": {
190190
"global": {
191-
"statements": 80,
192-
"branches": 80,
193-
"functions": 80,
194-
"lines": 80
191+
"statements": 99,
192+
"branches": 91,
193+
"functions": 99,
194+
"lines": 99
195195
}
196196
},
197197
"moduleDirectories": [

src/tests/_api.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import theme from 'bootstrap-styled/lib/theme';
22
import { screenUtilities, printUtilities } from '../_api';
33

44
describe('bootstrap api utility', () => {
5-
it.only('should skip test', () => expect(true).toEqual(true));
65
it('should return all screen utilities', () => {
76
const css = screenUtilities({
87
xs: '0',

0 commit comments

Comments
 (0)