summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-07-16 17:47:57 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-07-28 12:53:26 +0200
commitcd062d7349b857d25e54db91fd5821b1a4a2d004 (patch)
treeb81e0542735fc86ea2d25c016dfe0e55b0e0255e /package.json
parent67e423edb25a3b565cd649a04ae73aa6446115d4 (diff)
[fix] don't install pyright twice and do some clean up
Pyright has been installed twice so far, once via `package.json` and once in the test script via `npx --no-install`. Separating the type checks in the CI and on the developer desktop is also not necessary. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a85c5f910..c26fa2742 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "searxng.org/devtools",
"dependencies": {
- "pyright": "^1.1.391"
+ "pyright": "^1.1.403"
},
"scripts": {
"clean": "rm -Rf node_modules package-lock.json"