Skip to content

Commit

Permalink
use npm version of trpc-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 18, 2024
1 parent 815fbf9 commit dd42f5c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/migra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgkit/client": "workspace:^",
"@pgkit/schemainspect": "workspace:^",
"@trpc/server": "^10.45.2",
"trpc-cli": "^0.2.1",
"trpc-cli": "^0.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"picocolors": "^1.0.1",
"strip-ansi": "6.0.0",
"tasuku": "^2.0.1",
"trpc-cli": "^0.3.0",
"trpc-cli": "^0.5.0",
"umzug": "^3.7.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pgkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@pgkit/typegen": "workspace:^",
"express": "^4.18.2",
"importx": "^0.4.4",
"trpc-cli": "https://pkg.pr.new/mmkal/trpc-cli@38"
"trpc-cli": "^0.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"neverthrow": "^7.1.0",
"pgsql-ast-parser": "^11.1.0",
"pluralize": "^8.0.0",
"trpc-cli": "https://pkg.pr.new/mmkal/trpc-cli@38",
"trpc-cli": "^0.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
59 changes: 13 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/npmono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"listr2": "^8.0.2",
"semver": "^7.6.0",
"sort-package-json": "^2.8.0",
"trpc-cli": "https://pkg.pr.new/mmkal/trpc-cli@38"
"trpc-cli": "^0.5.0"
},
"devDependencies": {
"@types/semver": "^7.5.8",
Expand Down

0 comments on commit dd42f5c

Please sign in to comment.