Skip to content

Commit a611bf6

Browse files
committed
chore: update devDeps (babel-related, typescript-eslint/parser, and mocha)
1 parent 62ad769 commit a611bf6

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
@@ -16,12 +16,12 @@
1616
"description": "JSDoc linting rules for ESLint.",
1717
"devDependencies": {
1818
"@babel/cli": "^7.8.4",
19-
"@babel/core": "^7.8.6",
20-
"@babel/node": "^7.8.4",
21-
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
22-
"@babel/preset-env": "^7.8.6",
23-
"@babel/register": "^7.8.6",
24-
"@typescript-eslint/parser": "^2.21.0",
19+
"@babel/core": "^7.9.0",
20+
"@babel/node": "^7.8.7",
21+
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
22+
"@babel/preset-env": "^7.9.0",
23+
"@babel/register": "^7.9.0",
24+
"@typescript-eslint/parser": "^2.24.0",
2525
"babel-eslint": "^10.1.0",
2626
"babel-plugin-add-module-exports": "^1.0.2",
2727
"babel-plugin-istanbul": "^6.0.0",
@@ -31,7 +31,7 @@
3131
"gitdown": "^3.1.3",
3232
"glob": "^7.1.6",
3333
"husky": "^4.2.3",
34-
"mocha": "^7.1.0",
34+
"mocha": "^7.1.1",
3535
"nyc": "^15.0.0",
3636
"semantic-release": "^17.0.4",
3737
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)