Skip to content

Commit

Permalink
fix: lock rq v3 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jul 19, 2022
1 parent e95c7af commit 546bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const trpcInstaller: Installer = async ({
}) => {
await runPkgManagerInstall({
packages: [
"react-query@3",
"react-query@3.39.2",
"superjson",
"@trpc/server@experimental",
"@trpc/client@experimental",
Expand Down

0 comments on commit 546bb2a

Please sign in to comment.