Skip to content

Commit

Permalink
updated all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Steinmacher committed Jan 15, 2024
1 parent e65486a commit adf0455
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
],
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.4.2",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.40.0",
"@trpc/next": "^10.40.0",
"@trpc/react-query": "^10.40.0",
"@trpc/server": "^10.40.0",
"@prisma/client": "^5.8.1",
"@t3-oss/env-nextjs": "^0.7.3",
"@tanstack/react-query": "^5.17.12",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@vercel/analytics": "^1.1.1",
"@vercel/postgres": "^0.5.0",
"@vercel/postgres": "^0.5.1",
"bad-words": "^3.0.4",
"date-fns": "^2.30.0",
"date-fns": "^3.2.0",
"esm": "^3.2.25",
"gray-matter": "^4.0.3",
"langchain": "^0.0.167",
"lru-cache": "^10.0.1",
"next": "^13.5.5",
"next-auth": "^4.23.2",
"langchain": "^0.1.3",
"lru-cache": "^10.1.0",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
Expand All @@ -68,37 +68,37 @@
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"resend": "^1.1.0",
"superjson": "2.0.0",
"unified": "^11.0.3",
"remark-rehype": "^11.1.0",
"resend": "^2.1.0",
"superjson": "2.2.1",
"unified": "^11.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.39.0",
"@types/bad-words": "^3.0.1",
"@types/eslint": "^8.44.4",
"@types/node": "^20.8.6",
"@faker-js/faker": "^8.3.1",
"@playwright/test": "^1.40.1",
"@types/bad-words": "^3.0.3",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-google-recaptcha": "^2.1.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-google-recaptcha": "^2.1.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.5",
"msw": "^2.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prisma": "^5.4.2",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"msw": "^2.1.0",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.8.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
},
"prisma": {
"schema": "./prisma/schema.prisma",
Expand Down

0 comments on commit adf0455

Please sign in to comment.