Skip to content

Commit

Permalink
chore: update devDeps. (besides typescript); use non-deprecated eslin…
Browse files Browse the repository at this point in the history
…t methods by preference
  • Loading branch information
brettz9 committed Oct 11, 2023
1 parent 9d59826 commit 081af26
Show file tree
Hide file tree
Showing 4 changed files with 1,341 additions and 1,054 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,54 +17,54 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/node": "^7.22.10",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/node": "^7.22.19",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@babel/register": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/register": "^7.22.15",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.19.0",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/github": "^9.0.4",
"@semantic-release/npm": "^10.0.4",
"@types/chai": "^4.3.5",
"@types/debug": "^4.1.8",
"@types/eslint": "^8.44.2",
"@types/esquery": "^1.5.0",
"@types/estree": "^1.0.1",
"@types/json-schema": "^7.0.12",
"@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.1",
"@types/node": "^20.5.0",
"@types/semver": "^7.5.0",
"@types/spdx-expression-parse": "^3.0.2",
"@typescript-eslint/parser": "^6.4.0",
"@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",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"camelcase": "^6.3.0",
"chai": "^4.3.7",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "8.47.0",
"eslint-config-canonical": "~41.1.7",
"eslint": "8.51.0",
"eslint-config-canonical": "~41.3.0",
"espree": "^9.6.1",
"gitdown": "^3.1.5",
"glob": "^10.3.3",
"glob": "^10.3.10",
"husky": "^8.0.3",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^5.0.1",
"semantic-release": "^21.0.7",
"typescript": "^5.1.6"
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
"typescript": "5.1.6"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit 081af26

Please sign in to comment.