-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gatsby-plugin-theme-ui,docs): Dependency Updates #2138
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/systemui/theme-ui/2ju175mjkFrVQVJu4198JVtdKror |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 78f969d:
|
"theme-ui": "latest" | ||
}, | ||
"devDependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those seemed unused
|
||
export const Layout: FC = ({ children }) => { | ||
const index = useBreakpointIndex({ defaultIndex: 2 }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not used anywhere
@@ -7,7 +7,7 @@ title: Getting Started with Gatsby | |||
To use Theme UI with [Gatsby][], install and use [`gatsby-plugin-theme-ui`](/packages/gatsby-plugin). | |||
|
|||
```sh | |||
npm i theme-ui gatsby-plugin-theme-ui | |||
npm i theme-ui gatsby-plugin-theme-ui @emotion/react @emotion/styled @mdx-js/react@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gatsby-plugin-mdx
doesn't support ESM-only MDX v2 yet, so people need to install v1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
Co-authored-by: Lachlan Campbell <lachlanjc@hey.com>
🚀 PR was released in |
Hi!
This PR does a couple of things:
gatsby-plugin-theme-ui
to add necessary peerDepsgatsby-plugin-theme-ui
and docs to include installation of peerDepsVersion
Published prerelease version:
v0.14.0-develop.15
Changelog
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Brage (@braaar)
❤️ peterlits zo (@PeterlitsZo)
❤️ Ryan Turner (@rtturner)
❤️ Cannon Lock (@CannonLock)
🚀 Enhancement
@theme-ui/tailwind
@theme-ui/custom-properties
@theme-ui/color-modes
theme-ui
🐛 Bug Fix
gatsby-plugin-theme-ui
@theme-ui/style-guide
@theme-ui/components
@theme-ui/sidenav
👨💻 Minor changes
🏠 Internal
@theme-ui/sidenav
Authors: 9