feat: add typeform support

This commit is contained in:
Travis Fischer
2021-02-08 19:57:32 -05:00
parent 240c879400
commit d29339161c
2 changed files with 25 additions and 25 deletions

View File

@@ -35,9 +35,9 @@
"isomorphic-unfetch": "^3.1.0",
"lqip-modern": "^1.1.3",
"next": "^10.0.6",
"notion-client": "^4.2.11",
"notion-types": "^4.0.0",
"notion-utils": "^4.2.11",
"notion-client": "^4.2.17",
"notion-types": "^4.2.17",
"notion-utils": "^4.2.17",
"p-map": "^4.0.0",
"p-memoize": "^4.0.0",
"puppeteer-core": "^5.5.0",
@@ -46,7 +46,7 @@
"react-body-classname": "^1.3.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-notion-x": "^4.2.16",
"react-notion-x": "^4.2.17",
"react-use": "^15.3.3",
"use-dark-mode": "^2.3.1"
},