Skip to content

Commit 7b2caa9

Browse files
committed
chore: update devDeps (Babel and typescript related)
1 parent 1a9d21f commit 7b2caa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"description": "JSDoc linting rules for ESLint.",
1616
"devDependencies": {
17-
"@babel/cli": "^7.5.5",
18-
"@babel/core": "^7.5.5",
19-
"@babel/node": "^7.5.5",
17+
"@babel/cli": "^7.6.0",
18+
"@babel/core": "^7.6.0",
19+
"@babel/node": "^7.6.1",
2020
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
21-
"@babel/preset-env": "^7.5.5",
22-
"@babel/register": "^7.5.5",
23-
"@typescript-eslint/parser": "^2.1.0",
21+
"@babel/preset-env": "^7.6.0",
22+
"@babel/register": "^7.6.0",
23+
"@typescript-eslint/parser": "^2.2.0",
2424
"babel-eslint": "^10.0.3",
2525
"babel-plugin-add-module-exports": "^1.0.2",
2626
"babel-plugin-istanbul": "^5.2.0",
@@ -33,7 +33,7 @@
3333
"mocha": "^6.2.0",
3434
"nyc": "^14.1.1",
3535
"semantic-release": "^15.13.24",
36-
"typescript": "^3.5.3"
36+
"typescript": "^3.6.3"
3737
},
3838
"engines": {
3939
"node": ">=6"

0 commit comments

Comments
 (0)