Skip to content

Commit cfef664

Browse files
committed
[Dev Deps] update @types/eslint, @types/estree, @types/node, coveralls, typescript
1 parent d3b5d71 commit cfef664

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"resolve": "^1.12.0"
3939
},
4040
"devDependencies": {
41-
"@types/eslint": "^4.16.6",
42-
"@types/estree": "0.0.39",
43-
"@types/node": "^12.0.0",
41+
"@types/eslint": "^6.1.3",
42+
"@types/estree": "0.0.40",
43+
"@types/node": "^12.12.14",
4444
"babel-eslint": "^8.2.6",
45-
"coveralls": "^3.0.2",
45+
"coveralls": "^3.0.9",
4646
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
4747
"eslint-config-airbnb-base": "^13.2.0",
4848
"eslint-plugin-import": "^2.18.2",
4949
"istanbul": "^0.4.5",
5050
"mocha": "^5.2.0",
5151
"sinon": "^7.5.0",
52-
"typescript": "^3.6.3",
52+
"typescript": "^3.7.2",
5353
"typescript-eslint-parser": "^20.1.1"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)