Skip to content

Commit

Permalink
Merge pull request #188 from Dogtiti/chore/update-packages
Browse files Browse the repository at this point in the history
chore: update packages
  • Loading branch information
Dogtiti authored May 23, 2023
2 parents 864353c + e66a99c commit b4e9710
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@radix-ui/react-tooltip": "^1.0.5",
"@react-pdf/renderer": "^3.1.9",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.25.0",
"@trpc/next": "^10.25.0",
"@trpc/react-query": "^10.25.0",
"@trpc/server": "^10.25.0",
"@trpc/client": "^10.27.1",
"@trpc/next": "^10.27.1",
"@trpc/react-query": "^10.27.1",
"@trpc/server": "^10.27.1",
"@uiball/loaders": "^1.2.6",
"@upstash/ratelimit": "^0.4.3",
"@vercel/analytics": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sign-out": "Sign Out",
"export": "Export",
"reset": "Reset",
"donation": "Donation",
"support": "Support",
"continue": "Continue",
"placeholder-agent-goal": "Make the world a better place.",
"paused": "Paused",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"sign-out": "登出",
"export": "导出",
"reset": "重置",
"donation": "捐赠",
"support": "支持",
"continue": "继续",
"placeholder-agent-goal": "让世界变得更美好。",
"paused": "已暂停",
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ NEXTAUTH_SECRET=$(openssl rand -base64 32)
ENV="NEXTAUTH_SECRET=$NEXTAUTH_SECRET\n\
NEXTAUTH_URL=http://localhost:3000\n\
OPENAI_API_KEY=$OPENAI_API_KEY\n\
DATABASE_URL=file:../db/db.sqlite\n\
DATABASE_URL=file:./db.sqlite\n\
NEXT_PUBLIC_GUEST_KEY=$NEXT_PUBLIC_GUEST_KEY\n\
SERP_API_KEY=$SERP_API_KEY\n\
NEXT_PUBLIC_WEB_SEARCH_ENABLED=$NEXT_PUBLIC_WEB_SEARCH_ENABLED\n"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const Drawer = ({
{showDonation && (
<DrawerItem
icon={<FaDonate />}
text="donation"
text="support"
onClick={showWeChatPay}
/>
)}
Expand Down

1 comment on commit b4e9710

@vercel
Copy link

@vercel vercel bot commented on b4e9710 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

auto-gpt-next-web – ./

auto-gpt-next-web-git-main-dogtiti.vercel.app
auto-gpt-next-web-dogtiti.vercel.app
auto-agentgpt.com

Please sign in to comment.