Skip to content

Commit

Permalink
Merge pull request #286 from reworkd/ratelimiter
Browse files Browse the repository at this point in the history
feat: ratelimiter for requests
  • Loading branch information
awtkns authored Apr 20, 2023
2 parents 5192c48 + b91928c commit 3d21a73
Show file tree
Hide file tree
Showing 9 changed files with 255 additions and 33 deletions.
165 changes: 146 additions & 19 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@uiball/loaders": "^1.2.6",
"@upstash/ratelimit": "^0.4.2",
"@vercel/analytics": "^0.1.11",
"@vercel/edge": "^0.3.3",
"axios": "^0.26.0",
"chromadb": "^1.4.1",
"clsx": "^1.2.1",
"framer-motion": "^10.11.2",
"html-to-image": "^1.11.11",
Expand All @@ -45,17 +48,19 @@
"remark-gfm": "^3.0.1",
"stripe": "^12.0.0",
"superjson": "1.9.1",
"uuid": "^9.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/prettier": "^2.7.2",
"@types/node": "^18.11.18",
"@types/micro": "^10.0.0",
"@types/micro-cors": "^0.1.2",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.7",
Expand Down
Loading

1 comment on commit 3d21a73

@vercel
Copy link

@vercel vercel bot commented on 3d21a73 Apr 20, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.