|
14 | 14 | "bin": "./cli.js",
|
15 | 15 | "sideEffects": false,
|
16 | 16 | "engines": {
|
17 |
| - "node": ">=18" |
| 17 | + "node": ">=18.18" |
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 | 20 | "test:clean": "find ./test -type d -name 'node_modules' -prune -not -path ./test/fixtures/project/node_modules -exec rm -rf '{}' +",
|
|
54 | 54 | "typescript"
|
55 | 55 | ],
|
56 | 56 | "dependencies": {
|
57 |
| - "@eslint/eslintrc": "^3.1.0", |
| 57 | + "@eslint/eslintrc": "^3.2.0", |
58 | 58 | "@typescript-eslint/eslint-plugin": "^7.16.1",
|
59 | 59 | "@typescript-eslint/parser": "^7.16.1",
|
60 | 60 | "arrify": "^3.0.0",
|
|
65 | 65 | "eslint-config-xo": "^0.45.0",
|
66 | 66 | "eslint-config-xo-typescript": "^5.0.0",
|
67 | 67 | "eslint-formatter-pretty": "^6.0.1",
|
68 |
| - "eslint-import-resolver-webpack": "^0.13.8", |
| 68 | + "eslint-import-resolver-webpack": "^0.13.9", |
69 | 69 | "eslint-plugin-ava": "^14.0.0",
|
70 | 70 | "eslint-plugin-eslint-comments": "^3.2.0",
|
71 |
| - "eslint-plugin-import": "^2.29.1", |
72 |
| - "eslint-plugin-n": "^17.9.0", |
| 71 | + "eslint-plugin-import": "^2.31.0", |
| 72 | + "eslint-plugin-n": "^17.14.0", |
73 | 73 | "eslint-plugin-no-use-extend-native": "^0.5.0",
|
74 | 74 | "eslint-plugin-prettier": "^5.2.1",
|
75 | 75 | "eslint-plugin-promise": "^6.4.0",
|
76 |
| - "eslint-plugin-unicorn": "^54.0.0", |
| 76 | + "eslint-plugin-unicorn": "^56.0.1", |
77 | 77 | "esm-utils": "^4.3.0",
|
78 | 78 | "find-cache-dir": "^5.0.0",
|
79 | 79 | "find-up-simple": "^1.0.0",
|
80 | 80 | "get-stdin": "^9.0.0",
|
81 |
| - "get-tsconfig": "^4.7.5", |
| 81 | + "get-tsconfig": "^4.8.1", |
82 | 82 | "globby": "^14.0.2",
|
83 | 83 | "imurmurhash": "^0.1.4",
|
84 | 84 | "json-stable-stringify-without-jsonify": "^1.0.1",
|
85 | 85 | "lodash-es": "^4.17.21",
|
86 | 86 | "meow": "^13.2.0",
|
87 |
| - "micromatch": "^4.0.7", |
| 87 | + "micromatch": "^4.0.8", |
88 | 88 | "open-editor": "^5.0.0",
|
89 |
| - "prettier": "^3.3.3", |
| 89 | + "prettier": "^3.4.2", |
90 | 90 | "semver": "^7.6.3",
|
91 | 91 | "slash": "^5.1.0",
|
92 | 92 | "to-absolute-glob": "^3.0.0",
|
93 |
| - "typescript": "^5.5.3" |
| 93 | + "typescript": "^5.7.2" |
94 | 94 | },
|
95 | 95 | "devDependencies": {
|
96 |
| - "ava": "^6.1.3", |
| 96 | + "ava": "^6.2.0", |
97 | 97 | "eslint-config-xo-react": "^0.27.0",
|
98 |
| - "eslint-plugin-react": "^7.34.4", |
99 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
100 |
| - "execa": "^9.3.0", |
101 |
| - "nyc": "^17.0.0", |
| 98 | + "eslint-plugin-react": "^7.37.2", |
| 99 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 100 | + "execa": "^9.5.1", |
| 101 | + "nyc": "^17.1.0", |
102 | 102 | "proxyquire": "^2.1.3",
|
103 |
| - "temp-write": "^5.0.0", |
104 |
| - "webpack": "^5.93.0" |
| 103 | + "temp-write": "^6.0.0", |
| 104 | + "webpack": "^5.97.1" |
105 | 105 | },
|
106 | 106 | "xo": {
|
107 | 107 | "ignores": [
|
|
0 commit comments