Updated the Formidable to work with serverless (supposedly)

This commit is contained in:
Tiago Ribeiro
2023-07-21 13:37:41 +01:00
parent eae0a4ae4e
commit ea41875e36
3 changed files with 20 additions and 19 deletions

View File

@@ -24,7 +24,7 @@
"eslint-config-next": "13.1.6",
"firebase": "9.19.1",
"formidable": "^3.5.0",
"formidable-serverless": "^1.1.1",
"formidable-serverless": "git://github.com/JoeRoddy/formidable-serverless.git",
"framer-motion": "^9.0.2",
"iron-session": "^6.3.1",
"lodash": "^4.17.21",
@@ -59,4 +59,4 @@
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}
}