mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Update @types/pg
This commit is contained in:
parent
a48c8441b9
commit
91d9edfb03
12
.pnp.cjs
generated
12
.pnp.cjs
generated
@ -32,7 +32,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@types/ms", "npm:0.7.34"],\
|
||||
["@types/node", "npm:20.11.20"],\
|
||||
["@types/node-cron", "npm:3.0.11"],\
|
||||
["@types/pg", "npm:8.11.0"],\
|
||||
["@types/pg", "npm:8.11.1"],\
|
||||
["@types/sequelize", "npm:4.28.20"],\
|
||||
["ansi-colors", "npm:4.1.3"],\
|
||||
["dayjs", "npm:1.11.10"],\
|
||||
@ -674,10 +674,10 @@ const RAW_RUNTIME_STATE =
|
||||
}]\
|
||||
]],\
|
||||
["@types/pg", [\
|
||||
["npm:8.11.0", {\
|
||||
"packageLocation": "./.yarn/cache/@types-pg-npm-8.11.0-bf104da0ba-91a7ccc5dc.zip/node_modules/@types/pg/",\
|
||||
["npm:8.11.1", {\
|
||||
"packageLocation": "./.yarn/cache/@types-pg-npm-8.11.1-5d06a4b9df-2fdcb0dc33.zip/node_modules/@types/pg/",\
|
||||
"packageDependencies": [\
|
||||
["@types/pg", "npm:8.11.0"],\
|
||||
["@types/pg", "npm:8.11.1"],\
|
||||
["@types/node", "npm:20.11.20"],\
|
||||
["pg-protocol", "npm:1.6.0"],\
|
||||
["pg-types", "npm:4.0.2"]\
|
||||
@ -781,7 +781,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@types/ms", "npm:0.7.34"],\
|
||||
["@types/node", "npm:20.11.20"],\
|
||||
["@types/node-cron", "npm:3.0.11"],\
|
||||
["@types/pg", "npm:8.11.0"],\
|
||||
["@types/pg", "npm:8.11.1"],\
|
||||
["@types/sequelize", "npm:4.28.20"],\
|
||||
["ansi-colors", "npm:4.1.3"],\
|
||||
["dayjs", "npm:1.11.10"],\
|
||||
@ -1301,7 +1301,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@types/mariadb", null],\
|
||||
["@types/mysql2", null],\
|
||||
["@types/oracledb", null],\
|
||||
["@types/pg", "npm:8.11.0"],\
|
||||
["@types/pg", "npm:8.11.1"],\
|
||||
["@types/pg-hstore", null],\
|
||||
["@types/snowflake-sdk", null],\
|
||||
["@types/sqlite3", null],\
|
||||
|
@ -53,7 +53,7 @@
|
||||
"@types/ms": "0.7.34",
|
||||
"@types/node": "20.11.20",
|
||||
"@types/node-cron": "3.0.11",
|
||||
"@types/pg": "8.11.0",
|
||||
"@types/pg": "8.11.1",
|
||||
"@types/sequelize": "4.28.20",
|
||||
"typescript": "5.3.3"
|
||||
}
|
||||
|
10
yarn.lock
10
yarn.lock
@ -482,14 +482,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/pg@npm:8.11.0":
|
||||
version: 8.11.0
|
||||
resolution: "@types/pg@npm:8.11.0"
|
||||
"@types/pg@npm:8.11.1":
|
||||
version: 8.11.1
|
||||
resolution: "@types/pg@npm:8.11.1"
|
||||
dependencies:
|
||||
"@types/node": "npm:*"
|
||||
pg-protocol: "npm:*"
|
||||
pg-types: "npm:^4.0.1"
|
||||
checksum: 10/91a7ccc5dc8e162d9d181f48f699eb4628632e75bd9db1c0ca774ec9b055b177875fb4b426279961061912f25fb3948c48c96e63ac9e85efcf7ce6f2567b6485
|
||||
checksum: 10/2fdcb0dc331c4f4e334061c30a14187a6d835a049be9e9a2d84d55935025c45be7f5f40fd6b854c19fcf72d17e854481b11a461d7679005d9813bf29c56ba380
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -575,7 +575,7 @@ __metadata:
|
||||
"@types/ms": "npm:0.7.34"
|
||||
"@types/node": "npm:20.11.20"
|
||||
"@types/node-cron": "npm:3.0.11"
|
||||
"@types/pg": "npm:8.11.0"
|
||||
"@types/pg": "npm:8.11.1"
|
||||
"@types/sequelize": "npm:4.28.20"
|
||||
ansi-colors: "npm:4.1.3"
|
||||
dayjs: "npm:1.11.10"
|
||||
|
Loading…
Reference in New Issue
Block a user