Commiting to switch to a different orm
This commit is contained in:
10
package.json
10
package.json
@@ -8,7 +8,7 @@
|
||||
"build:analyse": "ANALYZE=true npm run build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint -- --fix"
|
||||
"lint:fix": "next lint --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.663.0",
|
||||
@@ -32,12 +32,12 @@
|
||||
"framer-motion": "^11.5.6",
|
||||
"glob": "^11.0.0",
|
||||
"million": "^3.1.11",
|
||||
"next": "^15.0.0-rc.0",
|
||||
"next-auth": "^5.0.0-beta",
|
||||
"next": "15.0.4-canary.2",
|
||||
"next-auth": "beta",
|
||||
"postcss": "^8.4.47",
|
||||
"radash": "^12.1.0",
|
||||
"react": "^19.0.0-rc-04bd67a4-20240924",
|
||||
"react-dom": "^19.0.0-rc-04bd67a4-20240924",
|
||||
"react": "19.0.0-rc-5c56b873-20241107",
|
||||
"react-dom": "19.0.0-rc-5c56b873-20241107",
|
||||
"react-zoom-pan-pinch": "^3.6.1",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"server-only": "^0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user