Skip to content

Commit

Permalink
chore: update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 18, 2023
1 parent a11cde3 commit aefceca
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 658 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/node": "^7.22.19",
"@babel/plugin-syntax-class-properties": "^7.12.13",
Expand All @@ -31,40 +31,40 @@
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@types/chai": "^4.3.7",
"@types/debug": "^4.1.9",
"@types/eslint": "^8.44.4",
"@types/esquery": "^1.5.1",
"@types/estree": "^1.0.2",
"@types/json-schema": "^7.0.13",
"@types/lodash.defaultsdeep": "^4.6.7",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/semver": "^7.5.3",
"@types/spdx-expression-parse": "^3.0.3",
"@typescript-eslint/parser": "^6.7.5",
"@types/chai": "^4.3.9",
"@types/debug": "^4.1.10",
"@types/eslint": "^8.44.6",
"@types/esquery": "^1.5.2",
"@types/estree": "^1.0.3",
"@types/json-schema": "^7.0.14",
"@types/lodash.defaultsdeep": "^4.6.8",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@types/semver": "^7.5.4",
"@types/spdx-expression-parse": "^3.0.4",
"@typescript-eslint/parser": "^6.8.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "8.51.0",
"eslint-config-canonical": "~41.3.0",
"eslint-config-canonical": "~42.0.1",
"espree": "^9.6.1",
"gitdown": "^3.1.5",
"glob": "^10.3.10",
"husky": "^8.0.3",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.1",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit aefceca

Please sign in to comment.