chore: update backend packages

This commit is contained in:
trafficlunar 2026-05-13 19:52:45 +01:00
parent 42209c0104
commit 9f6569f439
2 changed files with 93 additions and 435 deletions

View file

@ -2,7 +2,7 @@
"name": "@tomodachi-share/backend",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"packageManager": "pnpm@11.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -12,15 +12,15 @@
},
"dependencies": {
"@2toad/profanity": "^3.3.0",
"@auth/prisma-adapter": "2.11.1",
"@prisma/client": "^6.19.3",
"@auth/prisma-adapter": "2.11.2",
"@prisma/client": "6.19.3",
"@tomodachi-share/shared": "workspace:*",
"bit-buffer": "^0.3.0",
"charinfo-ex": "^0.0.5",
"dayjs": "^1.11.20",
"downshift": "^9.3.2",
"file-type": "^22.0.1",
"next": "16.2.3",
"next": "16.2.6",
"next-auth": "5.0.0-beta.30",
"qrcode-generator": "^2.0.4",
"react": "^19.2.6",
@ -40,7 +40,7 @@
"@types/react-dom": "^19.2.3",
"@types/sjcl": "^1.0.34",
"eslint": "^10.3.0",
"eslint-config-next": "16.2.3",
"eslint-config-next": "16.2.6",
"prisma": "^6.19.3",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.3.0",