diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-01 17:03:06 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-01 17:03:06 +0000 |
| commit | 0893446bed6cca753549ee8e3cf090f2fcf11d9d (patch) | |
| tree | 213ab41ac806e3398b8ac4db686b44ced7c67e2a /tooling/eslint | |
| parent | ba9f0a2ebf38f9f195f893b955b877e3d42b5a79 (diff) | |
| download | karakeep-0893446bed6cca753549ee8e3cf090f2fcf11d9d.tar.zst | |
deps: Upgrade typescript to 5.7
Diffstat (limited to 'tooling/eslint')
| -rw-r--r-- | tooling/eslint/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index e3cb9ea1..090fadaf 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -16,8 +16,8 @@ }, "dependencies": { "@next/eslint-plugin-next": "^14.1.1", - "@typescript-eslint/eslint-plugin": "7.6.0", - "@typescript-eslint/parser": "7.6.0", + "@typescript-eslint/eslint-plugin": "8.22.0", + "@typescript-eslint/parser": "8.22.0", "eslint-config-turbo": "^2.0.9", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", @@ -30,7 +30,7 @@ "@types/eslint": "^8.56.5", "eslint": "^8.57.0", "prettier": "^3.4.2", - "typescript": "^5.3.3" + "typescript": "^5.7.3" }, "eslintConfig": { "root": true, |
