Skip to content

Commit 9efb31c

Browse files
committed
Merge branch 'feature/eslint' of https://github.com/a-tarasyuk/TypeScript into feature/eslint
2 parents 06f22f8 + d85eb26 commit 9efb31c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@types/browserify": "latest",
3434
"@types/chai": "latest",
3535
"@types/convert-source-map": "latest",
36-
"@types/del": "latest",
3736
"@types/glob": "latest",
3837
"@types/gulp": "^4.0.5",
3938
"@types/gulp-concat": "latest",
@@ -55,21 +54,21 @@
5554
"@types/through2": "latest",
5655
"@types/travis-fold": "latest",
5756
"@types/xml2js": "^0.4.0",
58-
"@typescript-eslint/eslint-plugin": "2.0.1-alpha.29",
59-
"@typescript-eslint/experimental-utils": "2.0.1-alpha.29",
60-
"@typescript-eslint/parser": "2.0.1-alpha.29",
57+
"@typescript-eslint/eslint-plugin": "2.1.0",
58+
"@typescript-eslint/experimental-utils": "2.1.0",
59+
"@typescript-eslint/parser": "2.1.0",
6160
"async": "latest",
6261
"azure-devops-node-api": "^8.0.0",
6362
"browser-resolve": "^1.11.2",
6463
"browserify": "latest",
6564
"chai": "latest",
6665
"chalk": "latest",
6766
"convert-source-map": "latest",
68-
"del": "latest",
67+
"del": "5.1.0",
6968
"eslint": "6.3.0",
7069
"eslint-formatter-autolinkable-stylish": "1.0.2",
7170
"eslint-plugin-import": "2.18.2",
72-
"eslint-plugin-jsdoc": "15.8.4",
71+
"eslint-plugin-jsdoc": "15.9.1",
7372
"eslint-plugin-no-null": "1.0.2",
7473
"fancy-log": "latest",
7574
"fs-extra": "^6.0.1",

0 commit comments

Comments
 (0)