Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewspear committed Dec 1, 2023
1 parent 5643e2d commit ea93d88
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 622 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,54 @@
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.5.2",
"@prisma/client": "^5.6.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.32.6",
"@trpc/client": "^10.43.0",
"@trpc/next": "^10.43.0",
"@trpc/react-query": "^10.43.0",
"@trpc/server": "^10.43.0",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.1",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"daisyui": "^3.9.4",
"daisyui": "^4.4.17",
"date-fns": "^2.30.0",
"fathom-client": "^3.6.0",
"gpt-3-encoder": "^1.1.4",
"next": "^13.5",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-contentlayer": "^0.3.4",
"openai": "^3.3.0",
"react": "18.2.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "18.2.0",
"react-wrap-balancer": "^1.1.0",
"sharp": "^0.32.6",
"superjson": "2.2.0",
"sharp": "^0.33.0",
"superjson": "2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/rss": "^0.0.31",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"globby": "^13.2.2",
"globby": "^14.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prisma": "^5.5.2",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.6.0",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
Expand All @@ -76,7 +76,7 @@
"remark-gfm": "^3.0.1",
"rss": "^1.2.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"ct3aMetadata": {
"initVersion": "7.5.0"
Expand Down

1 comment on commit ea93d88

@vercel
Copy link

@vercel vercel bot commented on ea93d88 Dec 1, 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.