feat: add @types/pg dependency and update pnpm lockfile
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"include": ["src"],
|
"include": ["src"],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../../packages/common" },
|
{ "path": "../../packages/common" },
|
||||||
|
{ "path": "../../packages/infra" },
|
||||||
{ "path": "../../packages/logic" }
|
{ "path": "../../packages/logic" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"redis": "^4.7.0"
|
"redis": "^4.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/pg": "^8.15.5",
|
||||||
"dotenv": "^17.2.3",
|
"dotenv": "^17.2.3",
|
||||||
"prisma": "^7.2.0",
|
"prisma": "^7.2.0",
|
||||||
"tsdown": "^0.18.3"
|
"tsdown": "^0.18.3"
|
||||||
|
|||||||
Generated
+12
@@ -87,6 +87,9 @@ importers:
|
|||||||
specifier: ^4.7.0
|
specifier: ^4.7.0
|
||||||
version: 4.7.1
|
version: 4.7.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@types/pg':
|
||||||
|
specifier: ^8.15.5
|
||||||
|
version: 8.16.0
|
||||||
dotenv:
|
dotenv:
|
||||||
specifier: ^17.2.3
|
specifier: ^17.2.3
|
||||||
version: 17.2.3
|
version: 17.2.3
|
||||||
@@ -659,6 +662,9 @@ packages:
|
|||||||
'@types/node@20.19.27':
|
'@types/node@20.19.27':
|
||||||
resolution: {integrity: sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==}
|
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':
|
'@types/react@19.2.7':
|
||||||
resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
|
resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
|
||||||
|
|
||||||
@@ -1783,6 +1789,12 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.21.0
|
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':
|
'@types/react@19.2.7':
|
||||||
dependencies:
|
dependencies:
|
||||||
csstype: 3.2.3
|
csstype: 3.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user