|
38 | 38 | "@babel/eslint-parser": "7.25.9",
|
39 | 39 | "@eslint/compat": "1.2.3",
|
40 | 40 | "@next/eslint-plugin-next": "15.0.3",
|
41 |
| - "@typescript-eslint/eslint-plugin": "8.15.0", |
42 |
| - "@typescript-eslint/parser": "8.15.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "8.16.0", |
| 42 | + "@typescript-eslint/parser": "8.16.0", |
43 | 43 | "eslint-config-flat-gitignore": "0.3.0",
|
44 | 44 | "eslint-import-resolver-typescript": "3.6.3",
|
45 | 45 | "eslint-plugin-import-x": "4.4.3",
|
46 | 46 | "eslint-plugin-jsx-a11y": "6.10.2",
|
47 | 47 | "eslint-plugin-react": "7.37.2",
|
48 |
| - "eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110", |
| 48 | + "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", |
49 | 49 | "eslint-plugin-react-hooks": "5.0.0",
|
50 |
| - "eslint-plugin-react-x": "1.17.0", |
| 50 | + "eslint-plugin-react-x": "1.17.1", |
51 | 51 | "eslint-plugin-security": "3.0.1",
|
52 | 52 | "eslint-plugin-sonarjs": "1.0.4",
|
53 | 53 | "eslint-plugin-testing-library": "6.5.0",
|
54 | 54 | "eslint-plugin-unicorn": "56.0.1",
|
55 | 55 | "eslint-plugin-upleveled": "2.1.14",
|
56 | 56 | "is-plain-obj": "4.1.0",
|
57 |
| - "sort-package-json": "2.11.0", |
| 57 | + "sort-package-json": "2.12.0", |
58 | 58 | "strip-json-comments": "5.0.1",
|
59 |
| - "ts-api-utils": "1.4.0" |
| 59 | + "ts-api-utils": "1.4.2" |
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 |
| - "@typescript-eslint/utils": "8.15.0", |
63 |
| - "eslint-config-upleveled": "8.11.4", |
64 |
| - "prettier": "3.3.3", |
| 62 | + "@typescript-eslint/utils": "8.16.0", |
| 63 | + "eslint-config-upleveled": "8.12.0", |
| 64 | + "prettier": "3.4.1", |
65 | 65 | "prettier-plugin-embed": "0.4.15",
|
66 | 66 | "prettier-plugin-sql": "0.18.1",
|
67 |
| - "stylelint": "16.10.0", |
68 |
| - "typescript": "5.6.3" |
| 67 | + "stylelint": "16.11.0", |
| 68 | + "typescript": "5.7.2" |
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 |
| - "@types/node": ">=22.9.1", |
| 71 | + "@types/node": ">=22.10.1", |
72 | 72 | "@types/react": "^18.3.12",
|
73 | 73 | "@types/react-dom": "^18.3.1",
|
74 | 74 | "eslint": "^9.15.0",
|
75 | 75 | "globals": "^15.12.0",
|
76 |
| - "typescript": "^5.6.3" |
| 76 | + "typescript": "^5.7.2" |
77 | 77 | },
|
78 |
| - "packageManager": "pnpm@9.14.2", |
| 78 | + "packageManager": "pnpm@9.14.3", |
79 | 79 | "engines": {
|
80 | 80 | "node": ">=20.9.0"
|
81 | 81 | }
|
|
0 commit comments