Skip to content

Commit

Permalink
chore: update devDeps (Babel-related, husky, semantic-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 13, 2020
1 parent 3eddf53 commit 422a48e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/node": "^7.8.0",
"@babel/plugin-transform-flow-strip-types": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@babel/register": "^7.8.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
Expand All @@ -31,10 +31,10 @@
"eslint-config-canonical": "^18.1.0",
"gitdown": "^3.1.2",
"glob": "^7.1.6",
"husky": "^4.0.4",
"husky": "^4.0.7",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"semantic-release": "^16.0.0",
"semantic-release": "^16.0.1",
"typescript": "^3.7.4"
},
"engines": {
Expand Down

0 comments on commit 422a48e

Please sign in to comment.