|
54 | 54 | "typescript"
|
55 | 55 | ],
|
56 | 56 | "dependencies": {
|
57 |
| - "@eslint/eslintrc": "^3.0.0", |
58 |
| - "@typescript-eslint/eslint-plugin": "^6.21.0", |
59 |
| - "@typescript-eslint/parser": "^6.21.0", |
| 57 | + "@eslint/eslintrc": "^3.0.2", |
| 58 | + "@typescript-eslint/eslint-plugin": "^7.1.1", |
| 59 | + "@typescript-eslint/parser": "^7.1.1", |
60 | 60 | "arrify": "^3.0.0",
|
61 | 61 | "cosmiconfig": "^8.3.6",
|
62 | 62 | "define-lazy-prop": "^3.0.0",
|
63 |
| - "eslint": "^8.53.0", |
| 63 | + "eslint": "^8.57.0", |
64 | 64 | "eslint-config-prettier": "^9.1.0",
|
65 | 65 | "eslint-config-xo": "^0.44.0",
|
66 |
| - "eslint-config-xo-typescript": "^2.0.0", |
| 66 | + "eslint-config-xo-typescript": "^4.0.0", |
67 | 67 | "eslint-formatter-pretty": "^6.0.1",
|
68 | 68 | "eslint-import-resolver-webpack": "^0.13.8",
|
69 | 69 | "eslint-plugin-ava": "^14.0.0",
|
|
72 | 72 | "eslint-plugin-n": "^16.6.2",
|
73 | 73 | "eslint-plugin-no-use-extend-native": "^0.5.0",
|
74 | 74 | "eslint-plugin-prettier": "^5.1.3",
|
75 |
| - "eslint-plugin-unicorn": "^51.0.0", |
| 75 | + "eslint-plugin-unicorn": "^51.0.1", |
76 | 76 | "esm-utils": "^4.2.1",
|
77 | 77 | "find-cache-dir": "^5.0.0",
|
78 | 78 | "find-up-simple": "^1.0.0",
|
79 | 79 | "get-stdin": "^9.0.0",
|
80 |
| - "get-tsconfig": "^4.7.2", |
81 |
| - "globby": "^14.0.0", |
| 80 | + "get-tsconfig": "^4.7.3", |
| 81 | + "globby": "^14.0.1", |
82 | 82 | "imurmurhash": "^0.1.4",
|
83 | 83 | "json-stable-stringify-without-jsonify": "^1.0.1",
|
84 | 84 | "lodash-es": "^4.17.21",
|
85 |
| - "meow": "^13.1.0", |
| 85 | + "meow": "^13.2.0", |
86 | 86 | "micromatch": "^4.0.5",
|
87 | 87 | "open-editor": "^4.1.1",
|
88 | 88 | "prettier": "^3.2.5",
|
89 | 89 | "semver": "^7.6.0",
|
90 | 90 | "slash": "^5.1.0",
|
91 | 91 | "to-absolute-glob": "^3.0.0",
|
92 |
| - "typescript": "^5.3.3" |
| 92 | + "typescript": "^5.4.2" |
93 | 93 | },
|
94 | 94 | "devDependencies": {
|
95 |
| - "ava": "^6.1.1", |
| 95 | + "ava": "^6.1.2", |
96 | 96 | "eslint-config-xo-react": "^0.27.0",
|
97 |
| - "eslint-plugin-react": "^7.33.2", |
| 97 | + "eslint-plugin-react": "^7.34.0", |
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0",
|
99 | 99 | "execa": "^8.0.1",
|
100 | 100 | "nyc": "^15.1.0",
|
101 | 101 | "proxyquire": "^2.1.3",
|
102 | 102 | "temp-write": "^5.0.0",
|
103 |
| - "webpack": "^5.90.1" |
| 103 | + "webpack": "^5.90.3" |
104 | 104 | },
|
105 | 105 | "xo": {
|
106 | 106 | "ignores": [
|
|
0 commit comments