|
6 | 6 | }, |
7 | 7 | "dependencies": { |
8 | 8 | "@es-joy/jsdoccomment": "~0.76.0", |
| 9 | + "@es-joy/resolve.exports": "1.0.0", |
9 | 10 | "are-docs-informative": "^0.0.2", |
10 | 11 | "comment-parser": "1.4.1", |
11 | 12 | "debug": "^4.4.3", |
|
23 | 24 | "devDependencies": { |
24 | 25 | "@arethetypeswrong/cli": "^0.18.2", |
25 | 26 | "@babel/cli": "^7.28.3", |
26 | | - "@babel/core": "^7.28.4", |
27 | | - "@babel/eslint-parser": "^7.28.4", |
| 27 | + "@babel/core": "^7.28.5", |
| 28 | + "@babel/eslint-parser": "^7.28.5", |
28 | 29 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
29 | 30 | "@babel/plugin-transform-flow-strip-types": "^7.27.1", |
30 | | - "@babel/preset-env": "^7.28.3", |
| 31 | + "@babel/preset-env": "^7.28.5", |
31 | 32 | "@es-joy/escodegen": "^4.2.0", |
32 | | - "@es-joy/jsdoc-eslint-parser": "^0.24.0", |
| 33 | + "@es-joy/jsdoc-eslint-parser": "^0.25.0", |
33 | 34 | "@eslint/core": "^0.16.0", |
34 | 35 | "@hkdobrev/run-if-changed": "^0.6.3", |
35 | 36 | "@semantic-release/commit-analyzer": "^13.0.1", |
36 | 37 | "@semantic-release/github": "^12.0.0", |
37 | 38 | "@semantic-release/npm": "^13.1.1", |
38 | | - "@types/chai": "^5.2.2", |
| 39 | + "@types/chai": "^5.2.3", |
39 | 40 | "@types/debug": "^4.1.12", |
40 | 41 | "@types/espree": "^10.1.0", |
41 | 42 | "@types/esquery": "^1.5.4", |
42 | 43 | "@types/estree": "^1.0.8", |
43 | 44 | "@types/json-schema": "^7.0.15", |
44 | 45 | "@types/mocha": "^10.0.10", |
45 | | - "@types/node": "^24.8.1", |
| 46 | + "@types/node": "^24.9.1", |
46 | 47 | "@types/semver": "^7.7.1", |
47 | 48 | "@types/spdx-expression-parse": "^3.0.5", |
48 | | - "@typescript-eslint/types": "^8.46.1", |
| 49 | + "@typescript-eslint/types": "^8.46.2", |
49 | 50 | "babel-plugin-add-module-exports": "^1.0.4", |
50 | 51 | "babel-plugin-istanbul": "^7.0.1", |
51 | 52 | "babel-plugin-transform-import-meta": "^2.3.3", |
|
62 | 63 | "jsdoc-type-pratt-parser": "^6.11.0", |
63 | 64 | "json-schema": "^0.4.0", |
64 | 65 | "json-schema-to-typescript": "^15.0.4", |
65 | | - "lint-staged": "^16.2.4", |
| 66 | + "lint-staged": "^16.2.6", |
66 | 67 | "mocha": "^11.7.4", |
67 | 68 | "open-editor": "^5.1.0", |
| 69 | + "playwright": "^1.56.1", |
68 | 70 | "replace": "^1.2.2", |
69 | 71 | "rimraf": "^6.0.1", |
70 | 72 | "semantic-release": "^25.0.1", |
71 | 73 | "typescript": "5.9.3", |
72 | | - "typescript-eslint": "^8.46.1" |
| 74 | + "typescript-eslint": "^8.46.2" |
73 | 75 | }, |
74 | 76 | "engines": { |
75 | 77 | "node": ">=20.11.0" |
|
0 commit comments