feat: improve tweet embedding using react-tweet

This commit is contained in:
Travis Fischer
2024-11-10 16:07:25 +07:00
parent 172bd84f83
commit e2017fdd3e
7 changed files with 165 additions and 87 deletions

View File

@@ -40,9 +40,9 @@
"ky": "^1.7.2",
"lqip-modern": "^2.2.1",
"next": "^15.0.3",
"notion-client": "^7.1.1",
"notion-types": "^7.1.1",
"notion-utils": "^7.1.1",
"notion-client": "^7.1.3",
"notion-types": "^7.1.3",
"notion-utils": "^7.1.3",
"p-map": "^7.0.2",
"p-memoize": "^7.1.1",
"posthog-js": "^1.181.0",
@@ -50,8 +50,8 @@
"react": "^18.2.0",
"react-body-classname": "^1.3.1",
"react-dom": "^18.2.0",
"react-notion-x": "^7.2.1",
"react-tweet-embed": "^2.0.0",
"react-notion-x": "^7.2.3",
"react-tweet": "^3.2.1",
"react-use": "^17.4.2",
"rss": "^1.2.2"
},