Skip to content

Commit 9e822f1

Browse files
authored
Fix style-guide dependency versions
1 parent 4b1d284 commit 9e822f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/style-guide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"peerDependencies": {
1515
"@emotion/core": "^10.0.10",
1616
"react": "^16.8.6",
17-
"theme-ui": "^0.3.0"
17+
"theme-ui": "^0.4.0-alpha.1"
1818
},
1919
"dependencies": {
2020
"@theme-ui/presets": "^0.4.0-alpha.1",
2121
"color": "^3.1.2",
22-
"@types/color": "3.0.1",
22+
"@types/color": "^3.0.1",
2323
"lodash.get": "^4.4.2"
2424
},
2525
"publishConfig": {

0 commit comments

Comments
 (0)