Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit d6d4a1c

Browse files
author
Gitlab-CI
committed
fix(dependencies): installed node-fetch@2.3.0 to fix error from styled-components using old version of node-fetch
1 parent 1bbbf22 commit d6d4a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,17 @@
189189
"eslint": "^4.18.2",
190190
"eslint-config-airbnb": "^16.1.0",
191191
"eslint-import-resolver-alias": "^1.1.0",
192+
"eslint-plugin-import": "^2.2.0",
192193
"eslint-plugin-jsx-a11y": "^6.0.3",
193194
"eslint-plugin-react": "^7.8.2",
194-
"eslint-plugin-import": "^2.2.0",
195195
"exports-loader": "^0.7.0",
196196
"identity-obj-proxy": "^3.0.0",
197197
"istanbul-api": "1.2.2",
198198
"istanbul-reports": "1.1.4",
199199
"jest-cli": "^22.4.2",
200200
"jest-sonar-reporter": "^1.3.0",
201201
"lint-staged": "^4.1.3",
202+
"node-fetch": "^2.3.0",
202203
"pre-commit": "^1.2.2",
203204
"raf": "^3.4.0",
204205
"react-styleguidist": "^8.0.4",

0 commit comments

Comments
 (0)