Skip to content

Commit 5583e18

Browse files
committed
Fix AR bundle
1 parent 4560af3 commit 5583e18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bundles/ar/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
"./*": "./dist/*.js"
99
},
1010
"dependencies": {
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1",
1113
"saar": "^1.0.4",
1214
"uniqid": "patch:uniqid@npm%3A5.4.0#~/.yarn/patches/uniqid-npm-5.4.0-f982bda028.patch"
1315
},
1416
"devDependencies": {
1517
"@sourceacademy/modules-buildtools": "workspace:^",
18+
"@types/react": "^18.3.1",
19+
"@types/react-dom": "^18.3.1",
1620
"typescript": "^5.8.2"
1721
},
1822
"scripts": {

0 commit comments

Comments
 (0)