correct package dependencies

This commit is contained in:
clauspeterhuebner 2025-08-22 00:12:24 +02:00
parent a02771b35d
commit 621b41cb05
2 changed files with 7 additions and 0 deletions

View File

@ -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",

View File

@ -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",