Skip to content

Commit

Permalink
build(deps): bump theme-ui from 0.15.7 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [theme-ui](https://github.com/system-ui/theme-ui) from 0.15.7 to 0.16.0.
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.16.0/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.15.7...v0.16.0)

---
updated-dependencies:
- dependency-name: theme-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Kikobeats committed Jun 16, 2023
1 parent 12e0bb6 commit 06f8289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-select": "~5.7.0",
"react-tabs": "~6.0.0",
"styled-components": "~5.3.6",
"theme-ui": "~0.15.4",
"theme-ui": "~0.16.0",
"throttle-debounce": "~5.0.0",
"tickedoff": "~1.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/app/src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createGlobalStyle } from 'styled-components'
import { ThemeProvider } from 'theme-ui'
import { ThemeUIProvider } from 'theme-ui'
import NextApp from 'next/app'

import 'react-aspect-ratio/aspect-ratio.css'
Expand All @@ -24,12 +24,12 @@ export default class App extends NextApp {
render () {
const { Component, pageProps } = this.props
return (
<ThemeProvider theme={theme}>
<ThemeUIProvider theme={theme}>
<GlobalStylesheet />
<AppContextProvider>
<Component {...pageProps} />
</AppContextProvider>
</ThemeProvider>
</ThemeUIProvider>
)
}
}

1 comment on commit 06f8289

@vercel
Copy link

@vercel vercel bot commented on 06f8289 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cards – ./

cards-git-master-microlink.vercel.app
cards-microlink.vercel.app
cards.microlink.io

Please sign in to comment.