Skip to content

Commit 25441bc

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): upgrade all dependencies
1 parent aaaa305 commit 25441bc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@
186186
"babel-plugin-inline-react-svg": "^1.0.1",
187187
"babel-plugin-react-transform": "^3.0.0",
188188
"babel-plugin-styled-components": "^1.10.0",
189-
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
189+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
190190
"cz-conventional-changelog": "^2.1.0",
191191
"enzyme": "^3.8.0",
192192
"enzyme-adapter-react-16": "^1.8.0",
193-
"eslint": "^5.12.1",
193+
"eslint": "^5.13.0",
194194
"eslint-config-airbnb": "^17.1.0",
195195
"eslint-plugin-import": "^2.16.0",
196196
"eslint-plugin-jsx-a11y": "^6.2.0",
@@ -200,7 +200,7 @@
200200
"istanbul-reports": "2.0.1",
201201
"jest-cli": "^24.0.0",
202202
"jest-sonar-reporter": "^2.0.0",
203-
"lint-staged": "^8.1.1",
203+
"lint-staged": "^8.1.3",
204204
"pre-commit": "^1.2.2",
205205
"raf": "^3.4.1",
206206
"react-styleguidist": "^8.0.6",
@@ -212,13 +212,10 @@
212212
},
213213
"dependencies": {
214214
"@babel/runtime": "^7.3.1",
215-
"@rollup-umd/documentation": "^1.3.5",
215+
"@rollup-umd/documentation": "^1.3.7",
216216
"bootstrap-styled": "^2.4.7",
217-
"css-loader": "^2.1.0",
218-
"font-awesome": "^4.7.0",
219217
"prop-types": "^15.6.2",
220-
"react": "^16.7.0",
221-
"style-loader": "^0.23.1"
218+
"react": "^16.7.0"
222219
},
223220
"peerDependencies": {},
224221
"publishConfig": {

0 commit comments

Comments
 (0)