|
13 | 13 | "type": "module",
|
14 | 14 | "bin": "./cli.js",
|
15 | 15 | "engines": {
|
16 |
| - "node": ">=14.16" |
| 16 | + "node": ">=16" |
17 | 17 | },
|
18 | 18 | "scripts": {
|
19 | 19 | "test:clean": "find ./test -type d -name 'node_modules' -prune -not -path ./test/fixtures/project/node_modules -exec rm -rf '{}' +",
|
|
52 | 52 | "javascript",
|
53 | 53 | "typescript"
|
54 | 54 | ],
|
55 |
| - "bundledDependencies": [ |
56 |
| - "@typescript-eslint/eslint-plugin", |
57 |
| - "@typescript-eslint/parser", |
58 |
| - "eslint-config-xo-typescript" |
59 |
| - ], |
60 | 55 | "dependencies": {
|
61 |
| - "@eslint/eslintrc": "^1.3.3", |
62 |
| - "@typescript-eslint/eslint-plugin": "^5.59.1", |
63 |
| - "@typescript-eslint/parser": "^5.59.1", |
| 56 | + "@eslint/eslintrc": "^2.1.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 58 | + "@typescript-eslint/parser": "^6.0.0", |
64 | 59 | "arrify": "^3.0.0",
|
65 |
| - "cosmiconfig": "^8.1.3", |
| 60 | + "cosmiconfig": "^8.2.0", |
66 | 61 | "define-lazy-prop": "^3.0.0",
|
67 |
| - "eslint": "^8.37.0", |
| 62 | + "eslint": "^8.45.0", |
68 | 63 | "eslint-config-prettier": "^8.8.0",
|
69 | 64 | "eslint-config-xo": "^0.43.1",
|
70 |
| - "eslint-config-xo-typescript": "^0.57.0", |
| 65 | + "eslint-config-xo-typescript": "^1.0.0", |
71 | 66 | "eslint-formatter-pretty": "^5.0.0",
|
72 | 67 | "eslint-import-resolver-webpack": "^0.13.2",
|
73 | 68 | "eslint-plugin-ava": "^14.0.0",
|
74 | 69 | "eslint-plugin-eslint-comments": "^3.2.0",
|
75 | 70 | "eslint-plugin-import": "^2.27.5",
|
76 |
| - "eslint-plugin-n": "^15.7.0", |
| 71 | + "eslint-plugin-n": "^16.0.1", |
77 | 72 | "eslint-plugin-no-use-extend-native": "^0.5.0",
|
78 |
| - "eslint-plugin-prettier": "^4.2.1", |
79 |
| - "eslint-plugin-unicorn": "^46.0.0", |
| 73 | + "eslint-plugin-prettier": "^5.0.0", |
| 74 | + "eslint-plugin-unicorn": "^48.0.0", |
80 | 75 | "esm-utils": "^4.1.2",
|
81 | 76 | "find-cache-dir": "^4.0.0",
|
82 | 77 | "find-up": "^6.3.0",
|
83 | 78 | "get-stdin": "^9.0.0",
|
84 |
| - "get-tsconfig": "^4.5.0", |
85 |
| - "globby": "^13.1.2", |
| 79 | + "get-tsconfig": "^4.6.2", |
| 80 | + "globby": "^13.2.2", |
86 | 81 | "imurmurhash": "^0.1.4",
|
87 | 82 | "json-stable-stringify-without-jsonify": "^1.0.1",
|
88 | 83 | "lodash-es": "^4.17.21",
|
89 |
| - "meow": "^11.0.0", |
| 84 | + "meow": "^12.0.1", |
90 | 85 | "micromatch": "^4.0.5",
|
91 | 86 | "open-editor": "^4.0.0",
|
92 |
| - "prettier": "^2.8.7", |
93 |
| - "semver": "^7.3.8", |
94 |
| - "slash": "^5.0.0", |
| 87 | + "prettier": "^3.0.0", |
| 88 | + "semver": "^7.5.4", |
| 89 | + "slash": "^5.1.0", |
95 | 90 | "to-absolute-glob": "^3.0.0",
|
96 |
| - "typescript": "^5.0.3" |
| 91 | + "typescript": "^5.1.6" |
97 | 92 | },
|
98 | 93 | "devDependencies": {
|
99 |
| - "ava": "^5.1.0", |
| 94 | + "ava": "^5.3.1", |
100 | 95 | "eslint-config-xo-react": "^0.27.0",
|
101 | 96 | "eslint-plugin-react": "^7.31.10",
|
102 | 97 | "eslint-plugin-react-hooks": "^4.6.0",
|
103 | 98 | "execa": "^7.1.1",
|
104 | 99 | "nyc": "^15.1.0",
|
105 | 100 | "proxyquire": "^2.1.3",
|
106 | 101 | "temp-write": "^5.0.0",
|
107 |
| - "webpack": "^5.77.0" |
| 102 | + "webpack": "^5.88.1" |
108 | 103 | },
|
109 | 104 | "xo": {
|
110 | 105 | "ignores": [
|
|
0 commit comments