Skip to content

Commit

Permalink
fix(create-gatsby): Add required deps for theme-ui option (#34885) (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
ViCo0TeCH and tyhopp committed Feb 22, 2022
1 parent 9a579f1 commit f5705b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/create-gatsby/src/questions/styles.json
Expand Up @@ -14,7 +14,12 @@
},
"gatsby-plugin-theme-ui": {
"message": "Theme UI",
"dependencies": ["theme-ui"]
"dependencies": [
"theme-ui",
"@emotion/react",
"@emotion/styled",
"@mdx-js/react@v1"
]
},
"gatsby-plugin-vanilla-extract": {
"message": "vanilla-extract",
Expand Down

0 comments on commit f5705b9

Please sign in to comment.