Skip to content

Commit 69bde18

Browse files
tyhoppLekoArts
andcommitted
fix(create-gatsby): Add required deps for theme-ui option (#34885)
* 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)
1 parent 9a579f1 commit 69bde18

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)