|
38 | 38 | "build": "rimraf dist && npm run build:esm && npm run build:cjs", |
39 | 39 | "build:esm": "tsc -p tsconfig.esm.json", |
40 | 40 | "build:cjs": "tsc -p tsconfig.cjs.json", |
41 | | - "lint": "eslint --cache .", |
| 41 | + "lint": "eslint --cache", |
42 | 42 | "lint:fix": "npm run lint -- --fix", |
43 | 43 | "test": "vitest run --passWithNoTests", |
44 | 44 | "test:watch": "vitest watch --passWithNoTests", |
|
51 | 51 | "postversion": "git push && git push --tags" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@aboutbits/eslint-config": "^4.0.3", |
| 54 | + "@aboutbits/eslint-config": "^5.1.0", |
55 | 55 | "@aboutbits/prettier-config": "^2.0.2", |
56 | 56 | "@aboutbits/ts-config": "^1.1.16", |
57 | 57 | "@testing-library/jest-dom": "^6.4.2", |
|
60 | 60 | "@types/react": "^18.2.70", |
61 | 61 | "@types/react-dom": "^18.2.22", |
62 | 62 | "@types/react-router-dom": "^5.3.3", |
63 | | - "@typescript-eslint/eslint-plugin": "^7.3.1", |
64 | | - "eslint": "^8.57.0", |
65 | | - "eslint-plugin-import": "^2.29.1", |
66 | | - "eslint-plugin-jest": "^27.9.0", |
67 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
68 | | - "eslint-plugin-prettier": "^5.1.3", |
69 | | - "eslint-plugin-react": "^7.34.1", |
70 | | - "eslint-plugin-react-hooks": "^6.1.0", |
71 | | - "eslint-plugin-tailwindcss": "^3.15.1", |
| 63 | + "eslint": "^9.39.0", |
72 | 64 | "jsdom": "^24.0.0", |
73 | 65 | "next": "^14.1.4", |
74 | 66 | "next-router-mock": "^0.9.12", |
|
0 commit comments