|
31 | 31 | "dependencies": { |
32 | 32 | "@babel/core": "^7.23.3", |
33 | 33 | "@babel/eslint-parser": "^7.23.3", |
34 | | - "@rushstack/eslint-patch": "^1.6.0", |
35 | | - "@stylistic/eslint-plugin": "^1.4.1", |
36 | | - "@typescript-eslint/eslint-plugin": "^6.12.0", |
37 | | - "eslint-config-prettier": "^9.0.0", |
| 34 | + "@rushstack/eslint-patch": "^1.6.1", |
| 35 | + "@stylistic/eslint-plugin": "^1.5.1", |
| 36 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 37 | + "eslint-config-prettier": "^9.1.0", |
38 | 38 | "eslint-import-resolver-typescript": "^3.6.1", |
39 | 39 | "eslint-plugin-eslint-comments": "^3.2.0", |
40 | | - "eslint-plugin-import": "^2.29.0", |
| 40 | + "eslint-plugin-import": "^2.29.1", |
41 | 41 | "eslint-plugin-jest": "^27.6.0", |
42 | 42 | "eslint-plugin-jsx-a11y": "^6.8.0", |
43 | 43 | "eslint-plugin-jsx-expressions": "^1.3.2", |
44 | | - "eslint-plugin-playwright": "^0.18.0", |
| 44 | + "eslint-plugin-playwright": "^0.20.0", |
45 | 45 | "eslint-plugin-prettier": "^5.0.1", |
46 | 46 | "eslint-plugin-react": "^7.33.2", |
47 | 47 | "eslint-plugin-react-hooks": "^4.6.0", |
|
50 | 50 | "eslint-plugin-testing-library": "^6.2.0", |
51 | 51 | "eslint-plugin-tsdoc": "^0.2.17", |
52 | 52 | "eslint-plugin-unicorn": "^49.0.0", |
53 | | - "prettier-plugin-packagejson": "^2.4.6" |
| 53 | + "prettier-plugin-packagejson": "^2.4.7" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | 56 | "@commitlint/cli": "^18.4.3", |
57 | 57 | "@commitlint/config-conventional": "^18.4.3", |
58 | 58 | "@semantic-release/git": "^10.0.1", |
59 | | - "@types/eslint": "^8.44.7", |
| 59 | + "@types/eslint": "^8.44.9", |
60 | 60 | "eslint": "^8.54.0", |
61 | 61 | "husky": "^8.0.3", |
62 | | - "prettier": "^3.1.0", |
63 | | - "semantic-release": "^22.0.8", |
64 | | - "typescript": "^5.3.2" |
| 62 | + "prettier": "^3.1.1", |
| 63 | + "semantic-release": "^22.0.12", |
| 64 | + "typescript": "^5.3.3" |
65 | 65 | }, |
66 | 66 | "peerDependencies": { |
67 | 67 | "@next/eslint-plugin-next": ">=13.0.0 <15", |
|
0 commit comments