|
40 | 40 | "trailingComma": "none" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "minimatch": "^3.0.4", |
44 | | - "p-memoize": "^3.1.0", |
45 | | - "p-queue": "^6.2.0", |
46 | | - "textlint-rule-helper": "^2.2.4" |
| 43 | + "minimatch": "^10.0.3", |
| 44 | + "p-memoize": "^8.0.0", |
| 45 | + "p-queue": "^8.1.0", |
| 46 | + "textlint-rule-helper": "^2.3.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@textlint/ast-node-types": "^12.6.1", |
50 | | - "@textlint/types": "^12.6.1", |
51 | | - "@types/minimatch": "^5.1.2", |
| 49 | + "@textlint/ast-node-types": "^15.2.1", |
| 50 | + "@textlint/types": "^15.2.1", |
52 | 51 | "@types/mocha": "^10.0.0", |
53 | 52 | "@types/node": "^24.3.0", |
54 | 53 | "lint-staged": "^16.1.5", |
55 | 54 | "mocha": "^11.7.1", |
56 | 55 | "prettier": "^3.6.2", |
57 | | - "textlint": "^12.6.1", |
58 | | - "textlint-scripts": "^12.6.1", |
59 | | - "textlint-tester": "^12.6.1", |
| 56 | + "textlint": "^15.2.1", |
| 57 | + "textlint-scripts": "^15.2.1", |
| 58 | + "textlint-tester": "^15.2.1", |
60 | 59 | "ts-node": "^10.9.1", |
61 | 60 | "ts-node-test-register": "^10.0.0", |
62 | 61 | "typescript": "^5.9.2" |
|
67 | 66 | }, |
68 | 67 | "pnpm": { |
69 | 68 | "overrides": { |
70 | | - "@textlint/ast-node-types": "^12.6.1", |
71 | | - "@textlint/types": "^12.6.1" |
| 69 | + "@textlint/ast-node-types": "^15.2.1", |
| 70 | + "@textlint/types": "^15.2.1" |
72 | 71 | } |
73 | 72 | }, |
74 | 73 | "peerDependencies": { |
|
0 commit comments