chore: update packages

Also:

- Remove Discord link and replace with email contact
- Fix none face paint type in submit form being transparent
- Update dockerfile
This commit is contained in:
trafficlunar 2026-08-01 16:18:21 +01:00
parent c2c1136c58
commit 211774e309
17 changed files with 1273 additions and 1148 deletions

View file

@ -2,7 +2,7 @@
"name": "@tomodachi-share/backend",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.8.0",
"packageManager": "pnpm@11.18.0",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -12,39 +12,39 @@
},
"dependencies": {
"@2toad/profanity": "^3.3.0",
"@auth/prisma-adapter": "2.11.2",
"@auth/prisma-adapter": "2.11.3",
"@prisma/client": "6.19.3",
"@tomodachi-share/shared": "workspace:*",
"bit-buffer": "^0.3.0",
"charinfo-ex": "^0.0.5",
"dayjs": "^1.11.21",
"downshift": "^9.3.6",
"downshift": "^9.4.0",
"file-type": "^22.0.1",
"next": "16.2.9",
"next": "16.2.12",
"next-auth": "5.0.0-beta.30",
"qrcode-generator": "^2.0.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"redis": "^6.0.0",
"satori": "^0.26.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"redis": "^6.2.0",
"satori": "^0.29.0",
"sharp": "^0.34.5",
"sjcl-with-all": "1.0.8",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/eslintrc": "^3.3.6",
"@iconify/react": "^6.0.2",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/sjcl": "^1.0.34",
"eslint": "^10.5.0",
"eslint-config-next": "16.2.9",
"eslint": "^10.8.0",
"eslint-config-next": "16.2.12",
"prisma": "^6.19.3",
"schema-dts": "^2.0.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2"
},
"exports": {
".": "./src/types.d.ts"