mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-09-27 19:41:46 +00:00
chore: update packages
This commit is contained in:
parent
c5e0b08b7e
commit
152576e524
6 changed files with 891 additions and 392 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@tomodachi-share/backend",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@11.18.0",
|
||||
"packageManager": "pnpm@11.24.0",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
|
|
@ -17,30 +17,30 @@
|
|||
"@tomodachi-share/shared": "workspace:*",
|
||||
"bit-buffer": "^0.3.0",
|
||||
"charinfo-ex": "^0.0.5",
|
||||
"dayjs": "^1.11.21",
|
||||
"dayjs": "^1.11.23",
|
||||
"downshift": "^9.4.0",
|
||||
"file-type": "^22.0.1",
|
||||
"next": "16.2.12",
|
||||
"file-type": "^22.0.2",
|
||||
"next": "16.3.3",
|
||||
"next-auth": "5.0.0-beta.32",
|
||||
"qrcode-generator": "^2.0.4",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"redis": "^6.2.0",
|
||||
"satori": "^0.29.0",
|
||||
"redis": "^6.2.1",
|
||||
"satori": "^0.33.4",
|
||||
"sharp": "^0.34.5",
|
||||
"sjcl-with-all": "1.0.8",
|
||||
"zod": "^4.4.3"
|
||||
"zod": "^4.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.6",
|
||||
"@iconify/react": "^6.0.2",
|
||||
"@tailwindcss/postcss": "^4.3.3",
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/node": "^26.4.0",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@types/react-dom": "^19.2.5",
|
||||
"@types/sjcl": "^1.0.34",
|
||||
"eslint": "^10.8.0",
|
||||
"eslint-config-next": "16.2.12",
|
||||
"eslint": "^10.9.1",
|
||||
"eslint-config-next": "16.3.3",
|
||||
"prisma": "^6.19.3",
|
||||
"schema-dts": "^2.0.0",
|
||||
"tailwindcss": "^4.3.3",
|
||||
|
|
|
|||
|
|
@ -17,37 +17,37 @@
|
|||
"@tailwindcss/vite": "^4.3.3",
|
||||
"@tomodachi-share/shared": "workspace:*",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.4",
|
||||
"@types/react-dom": "^19.2.5",
|
||||
"canvas-confetti": "^1.9.4",
|
||||
"dayjs": "^1.11.21",
|
||||
"dayjs": "^1.11.23",
|
||||
"downshift": "^9.4.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"jsqr": "^1.4.0",
|
||||
"nanostores": "^1.4.2",
|
||||
"nanostores": "^1.5.2",
|
||||
"qrcode-generator": "^2.0.4",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"react-dropzone": "^19.1.1",
|
||||
"react-dropzone": "^20.1.1",
|
||||
"react-image-crop": "^11.1.2",
|
||||
"react-router": "^8.3.0",
|
||||
"react-router": "^8.3.1",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"vite-plugin-node-polyfills": "^0.26.0",
|
||||
"zod": "^4.4.3"
|
||||
"vite-plugin-node-polyfills": "^0.28.0",
|
||||
"zod": "^4.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@iconify/react": "^6.0.2",
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.5",
|
||||
"eslint": "^10.8.0",
|
||||
"@types/node": "^26.4.0",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.5",
|
||||
"@vitejs/plugin-react": "^6.1.1",
|
||||
"eslint": "^10.9.1",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"globals": "^17.8.0",
|
||||
"eslint-plugin-react-refresh": "^0.5.5",
|
||||
"globals": "^17.11.0",
|
||||
"typescript": "~7.0.2",
|
||||
"typescript-eslint": "^8.65.0",
|
||||
"vite": "^8.2.0"
|
||||
"typescript-eslint": "^8.68.0",
|
||||
"vite": "^8.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@11.18.0"
|
||||
"packageManager": "pnpm@11.24.0"
|
||||
}
|
||||
|
|
|
|||
1219
pnpm-lock.yaml
generated
1219
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,3 +17,4 @@ minimumReleaseAgeExclude:
|
|||
- '@redis/search@6.2.0'
|
||||
- '@redis/time-series@6.2.0'
|
||||
- redis@6.2.0
|
||||
- zod@4.5.4
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"fzstd": "^0.1.1",
|
||||
"sharp": "^0.34.5",
|
||||
"sjcl-with-all": "1.0.8",
|
||||
"zod": "^4.4.3"
|
||||
"zod": "^4.5.4"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
@ -17,7 +17,8 @@
|
|||
},
|
||||
"types": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@types/node": "^26.1.2",
|
||||
"@types/sjcl": "^1.0.34"
|
||||
"@types/node": "^26.4.0",
|
||||
"@types/sjcl": "^1.0.34",
|
||||
"vite-plugin-node-polyfills": "^0.28.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue