Skip to content

Commit

Permalink
chore: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 9, 2020
1 parent e24de73 commit 3aa1741
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/axe-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"peerDependencies": {
"@component-controls/blocks": "*",
"react": ">= 16.8.0",
"theme-ui": "next"
"theme-ui": ">= 0.4.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"theme-ui": "next"
"theme-ui": ">= 0.4.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ui/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"react-table": "7.x",
"theme-ui": "next"
"theme-ui": ">= 0.4.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions ui/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"jest": "^24.9.0"
},
"peerDependencies": {
"@theme-ui/css": "next",
"@theme-ui/css": ">= 0.4.0-rc.1",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"theme-ui": "next"
"theme-ui": ">= 0.4.0-rc.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3aa1741

Please sign in to comment.