Skip to content

Commit da2a432

Browse files
committed
fix storybook stories not loading
1 parent 629592f commit da2a432

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"@xyo-network/react-sdk": "workspace:^"
6060
},
6161
"devDependencies": {
62+
"@emotion/react": "^11.14.0",
63+
"@emotion/styled": "^11.14.1",
6264
"@eslint-react/eslint-plugin": "^1.52.3",
6365
"@mui/icons-material": "^7.2.0",
6466
"@mui/material": "^7.2.0",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8419,6 +8419,8 @@ __metadata:
84198419
version: 0.0.0-use.local
84208420
resolution: "@xyo-network/sdk-xyo-react@workspace:."
84218421
dependencies:
8422+
"@emotion/react": "npm:^11.14.0"
8423+
"@emotion/styled": "npm:^11.14.1"
84228424
"@eslint-react/eslint-plugin": "npm:^1.52.3"
84238425
"@mui/icons-material": "npm:^7.2.0"
84248426
"@mui/material": "npm:^7.2.0"

0 commit comments

Comments
 (0)