Skip to content

Commit

Permalink
Upgrade the Jest & ESLint dev dependencies to the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchie committed Dec 17, 2020
1 parent c5a126f commit a176f2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
moduleFileExtensions: ['ts', 'js'],
globals: {
'ts-jest': {
tsConfig: './tests/tsconfig.json'
tsconfig: './tests/tsconfig.json'
}
},
collectCoverageFrom: [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1418,14 +1418,14 @@
"iconv-lite": "0.5.0"
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/jest": "26.0.19",
"@types/node": "8.10.62",
"@types/vscode": "1.38.0",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"eslint": "7.9.0",
"jest": "26.4.2",
"ts-jest": "26.3.0",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"eslint": "7.15.0",
"jest": "26.6.3",
"ts-jest": "26.4.4",
"typescript": "4.0.2",
"uglify-js": "3.10.0"
}
Expand Down

0 comments on commit a176f2e

Please sign in to comment.