Skip to content

Commit 32ffdb5

Browse files
committed
chore: update devDeps (Babel, typescript-eslint parser)
1 parent e370510 commit 32ffdb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 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.6.2",
18-
"@babel/core": "^7.6.2",
19-
"@babel/node": "^7.6.2",
20-
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
21-
"@babel/preset-env": "^7.6.2",
17+
"@babel/cli": "^7.6.3",
18+
"@babel/core": "^7.6.3",
19+
"@babel/node": "^7.6.3",
20+
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
21+
"@babel/preset-env": "^7.6.3",
2222
"@babel/register": "^7.6.2",
23-
"@typescript-eslint/parser": "^2.3.2",
23+
"@typescript-eslint/parser": "^2.3.3",
2424
"babel-eslint": "^10.0.3",
2525
"babel-plugin-add-module-exports": "^1.0.2",
2626
"babel-plugin-istanbul": "^5.2.0",

0 commit comments

Comments
 (0)