Skip to content

Commit

Permalink
chore: update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 18, 2021
1 parent eff90bd commit 88cc18c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/register": "^7.14.5",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^4.26.1",
"@typescript-eslint/parser": "^4.27.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-config-canonical": "^26.2.3",
"gitdown": "^3.1.4",
"glob": "^7.1.7",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"mocha": "^9.0.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
"semantic-release": "^17.4.4",
"typescript": "^4.3.4"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 88cc18c

Please sign in to comment.