Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 8, 2020
1 parent 20fc222 commit 3e2be3b
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"webpack": "^4.43.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion core/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"webpack": "^4.41.6"
},
"peerDependencies": {
"react": "^16.13.1"
"react": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions integrations/gatsby-theme-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"gatsby": "^2.22.10",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"gatsby": "2.x",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions integrations/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@types/node": "^13.7.0"
},
"peerDependencies": {
"@storybook/addons": "*",
"@storybook/api": "*",
"@storybook/client-api": "*",
"polished": "*",
"react": "*"
"@storybook/addons": "5.x 6.x",
"@storybook/api": "5.x 6.x",
"@storybook/client-api": "5.x 6.x",
"polished": "3.x",
"react": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions misc/storybook-custom-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@storybook/addons": "*",
"@storybook/api": "*",
"@storybook/client-api": "*",
"@storybook/core-events": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"@storybook/addons": "5.x 6.x",
"@storybook/api": "5.x 6.x",
"@storybook/client-api": "5.x 6.x",
"@storybook/core-events": "5.x 6.x",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions plugins/axe-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"peerDependencies": {
"@component-controls/blocks": "*",
"react": "*",
"theme-ui": "*"
"react": ">= 16.8.0",
"theme-ui": "next"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions props-info/react-docgen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@component-controls/core": "*",
"react": "*"
"@component-controls/core": ">= 1.18.1",
"react": ">= 16.8.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
4 changes: 2 additions & 2 deletions props-info/react-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@component-controls/core": "*",
"react": "*"
"@component-controls/core": ">= 1.18.1",
"react": ">= 16.8.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
6 changes: 3 additions & 3 deletions ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"jest": "^24.9.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "*"
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"theme-ui": "next"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions ui/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"jest": "^24.9.0"
},
"peerDependencies": {
"@primer/octicons-react": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-table": "*",
"theme-ui": "*"
"@primer/octicons-react": "10.x",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"react-table": "7.x",
"theme-ui": "next"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "*"
"@theme-ui/css": "next",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"theme-ui": "next"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions ui/editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"jest": "^24.9.0"
},
"peerDependencies": {
"@primer/octicons-react": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"@primer/octicons-react": "10.x",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest": "^24.9.0"
},
"peerDependencies": {
"react": "*"
"react": ">= 16.8.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3e2be3b

Please sign in to comment.