Fixed banner upload bug

This commit is contained in:
Christopher
2026-01-22 12:05:51 -08:00
parent ee3d75d6b5
commit 812a986d0f
9 changed files with 490 additions and 40 deletions
+10
View File
@@ -15,6 +15,7 @@
"crypto-js": "^4.2.0",
"drizzle-orm": "^0.44.1",
"jose": "^6.0.11",
"lucide-react": "^0.562.0",
"next": "16.1.4",
"next-auth": "^5.0.0-beta.25",
"pg": "^8.17.2",
@@ -7768,6 +7769,15 @@
"yallist": "^3.0.2"
}
},
"node_modules/lucide-react": {
"version": "0.562.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz",
"integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/magic-string": {
"version": "0.30.21",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",