Skip to content

Commit f5705b9

Browse files
gatsbybottyhopp
andauthored
fix(create-gatsby): Add required deps for theme-ui option (#34885) (#34897)
* fix(create-gatsby): Add required deps for theme-ui option * Update styles.json Co-authored-by: Lennart <lekoarts@gmail.com> (cherry picked from commit b2c1092) Co-authored-by: Ty Hopp <tyhopp@users.noreply.github.com>
1 parent 9a579f1 commit f5705b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/create-gatsby/src/questions/styles.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@
1414
},
1515
"gatsby-plugin-theme-ui": {
1616
"message": "Theme UI",
17-
"dependencies": ["theme-ui"]
17+
"dependencies": [
18+
"theme-ui",
19+
"@emotion/react",
20+
"@emotion/styled",
21+
"@mdx-js/react@v1"
22+
]
1823
},
1924
"gatsby-plugin-vanilla-extract": {
2025
"message": "vanilla-extract",

0 commit comments

Comments
 (0)