chore: update packages
This commit is contained in:
parent
984541d17a
commit
cc506f2619
3 changed files with 380 additions and 375 deletions
30
package.json
30
package.json
|
|
@ -12,33 +12,33 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@auth/prisma-adapter": "2.7.2",
|
"@auth/prisma-adapter": "2.7.2",
|
||||||
"@hello-pangea/dnd": "^18.0.1",
|
"@hello-pangea/dnd": "^18.0.1",
|
||||||
"@prisma/client": "^6.5.0",
|
"@prisma/client": "^6.6.0",
|
||||||
"@trafficlunar/asmcrypto.js": "^1.0.2",
|
"@trafficlunar/asmcrypto.js": "^1.0.2",
|
||||||
"bit-buffer": "^0.2.5",
|
"bit-buffer": "^0.2.5",
|
||||||
"downshift": "^9.0.9",
|
"downshift": "^9.0.9",
|
||||||
"embla-carousel-react": "^8.5.2",
|
"embla-carousel-react": "^8.6.0",
|
||||||
"jsqr": "^1.4.0",
|
"jsqr": "^1.4.0",
|
||||||
"next": "15.2.4",
|
"next": "15.2.4",
|
||||||
"next-auth": "5.0.0-beta.25",
|
"next-auth": "5.0.0-beta.25",
|
||||||
"qrcode-generator": "^1.4.4",
|
"qrcode-generator": "^1.4.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.1.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.1.0",
|
||||||
"react-dropzone": "^14.3.8",
|
"react-dropzone": "^14.3.8",
|
||||||
"react-webcam": "^7.2.0",
|
"react-webcam": "^7.2.0",
|
||||||
"sharp": "^0.34.0",
|
"sharp": "^0.34.1",
|
||||||
"zod": "^3.24.2"
|
"zod": "^3.24.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3",
|
"@eslint/eslintrc": "^3.3.1",
|
||||||
"@iconify/react": "^5.2.0",
|
"@iconify/react": "^5.2.1",
|
||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4.1.3",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20.17.30",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19.1.0",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19.1.2",
|
||||||
"eslint": "^9",
|
"eslint": "^9.24.0",
|
||||||
"eslint-config-next": "15.2.4",
|
"eslint-config-next": "15.2.4",
|
||||||
"prisma": "^6.5.0",
|
"prisma": "^6.6.0",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4.1.3",
|
||||||
"typescript": "^5"
|
"typescript": "^5.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
720
pnpm-lock.yaml
720
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
5
pnpm-workspace.yaml
Normal file
5
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
onlyBuiltDependencies:
|
||||||
|
- '@prisma/client'
|
||||||
|
- '@prisma/engines'
|
||||||
|
- prisma
|
||||||
|
- sharp
|
||||||
Loading…
Reference in a new issue