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 | |
| parent | ba9f0a2ebf38f9f195f893b955b877e3d42b5a79 (diff) | |
| download | karakeep-0893446bed6cca753549ee8e3cf090f2fcf11d9d.tar.zst | |
deps: Upgrade typescript to 5.7
Diffstat (limited to '')
| -rw-r--r-- | tooling/eslint/package.json | 6 | ||||
| -rw-r--r-- | tooling/prettier/package.json | 2 | ||||
| -rw-r--r-- | tooling/tailwind/package.json | 2 |
3 files changed, 5 insertions, 5 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, diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index 44ade90f..eaae5aec 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@hoarder/tsconfig": "workspace:^0.1.0", - "typescript": "^5.3.3" + "typescript": "^5.7.3" }, "prettier": "@hoarder/prettier-config" } diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index 3d36c010..3c59c14a 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -28,7 +28,7 @@ "@hoarder/tsconfig": "workspace:^0.1.0", "eslint": "^8.57.0", "prettier": "^3.4.2", - "typescript": "^5.3.3" + "typescript": "^5.7.3" }, "eslintConfig": { "root": true, |
