Skip to content

Commit 0b4147d

Browse files
committed
chore: upgrade inquirerer to 2.2.1 and create-gen-app to 0.6.1
- packages/csv-to-pg: inquirerer ^2.0.3 -> ^2.2.1 - packages/cli: inquirerer ^2.2.0 -> ^2.2.1 - pgpm/cli: inquirerer ^2.2.0 -> ^2.2.1, create-gen-app ^0.6.0 -> ^0.6.1 - pgpm/core: create-gen-app ^0.6.0 -> ^0.6.1 These updates include the keypress event duplication fix from constructive-io/dev-utils#29 which prevents duplicate keypress behavior when multiple Inquirerer instances share the same input stream.
1 parent c9a7995 commit 0b4147d

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@pgpmjs/server-utils": "workspace:^",
5656
"@pgpmjs/types": "workspace:^",
5757
"find-and-require-package-json": "^0.8.2",
58-
"inquirerer": "^2.2.0",
58+
"inquirerer": "^2.2.1",
5959
"js-yaml": "^4.1.0",
6060
"minimist": "^1.2.8",
6161
"pg-cache": "workspace:^",

packages/csv-to-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@pgsql/types": "^17.6.2",
4747
"@pgsql/utils": "^17.8.3",
4848
"csv-parser": "^2.3.3",
49-
"inquirerer": "^2.0.3",
49+
"inquirerer": "^2.2.1",
5050
"js-yaml": "^3.14.0",
5151
"pgsql-deparser": "^17.12.2"
5252
}

pgpm/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"@pgpmjs/logger": "workspace:^",
5151
"@pgpmjs/types": "workspace:^",
5252
"appstash": "^0.2.6",
53-
"create-gen-app": "^0.6.0",
53+
"create-gen-app": "^0.6.1",
5454
"find-and-require-package-json": "^0.8.2",
55-
"inquirerer": "^2.2.0",
55+
"inquirerer": "^2.2.1",
5656
"js-yaml": "^4.1.0",
5757
"minimist": "^1.2.8",
5858
"pg-cache": "workspace:^",

pgpm/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@pgpmjs/logger": "workspace:^",
5252
"@pgpmjs/server-utils": "workspace:^",
5353
"@pgpmjs/types": "workspace:^",
54-
"create-gen-app": "^0.6.0",
54+
"create-gen-app": "^0.6.1",
5555
"csv-to-pg": "^2.0.10",
5656
"glob": "^13.0.0",
5757
"komoji": "^0.7.11",

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)