|
35 | 35 | "postpublish": "cd __tests__ && pnpm update-config-version"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/eslint-parser": "7.25.7", |
| 38 | + "@babel/eslint-parser": "7.25.8", |
39 | 39 | "@eslint/compat": "1.2.0",
|
40 |
| - "@next/eslint-plugin-next": "14.2.14", |
41 |
| - "@typescript-eslint/eslint-plugin": "8.8.0", |
42 |
| - "@typescript-eslint/parser": "8.8.0", |
| 40 | + "@next/eslint-plugin-next": "14.2.15", |
| 41 | + "@typescript-eslint/eslint-plugin": "8.8.1", |
| 42 | + "@typescript-eslint/parser": "8.8.1", |
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.3.1",
|
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 | 61 | "@types/eslint": "9.6.1",
|
62 |
| - "@typescript-eslint/utils": "8.8.0", |
| 62 | + "@typescript-eslint/utils": "8.8.1", |
63 | 63 | "eslint-config-upleveled": "8.7.2",
|
64 | 64 | "prettier": "3.3.3",
|
65 | 65 | "prettier-plugin-embed": "0.4.15",
|
66 | 66 | "prettier-plugin-sql": "0.18.1",
|
67 | 67 | "stylelint": "16.9.0",
|
68 |
| - "typescript": "5.6.2" |
| 68 | + "typescript": "5.6.3" |
69 | 69 | },
|
70 | 70 | "peerDependencies": {
|
71 | 71 | "@types/eslint": "^9.6.1",
|
72 |
| - "@types/node": ">=22.7.4", |
| 72 | + "@types/node": ">=22.7.5", |
73 | 73 | "@types/react": "^18.3.11",
|
74 | 74 | "@types/react-dom": "^18.3.0",
|
75 | 75 | "eslint": "^9.12.0",
|
76 |
| - "globals": "^15.10.0", |
77 |
| - "typescript": "^5.6.2" |
| 76 | + "globals": "^15.11.0", |
| 77 | + "typescript": "^5.6.3" |
78 | 78 | },
|
79 |
| - "packageManager": "pnpm@9.12.0", |
| 79 | + "packageManager": "pnpm@9.12.1", |
80 | 80 | "engines": {
|
81 | 81 | "node": ">=20.9.0"
|
82 | 82 | }
|
|
0 commit comments