|
37 | 37 | },
|
38 | 38 | "prettier": "./prettier",
|
39 | 39 | "dependencies": {
|
40 |
| - "@babel/core": "^7.22.11", |
41 |
| - "@babel/eslint-parser": "^7.22.11", |
42 |
| - "@rushstack/eslint-patch": "^1.3.3", |
43 |
| - "@typescript-eslint/eslint-plugin": "^6.5.0", |
44 |
| - "@typescript-eslint/parser": "^6.5.0", |
45 |
| - "eslint-config-prettier": "^9.0.0", |
| 40 | + "@babel/core": "^7.24.0", |
| 41 | + "@babel/eslint-parser": "^7.23.10", |
| 42 | + "@rushstack/eslint-patch": "^1.7.2", |
| 43 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 44 | + "@typescript-eslint/parser": "^6.21.0", |
| 45 | + "eslint-config-prettier": "^9.1.0", |
46 | 46 | "eslint-import-resolver-alias": "^1.1.2",
|
47 |
| - "eslint-import-resolver-typescript": "^3.6.0", |
| 47 | + "eslint-import-resolver-typescript": "^3.6.1", |
48 | 48 | "eslint-plugin-eslint-comments": "^3.2.0",
|
49 |
| - "eslint-plugin-import": "^2.28.1", |
50 |
| - "eslint-plugin-jest": "^27.2.3", |
51 |
| - "eslint-plugin-jsx-a11y": "^6.7.1", |
52 |
| - "eslint-plugin-playwright": "^1.5.1", |
53 |
| - "eslint-plugin-react": "^7.33.2", |
| 49 | + "eslint-plugin-import": "^2.29.1", |
| 50 | + "eslint-plugin-jest": "^27.9.0", |
| 51 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 52 | + "eslint-plugin-playwright": "^1.5.2", |
| 53 | + "eslint-plugin-react": "^7.34.0", |
54 | 54 | "eslint-plugin-react-hooks": "^4.6.0",
|
55 |
| - "eslint-plugin-testing-library": "^6.0.1", |
| 55 | + "eslint-plugin-testing-library": "^6.2.0", |
56 | 56 | "eslint-plugin-tsdoc": "^0.2.17",
|
57 |
| - "eslint-plugin-unicorn": "^48.0.1", |
| 57 | + "eslint-plugin-unicorn": "^51.0.1", |
58 | 58 | "eslint-plugin-vitest": "^0.3.22",
|
59 |
| - "prettier-plugin-packagejson": "^2.4.5" |
| 59 | + "prettier-plugin-packagejson": "^2.4.12" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@commitlint/cli": "^17.7.1", |
63 |
| - "@commitlint/config-conventional": "^17.7.0", |
| 62 | + "@commitlint/cli": "^19.0.3", |
| 63 | + "@commitlint/config-conventional": "^19.0.3", |
64 | 64 | "@semantic-release/git": "^10.0.1",
|
65 |
| - "eslint": "^8.48.0", |
66 |
| - "husky": "^8.0.3", |
67 |
| - "lint-staged": "^14.0.1", |
68 |
| - "prettier": "^3.0.2", |
69 |
| - "semantic-release": "^21.1.1", |
70 |
| - "typescript": "^5.2.2" |
| 65 | + "eslint": "^8.57.0", |
| 66 | + "husky": "^9.0.11", |
| 67 | + "lint-staged": "^15.2.2", |
| 68 | + "prettier": "^3.2.5", |
| 69 | + "semantic-release": "^23.0.2", |
| 70 | + "typescript": "^5.3.3" |
71 | 71 | },
|
72 | 72 | "peerDependencies": {
|
73 | 73 | "@next/eslint-plugin-next": ">=12.3.0 <15.0.0-0",
|
|
89 | 89 | "optional": true
|
90 | 90 | }
|
91 | 91 | },
|
92 |
| - "packageManager": "pnpm@8.7.0", |
| 92 | + "packageManager": "pnpm@8.15.4", |
93 | 93 | "engines": {
|
94 |
| - "node": ">=16" |
| 94 | + "node": ">=18.18" |
95 | 95 | },
|
96 | 96 | "publishConfig": {
|
97 | 97 | "access": "public"
|
|
0 commit comments