Alter schema + add form field

This commit is contained in:
Owen
2026-05-28 20:15:13 -07:00
parent a32acf7c69
commit a9b0bd8b47
5 changed files with 253 additions and 1 deletions

12
package-lock.json generated
View File

@@ -8223,12 +8223,15 @@
"license": "MIT",
"optional": true,
"peer": true
<<<<<<< HEAD
},
"node_modules/@types/use-sync-external-store": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
"integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
"license": "MIT"
=======
>>>>>>> db3424784 (Alter schema + add form field)
},
"node_modules/@types/ws": {
"version": "8.18.1",
@@ -10749,9 +10752,12 @@
"integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
"license": "(MPL-2.0 OR Apache-2.0)",
"peer": true,
<<<<<<< HEAD
"engines": {
"node": ">=20"
},
=======
>>>>>>> db3424784 (Alter schema + add form field)
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
}
@@ -17526,9 +17532,15 @@
}
},
"node_modules/tailwindcss": {
<<<<<<< HEAD
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
"integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
=======
"version": "4.1.18",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
>>>>>>> db3424784 (Alter schema + add form field)
"license": "MIT"
},
"node_modules/tapable": {