Skip to content

Commit 6014360

Browse files
committed
chore: update devDeps (Babel-related, typescript)
1 parent bc9fa44 commit 6014360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"description": "JSDoc linting rules for ESLint.",
1818
"devDependencies": {
19-
"@babel/cli": "^7.7.4",
20-
"@babel/core": "^7.7.4",
19+
"@babel/cli": "^7.7.5",
20+
"@babel/core": "^7.7.5",
2121
"@babel/node": "^7.7.4",
2222
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
23-
"@babel/preset-env": "^7.7.4",
23+
"@babel/preset-env": "^7.7.6",
2424
"@babel/register": "^7.7.4",
2525
"@typescript-eslint/parser": "^2.10.0",
2626
"babel-eslint": "^10.0.3",
@@ -35,7 +35,7 @@
3535
"mocha": "^6.2.2",
3636
"nyc": "^14.1.1",
3737
"semantic-release": "^15.13.31",
38-
"typescript": "^3.7.2"
38+
"typescript": "^3.7.3"
3939
},
4040
"engines": {
4141
"node": ">=6"

0 commit comments

Comments
 (0)