Skip to content

Commit 4bd0104

Browse files
authored
Upgrade NPM packages (#59)
* Upgrading packages to their latest versions * Stylistic changes for the new eslint defaults * Removing node 8 dependency * Fixing code coverage
1 parent 67426d5 commit 4bd0104

File tree

7 files changed

+2900
-1456
lines changed

7 files changed

+2900
-1456
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 8
43
- 10
54
cache:
65
directories:

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module.exports = {
33
roots: ['<rootDir>'],
44
testMatch: ['<rootDir>/?(*.)jest.js'],
55
testPathIgnorePatterns: ['/node_modules/'],
6-
clearMocks: true
6+
clearMocks: true,
77
};

package-lock.json

Lines changed: 2734 additions & 1293 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "Anuj Nair",
3030
"license": "MIT",
3131
"dependencies": {
32-
"cheerio": "^1.0.0-rc.2",
32+
"cheerio": "^1.0.0-rc.3",
3333
"lodash": "^4.17.15",
3434
"memory-fs": "^0.5.0"
3535
},
@@ -38,16 +38,16 @@
3838
"html-webpack-plugin": "^2 || ^3 || ^4"
3939
},
4040
"devDependencies": {
41-
"babel-jest": "^24.9.0",
42-
"codecov": "^3.6.1",
43-
"eslint": "^6.6.0",
44-
"eslint-config-airbnb-base": "^14.0.0",
45-
"eslint-config-prettier": "^6.5.0",
46-
"eslint-plugin-import": "^2.18.2",
47-
"eslint-plugin-prettier": "^3.1.1",
41+
"babel-jest": "^25.3.0",
42+
"codecov": "^3.6.5",
43+
"eslint": "^6.8.0",
44+
"eslint-config-airbnb-base": "^14.1.0",
45+
"eslint-config-prettier": "^6.10.1",
46+
"eslint-plugin-import": "^2.20.2",
47+
"eslint-plugin-prettier": "^3.1.2",
4848
"html-webpack-plugin": "^3.2.0",
49-
"jest": "^24.9.0",
50-
"prettier": "^1.18.2",
49+
"jest": "^25.3.0",
50+
"prettier": "^2.0.4",
5151
"webpack": "^4.29.5"
5252
}
5353
}

0 commit comments

Comments
 (0)