1
0
Fork 0

wip: use bun (1.0) as runtime

This commit is contained in:
Vojtěch Mareš 2023-09-09 00:16:53 +02:00
parent 453e48c2b5
commit b0affaa936
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
6 changed files with 65 additions and 6573 deletions

View file

@ -15,7 +15,7 @@
"@heroicons/react": "^2.0.18",
"@next-auth/prisma-adapter": "^1.0.5",
"@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "^4.14.0",
"@prisma/client": "^5.2.0",
"@t3-oss/env-nextjs": "^0.3.1",
"clsx": "^1.2.1",
"gray-matter": "^4.0.3",
@ -42,7 +42,7 @@
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"prisma": "^5.2.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
},