Skip to content

Commit def6b1b

Browse files
author
Aleksandra Sikora
committed
Add theme-ui to devDependencies
1 parent 3549269 commit def6b1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/style-guide/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
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",
2222
"@types/color": "3.0.1",
2323
"lodash.get": "^4.4.2"
2424
},
25+
"devDependencies": {
26+
"theme-ui": "^0.4.0-alpha.1"
27+
},
2528
"publishConfig": {
2629
"access": "public"
2730
},

0 commit comments

Comments
 (0)