fix: server use isomorphic-fetch

This commit is contained in:
2022-09-30 19:32:40 -05:00
committed by GitHub
parent c69a166c1f
commit 864ff91255
3 changed files with 46 additions and 0 deletions
+2
View File
@@ -19,6 +19,7 @@
"@mui/material": "^5.10.6",
"formik": "^2.2.9",
"gsap": "^3.11.1",
"isomorphic-fetch": "^3.0.0",
"next": "12.3.1",
"next-connect": "^0.13.0",
"react": "18.2.0",
@@ -32,6 +33,7 @@
"@commitlint/config-conventional": "^17.1.0",
"@emotion/eslint-plugin": "^11.10.0",
"@next/bundle-analyzer": "^12.3.1",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@typescript-eslint/eslint-plugin": "^5.38.0",