Skip to content

Commit a176f2e

Browse files
committed
Upgrade the Jest & ESLint dev dependencies to the latest versions.
1 parent c5a126f commit a176f2e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
moduleFileExtensions: ['ts', 'js'],
88
globals: {
99
'ts-jest': {
10-
tsConfig: './tests/tsconfig.json'
10+
tsconfig: './tests/tsconfig.json'
1111
}
1212
},
1313
collectCoverageFrom: [

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,14 +1418,14 @@
14181418
"iconv-lite": "0.5.0"
14191419
},
14201420
"devDependencies": {
1421-
"@types/jest": "26.0.14",
1421+
"@types/jest": "26.0.19",
14221422
"@types/node": "8.10.62",
14231423
"@types/vscode": "1.38.0",
1424-
"@typescript-eslint/eslint-plugin": "4.1.0",
1425-
"@typescript-eslint/parser": "4.1.0",
1426-
"eslint": "7.9.0",
1427-
"jest": "26.4.2",
1428-
"ts-jest": "26.3.0",
1424+
"@typescript-eslint/eslint-plugin": "4.10.0",
1425+
"@typescript-eslint/parser": "4.10.0",
1426+
"eslint": "7.15.0",
1427+
"jest": "26.6.3",
1428+
"ts-jest": "26.4.4",
14291429
"typescript": "4.0.2",
14301430
"uglify-js": "3.10.0"
14311431
}

0 commit comments

Comments
 (0)