Migre lib-auth vers React 19 et Chakra UI 3
This commit is contained in:
15
package.json
15
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@packages/auth",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"files": [
|
||||
@@ -23,13 +23,16 @@
|
||||
"peerDependencies": {
|
||||
"@auth/express": "^0.12.1",
|
||||
"@auth/prisma-adapter": "^2.9.1",
|
||||
"@chakra-ui/react": "^2.10.7",
|
||||
"@chakra-ui/react": "^3.33.0",
|
||||
"@prisma/client": "^6.5.0",
|
||||
"express": "^4.21.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-icons": "^5.6.0",
|
||||
"react-router-dom": "^6.30.0",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-router": "^7.13.2",
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user