There was an error while loading. Please reload this page.
1 parent a5aedcb commit 7fc0681Copy full SHA for 7fc0681
2 files changed
package.json
@@ -14,19 +14,19 @@
14
"prismaGenerate": "dotenv -e .env.local prisma generate"
15
},
16
"dependencies": {
17
- "@auth0/nextjs-auth0": "~4.7.0",
18
- "@prisma/client": "^6.11.1",
+ "@auth0/nextjs-auth0": "~4.8.0",
+ "@prisma/client": "^6.12.0",
19
"dotenv-cli": "^8.0.0",
20
- "eslint": "^9.30.1",
21
- "eslint-config-next": "~15.3.4",
22
- "next": "~15.3.4",
+ "eslint": "^9.31.0",
+ "eslint-config-next": "~15.4.2",
+ "next": "~15.4.2",
23
"react": "19.1.0",
24
"react-date-picker": "^11.0.0",
25
"react-dom": "19.1.0",
26
- "swr": "^2.3.3",
+ "swr": "^2.3.4",
27
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
28
29
"devDependencies": {
30
- "prisma": "^6.11.1"
+ "prisma": "^6.12.0"
31
}
32
0 commit comments