Skip to content

Commit

Permalink
updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarlsson committed Jun 27, 2018
1 parent 0e7f499 commit c805a2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"dependencies": {
"cheerio": "1.0.0-rc.2",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.4",
"lodash": "4.17.10",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"string": "3.3.3"
},
"devDependencies": {
"coveralls": "3.0.0",
"eslint": "4.16.0",
"eslint-config-airbnb-base": "12.1.0",
"coveralls": "3.0.1",
"eslint": "5.0.1",
"eslint-config-airbnb-base": "13.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "2.4.0",
"fetch-mock": "6.0.0-beta.9",
"eslint-plugin-prettier": "2.6.1",
"fetch-mock": "6.4.4",
"husky": "0.14.3",
"jest": "22.1.4",
"nyc": "11.4.1",
"prettier": "1.10.2"
"jest": "23.2.0",
"nyc": "12.0.2",
"prettier": "1.13.6"
}
}
2 changes: 1 addition & 1 deletion src/mss.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const mss = require('./mss');
const fs = require('fs');
const fetchMock = require('fetch-mock');
const mss = require('./mss');
const mocksUrls = require('./genre/helper/__mocks__/data/mock-urls.json');

jest.unmock('./getScript/getScript');
Expand Down

0 comments on commit c805a2e

Please sign in to comment.