Skip to content
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

Upgrades theme-ui to the latest version #82

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from 'dripsy'
// Import from core
import { H4 } from '@dripsy/core'
import Gradient from '@dripsy/gradient'
import { Gradient } from '@dripsy/gradient'
import { Text } from 'react-native'

const theme = {
Expand Down Expand Up @@ -87,7 +87,7 @@ const ResponsiveSquare = () => {

export default function App() {
return (
<DripsyProvider theme={(theme as unknown) as Theme}>
<DripsyProvider theme={theme as unknown as Theme}>
<Container>
<View
sx={{
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
]
},
"resolutions": {
"@theme-ui/core": "0.4.0-rc.1",
"@theme-ui/css": "0.4.0-rc.1",
"@theme-ui/mdx": "0.4.0-rc.1",
"@types/react": "~16.9.35",
"@typescript-eslint/eslint-plugin": "4.11.0",
"@typescript-eslint/parser": "4.11.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package @dripsy/core





## [1.5.2](https://github.com/nandorojo/expo-theme-ui/compare/v1.5.1...v1.5.2) (2021-03-28)

**Note:** Version bump only for package @dripsy/core





## 1.5.1 (2021-03-28)

**Note:** Version bump only for package @dripsy/core
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@artsy/fresnel": "^1.2.0",
"@expo/html-elements": "^0.0.1",
"@react-native-community/hooks": "^2.6.0",
"@theme-ui/core": "^0.4.0-rc.1",
"@theme-ui/css": "^0.4.0-rc.1"
"@theme-ui/core": "^0.9.1",
"@theme-ui/css": "^0.9.1"
},
"sideEffects": false,
"gitHead": "91dab9a6451426a33622298670f81aace13f284c"
Expand Down
Loading