Skip to content

Commit

Permalink
chore: update debug, devDeps.
Browse files Browse the repository at this point in the history
Also:
- chore: change deprecated `husky install` ->  `husky`
  • Loading branch information
brettz9 committed Jun 28, 2024
1 parent 06b905c commit 14dc1bd
Show file tree
Hide file tree
Showing 4 changed files with 1,477 additions and 1,880 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@es-joy/jsdoccomment": "~0.43.1",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.4.1",
"debug": "^4.3.4",
"debug": "^4.3.5",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"parse-imports": "^2.1.0",
Expand All @@ -18,18 +18,18 @@
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/node": "^7.24.6",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/node": "^7.24.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/github": "^10.0.5",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@types/chai": "^4.3.16",
"@types/debug": "^4.1.12",
Expand All @@ -38,35 +38,35 @@
"@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.12.12",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/types": "^7.14.1",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-import-meta": "^2.2.1",
"c8": "^9.1.0",
"c8": "^10.1.2",
"camelcase": "^6.3.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"decamelize": "^5.0.1",
"eslint": "9.3.0",
"eslint-config-canonical": "~43.0.12",
"espree": "^10.0.1",
"eslint": "9.5.0",
"eslint-config-canonical": "~43.0.13",
"espree": "^10.1.0",
"gitdown": "^3.1.5",
"glob": "^10.4.1",
"globals": "^15.3.0",
"glob": "^10.4.2",
"globals": "^15.6.0",
"husky": "^9.0.11",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"open-editor": "^3.0.0",
"replace": "^1.2.2",
"rimraf": "^5.0.7",
"semantic-release": "^23.1.1",
"semantic-release": "^24.0.0",
"typescript": "5.3.x",
"typescript-eslint": "^8.0.0-alpha.34"
},
Expand Down Expand Up @@ -138,7 +138,7 @@
"lint": "npm run lint-arg -- .",
"lint-arg": "eslint",
"lint-fix": "npm run lint-arg -- --fix .",
"prepare": "husky install",
"prepare": "husky",
"test-no-cov": "cross-env BABEL_ENV=test mocha",
"test": "c8 npm run test-no-cov",
"test-cov": "cross-env TIMING=1 c8 --reporter text npm run test-no-cov",
Expand Down
Loading

0 comments on commit 14dc1bd

Please sign in to comment.