We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629592f commit da2a432Copy full SHA for da2a432
package.json
@@ -59,6 +59,8 @@
59
"@xyo-network/react-sdk": "workspace:^"
60
},
61
"devDependencies": {
62
+ "@emotion/react": "^11.14.0",
63
+ "@emotion/styled": "^11.14.1",
64
"@eslint-react/eslint-plugin": "^1.52.3",
65
"@mui/icons-material": "^7.2.0",
66
"@mui/material": "^7.2.0",
yarn.lock
@@ -8419,6 +8419,8 @@ __metadata:
8419
version: 0.0.0-use.local
8420
resolution: "@xyo-network/sdk-xyo-react@workspace:."
8421
dependencies:
8422
+ "@emotion/react": "npm:^11.14.0"
8423
+ "@emotion/styled": "npm:^11.14.1"
8424
"@eslint-react/eslint-plugin": "npm:^1.52.3"
8425
"@mui/icons-material": "npm:^7.2.0"
8426
"@mui/material": "npm:^7.2.0"
0 commit comments