Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jondwillis committed Oct 31, 2023
1 parent 50cb1c2 commit f407d21
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 394 deletions.
20 changes: 10 additions & 10 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@acme/auth": "^0.1.0",
"@acme/db": "^0.1.0",
"@acme/tailwind-config": "^0.1.0",
"@aws-sdk/client-s3": "^3.435.0",
"@aws-sdk/client-s3": "^3.438.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/public-sans": "^5.0.15",
Expand All @@ -29,21 +29,21 @@
"@react-hook/resize-observer": "^1.2.6",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.42.0",
"@trpc/next": "^10.42.0",
"@trpc/react-query": "^10.42.0",
"@trpc/server": "^10.42.0",
"@upstash/redis": "^1.23.4",
"@trpc/client": "^10.43.0",
"@trpc/next": "^10.43.0",
"@trpc/react-query": "^10.43.0",
"@trpc/server": "^10.43.0",
"@upstash/redis": "^1.24.2",
"@vercel/analytics": "^1.1.1",
"@vercel/edge-config": "^0.4.1",
"crypto-js": "^4.2.0",
"eventsource-parser": "^1.1.1",
"formidable": "^3.5.1",
"jsonrepair": "^3.2.4",
"langchain": "^0.0.172",
"langchain": "^0.0.176",
"mammoth": "^1.6.0",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"pdf-parse": "^1.1.1",
"playwright": "^1.39.0",
"react": "18.2.0",
Expand All @@ -65,7 +65,7 @@
"@types/d3-force": "^3.0.7",
"@types/formidable": "^3.4.4",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"autoprefixer": "^10.4.16",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@acme/eslint-config": "^0.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@manypkg/cli": "^0.21.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@acme/db": "^0.1.0",
"axios": "^1.5.1",
"axios": "^1.6.0",
"cheerio": "1.0.0-rc.12",
"graphql": "^16.8.1",
"js-tiktoken": "^1.0.7",
"net": "^1.0.2",
"redis": "^4.6.10",
"serpapi": "^2.0.0",
"tls": "^0.0.1",
"weaviate-ts-client": "^1.5.0",
"weaviate-ts-client": "^1.6.0",
"yaml": "^2.3.3",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@acme/agent": "^0.1.0",
"@acme/auth": "^0.1.0",
"@acme/db": "^0.1.0",
"@trpc/client": "^10.42.0",
"@trpc/server": "^10.42.0",
"@trpc/client": "^10.43.0",
"@trpc/server": "^10.43.0",
"@vercel/kv": "^0.2.3",
"superjson": "2.2.0",
"zod": "^3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@acme/db": "^0.1.0",
"@next-auth/prisma-adapter": "^1.0.7",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"dependencies": {
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-next": "^13.5.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-react": "7.33.2"
Expand Down
Loading

0 comments on commit f407d21

Please sign in to comment.