|
18 | 18 | }, |
19 | 19 | "sideEffects": false, |
20 | 20 | "engines": { |
21 | | - "node": ">=18.20" |
| 21 | + "node": ">=20.17" |
22 | 22 | }, |
23 | 23 | "scripts": { |
24 | 24 | "build": "npm run clean && tsc", |
|
65 | 65 | "typescript" |
66 | 66 | ], |
67 | 67 | "dependencies": { |
68 | | - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", |
| 68 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", |
69 | 69 | "@sindresorhus/tsconfig": "^7.0.0", |
70 | 70 | "@stylistic/eslint-plugin": "^4.2.0", |
71 | | - "@typescript-eslint/parser": "^8.29.0", |
| 71 | + "@typescript-eslint/parser": "^8.32.1", |
72 | 72 | "arrify": "^3.0.0", |
73 | 73 | "cosmiconfig": "^9.0.0", |
74 | 74 | "define-lazy-prop": "^3.0.0", |
75 | | - "eslint": "^9.23.0", |
76 | | - "eslint-config-prettier": "^10.1.1", |
| 75 | + "eslint": "^9.27.0", |
| 76 | + "eslint-config-prettier": "^10.1.5", |
77 | 77 | "eslint-config-xo-react": "^0.28.0", |
78 | 78 | "eslint-config-xo-typescript": "^7.0.0", |
79 | 79 | "eslint-formatter-pretty": "^6.0.1", |
80 | 80 | "eslint-plugin-ava": "^15.0.1", |
81 | | - "eslint-plugin-import-x": "^4.10.0", |
82 | | - "eslint-plugin-n": "^17.17.0", |
| 81 | + "eslint-plugin-import-x": "^4.12.2", |
| 82 | + "eslint-plugin-n": "^17.18.0", |
83 | 83 | "eslint-plugin-no-use-extend-native": "^0.7.2", |
84 | | - "eslint-plugin-prettier": "^5.2.6", |
| 84 | + "eslint-plugin-prettier": "^5.4.0", |
85 | 85 | "eslint-plugin-promise": "^7.2.1", |
86 | | - "eslint-plugin-unicorn": "^58.0.0", |
87 | | - "find-cache-dir": "^5.0.0", |
| 86 | + "eslint-plugin-unicorn": "^59.0.1", |
| 87 | + "find-cache-directory": "^6.0.0", |
88 | 88 | "get-stdin": "^9.0.0", |
89 | | - "get-tsconfig": "^4.10.0", |
90 | | - "globals": "^16.0.0", |
| 89 | + "get-tsconfig": "^4.10.1", |
| 90 | + "globals": "^16.1.0", |
91 | 91 | "globby": "^14.1.0", |
92 | 92 | "meow": "^13.2.0", |
93 | 93 | "micromatch": "^4.0.8", |
94 | 94 | "open-editor": "^5.1.0", |
95 | 95 | "path-exists": "^5.0.0", |
96 | 96 | "prettier": "^3.5.3", |
97 | | - "type-fest": "^4.39.1", |
98 | | - "typescript-eslint": "^8.29.0" |
| 97 | + "type-fest": "^4.41.0", |
| 98 | + "typescript-eslint": "^8.32.1" |
99 | 99 | }, |
100 | 100 | "devDependencies": { |
101 | | - "@commitlint/cli": "^19.8.0", |
102 | | - "@commitlint/config-conventional": "^19.8.0", |
| 101 | + "@commitlint/cli": "^19.8.1", |
| 102 | + "@commitlint/config-conventional": "^19.8.1", |
103 | 103 | "@types/eslint": "9.6.1", |
104 | 104 | "@types/micromatch": "^4.0.9", |
105 | 105 | "@types/prettier": "^3.0.0", |
106 | | - "ava": "^6.2.0", |
107 | | - "dedent": "^1.5.3", |
108 | | - "execa": "^9.5.2", |
| 106 | + "ava": "^6.3.0", |
| 107 | + "dedent": "^1.6.0", |
| 108 | + "execa": "^9.5.3", |
109 | 109 | "husky": "^9.1.7", |
110 | | - "lint-staged": "^15.5.0", |
| 110 | + "lint-staged": "^16.0.0", |
111 | 111 | "np": "^10.2.0", |
112 | 112 | "npm-package-json-lint": "^8.0.0", |
113 | 113 | "npm-package-json-lint-config-default": "^7.0.1", |
114 | | - "prettier-plugin-packagejson": "^2.5.10", |
| 114 | + "prettier-plugin-packagejson": "^2.5.14", |
115 | 115 | "temp-dir": "^3.0.0", |
116 | 116 | "xo": "file:." |
117 | 117 | }, |
|
0 commit comments