Skip to content

Commit

Permalink
chore: update devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Dec 30, 2023
1 parent b102693 commit 5c4ccb9
Show file tree
Hide file tree
Showing 3 changed files with 1,490 additions and 2,593 deletions.
1 change: 1 addition & 0 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
reject: [
// Todo: When package converted to ESM
'camelcase',
'chai',
'decamelize',
'escape-string-regexp',
'open-editor',
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/node": "^7.22.19",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.20.0",
"@es-joy/jsdoc-eslint-parser": "^0.21.0",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/github": "^9.2.5",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@types/chai": "^4.3.11",
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.56.0",
"@types/esquery": "^1.5.3",
"@types/estree": "^1.0.5",
"@types/json-schema": "^7.0.15",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/semver": "^7.5.6",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/parser": "^6.16.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.55.0",
"eslint": "8.56.0",
"eslint-config-canonical": "~42.8.0",
"espree": "^9.6.1",
"gitdown": "^3.1.5",
Expand All @@ -63,7 +63,7 @@
"nyc": "^15.1.0",
"open-editor": "^3.0.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.10",
"semantic-release": "^22.0.12",
"typescript": "5.3.3"
},
"engines": {
Expand Down

0 comments on commit 5c4ccb9

Please sign in to comment.