Skip to content

Commit

Permalink
fix: šŸ› openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Jun 17, 2024
1 parent 85accc5 commit 9a8fb2b
Show file tree
Hide file tree
Showing 16 changed files with 195 additions and 2,758 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@next/bundle-analyzer": "^14.2.4",
"@sentry/nextjs": "^8.9.2",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.45.0",
"@tanstack/react-query-devtools": "^5.45.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
Expand All @@ -37,7 +37,7 @@
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.395.0",
"luxon": "^3.4.4",
"next": "^14.2.4",
Expand All @@ -51,7 +51,7 @@
"redoc": "^2.1.5",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"trpc-openapi": "^1.2.0",
"trpc-swagger": "^1.2.6",
"valtio": "^1.13.2",
"zod": "^3.23.8"
},
Expand All @@ -61,7 +61,7 @@
"@doss/tsconfig": "workspace:*",
"@prisma/nextjs-monorepo-workaround-plugin": "^5.15.0",
"@testing-library/react": "^16.0.0",
"@types/lodash": "^4.17.5",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "*",
"@types/react": "^18.3.3",
Expand Down
93 changes: 1 addition & 92 deletions apps/web/public/sw.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/web/public/sw.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9a8fb2b

Please sign in to comment.