aboutsummaryrefslogtreecommitdiffstats
path: root/tooling
diff options
context:
space:
mode:
authorxuatz <xzlow10@gmail.com>2025-06-08 19:38:04 +0900
committerGitHub <noreply@github.com>2025-06-08 11:38:04 +0100
commitb8cad6a37ddbda61067da198aa09b0705be47a57 (patch)
treef6dfdf8579ecf553da8ec24e4f91bb74aa20982e /tooling
parentdd38899cb6ef3284af94a25cfe1d3cfeb1238684 (diff)
downloadkarakeep-b8cad6a37ddbda61067da198aa09b0705be47a57.tar.zst
deps: upgrade to pnpm@9.15.9 (#1544)
* feat: upgrade to pnpm@9.15.9 * extra stuff * unpin mobile deps * unpin root package.json deps too --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'tooling')
-rw-r--r--tooling/eslint/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json
index 8169ad1e..102e6bdd 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": "8.22.0",
- "@typescript-eslint/parser": "8.22.0",
+ "@typescript-eslint/eslint-plugin": "~8.30.0",
+ "@typescript-eslint/parser": "~8.30.0",
"eslint-config-turbo": "^2.0.9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",