|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-react-refresh", |
3 | | - "version": "0.4.12", |
| 3 | + "version": "0.4.13", |
4 | 4 | "type": "module", |
5 | 5 | "license": "MIT", |
6 | 6 | "scripts": { |
7 | 7 | "build": "scripts/bundle.ts", |
8 | 8 | "test": "bun test", |
9 | | - "lint": "eslint ./ --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 9 | + "lint": "bun --bun eslint . --max-warnings 0", |
10 | 10 | "prettier": "bun prettier-ci --write", |
11 | | - "prettier-ci": "prettier --ignore-path=.gitignore --check '**/*.{ts,json,md,yml}'", |
| 11 | + "prettier-ci": "prettier --ignore-path=.gitignore --check '**/*.{js,ts,json,md,yml}'", |
12 | 12 | "ci": "tsc && bun lint && bun prettier-ci && bun test && bun run build" |
13 | 13 | }, |
14 | 14 | "prettier": {}, |
15 | 15 | "peerDependencies": { |
16 | 16 | "eslint": ">=7" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | | - "@arnaud-barre/eslint-config": "^4.1.1", |
| 19 | + "@arnaud-barre/eslint-config": "^5.0.1", |
20 | 20 | "@arnaud-barre/tnode": "^0.19.2", |
21 | | - "@types/eslint": "^8.44.8", |
22 | | - "@types/node": "^20.10.2", |
23 | | - "@typescript-eslint/parser": "^7.18.0", |
24 | | - "@typescript-eslint/utils": "^7.18.0", |
25 | | - "bun-types": "^1.1.27", |
26 | | - "eslint": "^8.57.0", |
| 21 | + "@types/eslint": "^9.6.1", |
| 22 | + "@types/node": "^20.16.13", |
| 23 | + "@typescript-eslint/parser": "^8.10.0", |
| 24 | + "@typescript-eslint/utils": "^8.10.0", |
| 25 | + "bun-types": "^1.1.31", |
| 26 | + "eslint": "^9.13.0", |
27 | 27 | "prettier": "3.0.3", |
28 | | - "typescript": "~5.4" |
| 28 | + "typescript": "~5.6" |
29 | 29 | } |
30 | 30 | } |
0 commit comments