Skip to content

Commit

Permalink
chore: update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 20, 2022
1 parent ea76276 commit 873228a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.10",
"@babel/eslint-parser": "^7.16.5",
"@babel/node": "^7.16.7",
"@babel/node": "^7.16.8",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/register": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9",
"@hkdobrev/run-if-changed": "^0.3.1",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/parser": "^5.10.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-canonical": "^33.0.1",
"gitdown": "^3.1.4",
"glob": "^7.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"lint-staged": "^12.2.2",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^9.1.3",
"mocha": "^9.1.4",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^3.0.2",
"semantic-release": "^18.0.1",
"typescript": "^4.5.4"
"semantic-release": "^19.0.2",
"typescript": "^4.5.5"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^17"
Expand Down

0 comments on commit 873228a

Please sign in to comment.