From ea07f0c0f3eb08d2f65629443cf108cf4edb0c29 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 3 Jun 2025 10:12:12 +0200 Subject: [PATCH] chore: drop unused `@typescript-eslint/parser` package (#8054) Package isn't references, `typescript-eslint` still pulls it transitive which is the recommend way Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8054 Reviewed-by: Earl Warren Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8009daff0c..d065b40f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,6 @@ "@stoplight/spectral-cli": "6.15.0", "@stylistic/eslint-plugin-js": "4.2.0", "@stylistic/stylelint-plugin": "3.1.2", - "@typescript-eslint/parser": "8.31.1", "@vitejs/plugin-vue": "5.2.3", "@vitest/coverage-v8": "3.1.2", "@vitest/eslint-plugin": "1.1.43", diff --git a/package.json b/package.json index 410a80f6dd..c8fce9f940 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "@stoplight/spectral-cli": "6.15.0", "@stylistic/eslint-plugin-js": "4.2.0", "@stylistic/stylelint-plugin": "3.1.2", - "@typescript-eslint/parser": "8.31.1", "@vitejs/plugin-vue": "5.2.3", "@vitest/coverage-v8": "3.1.2", "@vitest/eslint-plugin": "1.1.43",