Skip to content

Commit 298e1e7

Browse files
committed
feat: add iframe support
1 parent 9d64c5c commit 298e1e7

19 files changed

+573
-290
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"@types/jsdom": "21.1.6",
132132
"@types/markdown-it": "13.0.7",
133133
"@types/node": "20.10.3",
134+
"@types/object-hash": "^3.0.6",
134135
"@types/raf-schd": "4.0.3",
135136
"@types/react": "18.2.42",
136137
"@types/react-dom": "18.2.17",
@@ -177,6 +178,7 @@
177178
"lighthouse": "10.4.0",
178179
"markdown-it": "13.0.2",
179180
"memory-fs": "0.5.0",
181+
"object-hash": "^3.0.0",
180182
"postcss-styled-syntax": "0.5.0",
181183
"prettier": "3.1.0",
182184
"raf-stub": "3.0.0",
@@ -186,6 +188,7 @@
186188
"react-dom": "18.2.0",
187189
"react-dom-16": "npm:[email protected]",
188190
"react-dom-17": "npm:[email protected]",
191+
"react-frame-component": "^5.2.6",
189192
"react-virtualized": "9.22.5",
190193
"react-window": "1.8.10",
191194
"release-it": "16.3.0",

0 commit comments

Comments
 (0)