From 621b41cb05c8f8d5a638116183496e4acd5f3263 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Fri, 22 Aug 2025 00:12:24 +0200
Subject: [PATCH] correct package dependencies
---
bun.lock | 5 +++++
core/package.json | 2 ++
2 files changed, 7 insertions(+)
diff --git a/bun.lock b/bun.lock
index 30a87f9af..d524f7999 100644
--- a/bun.lock
+++ b/bun.lock
@@ -192,6 +192,10 @@
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/node": "^17.0.21",
+ "config-schema": "*",
+ "decimal.js-light": "^2.5.1",
+ "graphql-request": "5.0.0",
+ "i18n": "^0.15.1",
"jest": "27.2.4",
"type-graphql": "^1.1.1",
"typescript": "^4.9.5",
@@ -229,6 +233,7 @@
"@types/geojson": "^7946.0.13",
"@types/jest": "27.0.2",
"@types/node": "^18.7.14",
+ "await-semaphore": "^0.1.3",
"crypto-random-bigint": "^2.1.1",
"jest": "27.2.4",
"ts-jest": "27.0.5",
diff --git a/core/package.json b/core/package.json
index bd7ce462f..72687d629 100644
--- a/core/package.json
+++ b/core/package.json
@@ -27,7 +27,9 @@
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/node": "^17.0.21",
+ "config-schema": "*",
"decimal.js-light": "^2.5.1",
+ "graphql-request": "5.0.0",
"i18n": "^0.15.1",
"jest": "27.2.4",
"type-graphql": "^1.1.1",