We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3acea2 commit 9709d9dCopy full SHA for 9709d9d
package.json
@@ -15,18 +15,18 @@
15
},
16
"dependencies": {
17
"@auth0/nextjs-auth0": "^3.5.0",
18
- "@prisma/client": "^5.17.0",
+ "@prisma/client": "^5.20.0",
19
"dotenv-cli": "^7.4.2",
20
- "eslint": "^8.57.0",
21
- "eslint-config-next": "~14.2.6",
22
- "next": "~14.2.5",
23
- "react": "18.2.0",
24
- "react-date-picker": "^10.6.0",
25
- "react-dom": "18.2.0",
+ "eslint": "^8",
+ "eslint-config-next": "~14.2.14",
+ "next": "~14.2.14",
+ "react": "18.3.1",
+ "react-date-picker": "^11.0.0",
+ "react-dom": "18.3.1",
26
"swr": "^2.2.5",
27
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
28
29
"devDependencies": {
30
- "prisma": "^5.17.0"
+ "prisma": "^5.20.0"
31
}
32
0 commit comments