Skip to content

Commit aefceca

Browse files
committed
chore: update devDeps.
1 parent a11cde3 commit aefceca

File tree

2 files changed

+602
-658
lines changed

2 files changed

+602
-658
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description": "JSDoc linting rules for ESLint.",
1919
"devDependencies": {
2020
"@babel/cli": "^7.23.0",
21-
"@babel/core": "^7.23.0",
21+
"@babel/core": "^7.23.2",
2222
"@babel/eslint-parser": "^7.22.15",
2323
"@babel/node": "^7.22.19",
2424
"@babel/plugin-syntax-class-properties": "^7.12.13",
@@ -31,40 +31,40 @@
3131
"@semantic-release/commit-analyzer": "^11.0.0",
3232
"@semantic-release/github": "^9.2.1",
3333
"@semantic-release/npm": "^11.0.0",
34-
"@types/chai": "^4.3.7",
35-
"@types/debug": "^4.1.9",
36-
"@types/eslint": "^8.44.4",
37-
"@types/esquery": "^1.5.1",
38-
"@types/estree": "^1.0.2",
39-
"@types/json-schema": "^7.0.13",
40-
"@types/lodash.defaultsdeep": "^4.6.7",
41-
"@types/mocha": "^10.0.2",
42-
"@types/node": "^20.8.4",
43-
"@types/semver": "^7.5.3",
44-
"@types/spdx-expression-parse": "^3.0.3",
45-
"@typescript-eslint/parser": "^6.7.5",
34+
"@types/chai": "^4.3.9",
35+
"@types/debug": "^4.1.10",
36+
"@types/eslint": "^8.44.6",
37+
"@types/esquery": "^1.5.2",
38+
"@types/estree": "^1.0.3",
39+
"@types/json-schema": "^7.0.14",
40+
"@types/lodash.defaultsdeep": "^4.6.8",
41+
"@types/mocha": "^10.0.3",
42+
"@types/node": "^20.8.7",
43+
"@types/semver": "^7.5.4",
44+
"@types/spdx-expression-parse": "^3.0.4",
45+
"@typescript-eslint/parser": "^6.8.0",
4646
"babel-plugin-add-module-exports": "^1.0.4",
4747
"babel-plugin-istanbul": "^6.1.1",
4848
"camelcase": "^6.3.0",
4949
"chai": "^4.3.10",
5050
"cross-env": "^7.0.3",
5151
"decamelize": "^5.0.1",
5252
"eslint": "8.51.0",
53-
"eslint-config-canonical": "~41.3.0",
53+
"eslint-config-canonical": "~42.0.1",
5454
"espree": "^9.6.1",
5555
"gitdown": "^3.1.5",
5656
"glob": "^10.3.10",
5757
"husky": "^8.0.3",
5858
"jsdoc-type-pratt-parser": "^4.0.0",
5959
"json-schema": "^0.4.0",
60-
"lint-staged": "^14.0.1",
60+
"lint-staged": "^15.0.1",
6161
"lodash.defaultsdeep": "^4.6.1",
6262
"mocha": "^10.2.0",
6363
"nyc": "^15.1.0",
6464
"open-editor": "^3.0.0",
6565
"rimraf": "^5.0.5",
6666
"semantic-release": "^22.0.5",
67-
"typescript": "5.1.6"
67+
"typescript": "5.2.2"
6868
},
6969
"engines": {
7070
"node": ">=16"

0 commit comments

Comments
 (0)