From 7a99fd24508a3264e8e20934cba8fb41a49f4ff4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 29 Dec 2025 06:00:50 +0000 Subject: [PATCH] feat: add @types/pg dependency and update pnpm lockfile --- app/game-engine/tsconfig.json | 1 + packages/infra/package.json | 1 + pnpm-lock.yaml | 12 ++++++++++++ 3 files changed, 14 insertions(+) diff --git a/app/game-engine/tsconfig.json b/app/game-engine/tsconfig.json index 7b1dbee..8db040b 100644 --- a/app/game-engine/tsconfig.json +++ b/app/game-engine/tsconfig.json @@ -8,6 +8,7 @@ "include": ["src"], "references": [ { "path": "../../packages/common" }, + { "path": "../../packages/infra" }, { "path": "../../packages/logic" } ] } diff --git a/packages/infra/package.json b/packages/infra/package.json index 97047e7..321a69b 100644 --- a/packages/infra/package.json +++ b/packages/infra/package.json @@ -19,6 +19,7 @@ "redis": "^4.7.0" }, "devDependencies": { + "@types/pg": "^8.15.5", "dotenv": "^17.2.3", "prisma": "^7.2.0", "tsdown": "^0.18.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51ff699..8136715 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,6 +87,9 @@ importers: specifier: ^4.7.0 version: 4.7.1 devDependencies: + '@types/pg': + specifier: ^8.15.5 + version: 8.16.0 dotenv: specifier: ^17.2.3 version: 17.2.3 @@ -659,6 +662,9 @@ packages: '@types/node@20.19.27': resolution: {integrity: sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==} + '@types/pg@8.16.0': + resolution: {integrity: sha512-RmhMd/wD+CF8Dfo+cVIy3RR5cl8CyfXQ0tGgW6XBL8L4LM/UTEbNXYRbLwU6w+CgrKBNbrQWt4FUtTfaU5jSYQ==} + '@types/react@19.2.7': resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==} @@ -1783,6 +1789,12 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/pg@8.16.0': + dependencies: + '@types/node': 20.19.27 + pg-protocol: 1.10.3 + pg-types: 2.2.0 + '@types/react@19.2.7': dependencies: csstype: 3.2.3