diff --git a/cli/init.ts b/cli/init.ts index 2ca5956..43f9a9b 100644 --- a/cli/init.ts +++ b/cli/init.ts @@ -464,8 +464,8 @@ const kvStores: Record = { postgres: { label: "PostgreSQL", dependencies: { - "@fedify/postgres": "^0.1.0", - "npm:postgres": "^3.4.4", + "@fedify/postgres": "^0.2.0", + "npm:postgres": "^3.4.5", }, imports: { "@fedify/postgres": ["PostgresKvStore"], postgres: "postgres" }, object: { @@ -519,8 +519,8 @@ const messageQueues: Record = { postgres: { label: "PostgreSQL", dependencies: { - "@fedify/postgres": "^0.1.0", - "npm:postgres": "^3.4.4", + "@fedify/postgres": "^0.2.0", + "npm:postgres": "^3.4.5", }, imports: { "@fedify/postgres": ["PostgresMessageQueue"],