Skip to content

Commit a2c0054

Browse files
committed
Upgrade Typescript + @typescript-eslint packages
1 parent 252e616 commit a2c0054

File tree

2 files changed

+62
-49
lines changed

2 files changed

+62
-49
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"license": "ISC",
2626
"dependencies": {
2727
"@types/mocha": "^5.2.7",
28-
"@typescript-eslint/eslint-plugin": "^2.21.0",
29-
"@typescript-eslint/parser": "^2.21.0",
28+
"@typescript-eslint/eslint-plugin": "^3.0.2",
29+
"@typescript-eslint/parser": "^3.0.2",
3030
"cross-spawn": "^6.0.5",
3131
"eslint": "^6.2.2",
3232
"eslint-config-prettier": "^6.1.0",
@@ -35,7 +35,7 @@
3535
"prettier": "1.18.2",
3636
"pretty-quick": "^1.11.1",
3737
"ts-node": "^8.6.2",
38-
"typescript": "^3.8.3",
38+
"typescript": "^3.9.3",
3939
"yargs-parser": "^13.1.1"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)