Skip to content

Commit 50a7fbc

Browse files
committed
chore: update semver and devDeps.
1 parent 6041995 commit 50a7fbc

3 files changed

Lines changed: 521 additions & 364 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"html-entities": "^2.6.0",
1717
"object-deep-merge": "^2.0.1",
1818
"parse-imports-exports": "^0.2.4",
19-
"semver": "^7.8.1",
19+
"semver": "^7.8.2",
2020
"spdx-expression-parse": "^4.0.0",
2121
"to-valid-identifier": "^1.0.0"
2222
},
2323
"description": "JSDoc linting rules for ESLint.",
2424
"devDependencies": {
25-
"@arethetypeswrong/cli": "^0.18.2",
25+
"@arethetypeswrong/cli": "^0.18.3",
2626
"@babel/cli": "8.0.0-rc.5",
2727
"@babel/core": "8.0.0-rc.5",
2828
"@babel/eslint-parser": "8.0.0-rc.5",
@@ -42,18 +42,18 @@
4242
"@types/estree": "^1.0.9",
4343
"@types/json-schema": "^7.0.15",
4444
"@types/mocha": "^10.0.10",
45-
"@types/node": "^25.9.1",
45+
"@types/node": "^25.9.2",
4646
"@types/semver": "^7.7.1",
4747
"@types/spdx-expression-parse": "^4.0.0",
48-
"@typescript-eslint/types": "8.59.4",
48+
"@typescript-eslint/types": "8.60.1",
4949
"babel-plugin-add-module-exports": "^1.0.4",
5050
"babel-plugin-istanbul": "^8.0.0",
5151
"babel-plugin-transform-import-meta": "^2.3.3",
5252
"c8": "^11.0.0",
5353
"camelcase": "^9.0.0",
5454
"chai": "^6.2.2",
5555
"decamelize": "^6.0.1",
56-
"eslint": "10.4.0",
56+
"eslint": "10.4.1",
5757
"eslint-config-canonical": "^47.4.2",
5858
"gitdown": "^4.1.1",
5959
"glob": "^13.0.6",
@@ -62,18 +62,18 @@
6262
"jsdoc-type-pratt-parser": "^7.2.0",
6363
"json-schema": "^0.4.0",
6464
"json-schema-to-typescript": "^15.0.4",
65-
"lint-staged": "^17.0.5",
65+
"lint-staged": "^17.0.7",
6666
"mocha": "^11.7.6",
6767
"open-editor": "^6.0.0",
6868
"playwright": "^1.60.0",
6969
"replace": "^1.2.2",
7070
"rimraf": "^6.1.3",
71-
"rollup": "^4.60.4",
71+
"rollup": "^4.61.1",
7272
"semantic-release": "^25.0.3",
7373
"sinon": "^22.0.0",
7474
"ts-api-utils": "^2.5.0",
7575
"typescript": "5.9.3",
76-
"typescript-eslint": "8.59.4"
76+
"typescript-eslint": "8.60.1"
7777
},
7878
"engines": {
7979
"node": "^22.13.0 || >=24"

0 commit comments

Comments
 (0)