Skip to content

Commit 744f2cb

Browse files
committed
chore: update devDeps (Babel-related, eslint)
1 parent eeab3d2 commit 744f2cb

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,18 +16,18 @@
1616
},
1717
"description": "JSDoc linting rules for ESLint.",
1818
"devDependencies": {
19-
"@babel/cli": "^7.7.0",
20-
"@babel/core": "^7.7.2",
21-
"@babel/node": "^7.7.0",
22-
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
23-
"@babel/preset-env": "^7.7.1",
24-
"@babel/register": "^7.7.0",
19+
"@babel/cli": "^7.7.4",
20+
"@babel/core": "^7.7.4",
21+
"@babel/node": "^7.7.4",
22+
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
23+
"@babel/preset-env": "^7.7.4",
24+
"@babel/register": "^7.7.4",
2525
"@typescript-eslint/parser": "^2.8.0",
2626
"babel-eslint": "^10.0.3",
2727
"babel-plugin-add-module-exports": "^1.0.2",
2828
"babel-plugin-istanbul": "^5.2.0",
2929
"chai": "^4.2.0",
30-
"eslint": "6.6.0",
30+
"eslint": "6.7.0",
3131
"eslint-config-canonical": "^18.1.0",
3232
"gitdown": "^3.1.2",
3333
"glob": "^7.1.6",

0 commit comments

Comments
 (0)