Skip to content

Commit

Permalink
chore: clean peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 18, 2021
1 parent 60385ca commit 66e958c
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 92 deletions.
2 changes: 1 addition & 1 deletion core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack": "^5.24.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions core/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.14.0"
"@component-controls/core": "^3.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@component-controls/ts-markdown-docs": "^3.8.2",
Expand All @@ -41,13 +43,11 @@
"cross-env": "^5.2.1",
"eslint": "^6.5.1",
"jest": "^26.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.0.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
2 changes: 1 addition & 1 deletion core/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"webpack": "^5.24.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions integrations/gatsby-theme-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"@component-controls/search-algolia": "^3.14.0",
"@component-controls/search-fusejs": "^3.14.0",
"gatsby-plugin-typescript": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.0.0",
"theme-ui": "^0.8.4"
},
Expand All @@ -53,14 +55,12 @@
"@types/react": "^16.9.34",
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.2.4"
},
"peerDependencies": {
"gatsby": "2.x || 3.x",
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 3 additions & 4 deletions integrations/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,22 @@
"@component-controls/webpack-configs": "^3.14.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@component-controls/ts-markdown-docs": "^3.8.2",
"@storybook/addons": "^6.2.0-beta.10",
"@storybook/api": "^6.2.0-beta.10",
"@storybook/client-api": "^6.2.0-beta.10",
"@types/node": "^13.7.0",
"@types/react": "^16.9.34",
"react": "^17.0.1"
"@types/node": "^13.7.0"
},
"peerDependencies": {
"@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 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 5 additions & 6 deletions misc/storybook-custom-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,25 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.14.0"
"@component-controls/core": "^3.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@component-controls/ts-markdown-docs": "^3.8.2",
"@storybook/addons": "^6.2.0-beta.10",
"@storybook/api": "^6.2.0-beta.10",
"@storybook/client-api": "^6.2.0-beta.10",
"@storybook/core-events": "^6.2.0-beta.10",
"@types/react": "^16.9.34",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@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 || ^17",
"react-dom": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 4 additions & 6 deletions plugins/addon-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,17 @@
"@component-controls/components": "^3.14.1",
"@component-controls/core": "^3.14.0",
"@component-controls/store": "^3.14.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-table": ">= 7.0.0",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions plugins/addon-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"dependencies": {
"@component-controls/blocks": "^3.14.1",
"@component-controls/components": "^3.14.1",
"@component-controls/store": "^3.14.0"
"@component-controls/store": "^3.14.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"jest-url-loader": "^0.1.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions plugins/addon-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"dependencies": {
"@component-controls/blocks": "^3.14.1",
"@component-controls/components": "^3.14.1",
"@component-controls/store": "^3.14.0"
"@component-controls/store": "^3.14.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"jest-url-loader": "^0.1.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
13 changes: 5 additions & 8 deletions plugins/addon-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,17 @@
"dependencies": {
"@component-controls/blocks": "^3.14.1",
"@component-controls/components": "^3.14.1",
"@component-controls/core": "^3.14.0"
"@component-controls/core": "^3.14.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"react": "^17.0.1",
"react-table": "^7.0.0",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-table": ">= 7.0.0",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 5 additions & 7 deletions plugins/axe-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,19 @@
"@component-controls/core": "^3.14.0",
"@component-controls/store": "^3.14.0",
"@primer/octicons-react": "^10.0.0",
"axe-core": "4.1.2"
"axe-core": "4.1.2",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
"@component-controls/ts-markdown-docs": "^3.8.2",
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"@types/recoil": "^0.0.1",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 5 additions & 6 deletions plugins/figma-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,18 @@
"dependencies": {
"@component-controls/blocks": "^3.14.1",
"@component-controls/components": "^3.14.1",
"@component-controls/store": "^3.14.0"
"@component-controls/store": "^3.14.0",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 5 additions & 6 deletions plugins/viewport-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@
"license": "MIT",
"dependencies": {
"@component-controls/blocks": "^3.14.1",
"@component-controls/components": "^3.14.1"
"@component-controls/components": "^3.14.1",
"react": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
"@emotion/jest": "^11.3.0",
"@types/react": "^16.9.34",
"react": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion props-info/react-docgen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
2 changes: 1 addition & 1 deletion props-info/react-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
2 changes: 1 addition & 1 deletion search/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion search/fusejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"@component-controls/core": "^3.14.0",
"@component-controls/routes": "^3.14.0",
"@component-controls/store": "^3.14.0",
"query-string": "^6.13.5"
"query-string": "^6.13.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "^0.8.4"
},
"devDependencies": {
"@component-controls/cc-cli": "^3.14.1",
Expand All @@ -49,15 +52,12 @@
"cross-env": "^5.2.1",
"eslint": "^6.5.1",
"jest-url-loader": "^0.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "^0.8.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17",
"theme-ui": ">= 0.4"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"theme-ui": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 66e958c

Please sign in to comment.