Skip to content

Commit f174401

Browse files
committed
chore: update devDeps (Babel, typescript, husky)
1 parent fa82a11 commit f174401

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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.3",
18-
"@babel/core": "^7.6.3",
17+
"@babel/cli": "^7.6.4",
18+
"@babel/core": "^7.6.4",
1919
"@babel/node": "^7.6.3",
2020
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
2121
"@babel/preset-env": "^7.6.3",
2222
"@babel/register": "^7.6.2",
23-
"@typescript-eslint/parser": "^2.3.3",
23+
"@typescript-eslint/parser": "^2.4.0",
2424
"babel-eslint": "^10.0.3",
2525
"babel-plugin-add-module-exports": "^1.0.2",
2626
"babel-plugin-istanbul": "^5.2.0",
@@ -29,11 +29,11 @@
2929
"eslint-config-canonical": "^17.7.0",
3030
"gitdown": "^3.1.1",
3131
"glob": "^7.1.4",
32-
"husky": "^3.0.8",
32+
"husky": "^3.0.9",
3333
"mocha": "^6.2.1",
3434
"nyc": "^14.1.1",
3535
"semantic-release": "^15.13.24",
36-
"typescript": "^3.6.3"
36+
"typescript": "^3.6.4"
3737
},
3838
"engines": {
3939
"node": ">=6"

0 commit comments

Comments
 (0)