Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set react version to 16.8.3 to match react native #7008

Merged
merged 1 commit into from Jun 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Expand Up @@ -38,7 +38,7 @@
"global": "^4.3.2",
"hoist-non-react-statics": "^3.3.0",
"memoizerific": "^1.11.3",
"react": "^16.8.4",
"react": "^16.8.3",
"react-redux": "^7.0.2",
"react-sizeme": "^2.5.2",
"redux": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion addons/actions/package.json
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.11",
"polished": "^3.3.1",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react": "^16.8.3",
"react-inspector": "^3.0.2",
"uuid": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/backgrounds/package.json
Expand Up @@ -33,7 +33,7 @@
"@storybook/theming": "5.1.1",
"core-js": "^3.0.1",
"memoizerific": "^1.11.3",
"react": "^16.8.4",
"react": "^16.8.3",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/cssresources/package.json
Expand Up @@ -31,7 +31,7 @@
"@storybook/core-events": "5.1.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.4"
"react": "^16.8.3"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/design-assets/package.json
Expand Up @@ -36,7 +36,7 @@
"common-tags": "^1.8.0",
"core-js": "^2.6.5",
"global": "^4.3.2",
"react": "^16.8.4",
"react": "^16.8.3",
"use-image": "^1.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/events/package.json
Expand Up @@ -30,7 +30,7 @@
"core-js": "^3.0.1",
"format-json": "^1.0.3",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react": "^16.8.3",
"react-lifecycles-compat": "^3.0.4",
"react-textarea-autosize": "^7.0.4",
"util-deprecate": "^1.0.2"
Expand Down
6 changes: 3 additions & 3 deletions addons/info/package.json
Expand Up @@ -31,15 +31,15 @@
"marksy": "^7.0.0",
"nested-object-assign": "^1.0.3",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react": "^16.8.3",
"react-addons-create-fragment": "^15.6.2",
"react-element-to-jsx-string": "^14.0.2",
"react-is": "^16.8.4",
"react-is": "^16.8.3",
"react-lifecycles-compat": "^3.0.4",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"react-test-renderer": "^16.8.4"
"react-test-renderer": "^16.8.3"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/jest/package.json
Expand Up @@ -35,7 +35,7 @@
"@storybook/theming": "5.1.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.4",
"react": "^16.8.3",
"upath": "^1.1.0",
"util-deprecate": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"enzyme-to-json": "^3.3.5",
"jest-emotion": "^10.0.10",
"react": "^16.8.4"
"react": "^16.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion app/react-native-server/package.json
Expand Up @@ -33,7 +33,7 @@
"commander": "^2.19.0",
"global": "^4.3.2",
"react": "^16.6.0",
"react-dom": "^16.8.4",
"react-dom": "^16.8.3",
"uuid": "^3.3.2",
"webpack": "^4.23.1",
"ws": "^6.1.0"
Expand Down
3 changes: 1 addition & 2 deletions dev-kits/addon-parameter/package.json
Expand Up @@ -33,7 +33,7 @@
"common-tags": "^1.8.0",
"core-js": "^2.6.5",
"global": "^4.3.2",
"react": "^16.8.4"
"react": "^16.8.3"
},
"devDependencies": {
"@types/common-tags": "^1.8.0"
Expand All @@ -42,4 +42,3 @@
"access": "public"
}
}

3 changes: 1 addition & 2 deletions dev-kits/addon-roundtrip/package.json
Expand Up @@ -33,7 +33,7 @@
"common-tags": "^1.8.0",
"core-js": "^2.6.5",
"global": "^4.3.2",
"react": "^16.8.4"
"react": "^16.8.3"
},
"devDependencies": {
"@types/common-tags": "^1.8.0"
Expand All @@ -42,4 +42,3 @@
"access": "public"
}
}

4 changes: 2 additions & 2 deletions examples/cra-kitchen-sink/package.json
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"global": "^4.3.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/cra-ts-kitchen-sink/package.json
Expand Up @@ -10,8 +10,8 @@
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"@storybook/addon-a11y": "5.1.1",
Expand All @@ -21,7 +21,7 @@
"@storybook/addons": "5.1.1",
"@storybook/react": "5.1.1",
"@types/enzyme": "^3.9.0",
"@types/react": "^16.8.4",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/dev-kits/package.json
Expand Up @@ -28,8 +28,8 @@
"jest-emotion": "^10.0.10",
"paths.macro": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"storybook-chromatic": "^1.2.6",
"ts-loader": "^5.3.3",
"uuid": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/official-storybook/package.json
Expand Up @@ -50,8 +50,8 @@
"jest-emotion": "^10.0.10",
"paths.macro": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"storybook-chromatic": "^1.3.3",
"ts-loader": "^6.0.0",
"uuid": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/api/package.json
Expand Up @@ -31,7 +31,7 @@
"lodash": "^4.17.11",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
"react": "^16.8.4",
"react": "^16.8.3",
"semver": "^6.0.0",
"shallow-equal": "^1.1.0",
"store2": "^2.7.1",
Expand Down
4 changes: 2 additions & 2 deletions lib/components/package.json
Expand Up @@ -30,8 +30,8 @@
"polished": "^3.3.1",
"popper.js": "^1.14.7",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-focus-lock": "^1.18.3",
"react-helmet-async": "^1.0.2",
"react-popper-tooltip": "^2.8.3",
Expand Down
4 changes: 2 additions & 2 deletions lib/ui/package.json
Expand Up @@ -41,8 +41,8 @@
"polished": "^3.3.1",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-draggable": "^3.1.1",
"react-helmet-async": "^1.0.2",
"react-hotkeys": "2.0.0-pre4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -204,9 +204,9 @@
"npmlog": "^4.1.2",
"prettier": "^1.16.4",
"raf": "^3.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-test-renderer": "^16.8.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-test-renderer": "^16.8.3",
"react-testing-library": "^6.0.0",
"regenerator-runtime": "^0.12.1",
"remark-cli": "^6.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -3720,7 +3720,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.8.14", "@types/react@^16.8.4":
"@types/react@*", "@types/react@^16.8.14", "@types/react@^16.8.3":
version "16.8.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.18.tgz#fe66fb748b0b6ca9709d38b87b2d1356d960a511"
integrity sha512-lUXdKzRqWR4FebR5tGHkLCqnvQJS4fdXKCBrNGGbglqZg2gpU+J82pMONevQODUotATs9fc9k66bx3/St8vReg==
Expand Down Expand Up @@ -22771,7 +22771,7 @@ react-dom@^15.4.2:
object-assign "^4.1.0"
prop-types "^15.5.10"

react-dom@^16.8.4:
react-dom@^16.8.3:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f"
integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA==
Expand Down Expand Up @@ -22856,7 +22856,7 @@ react-inspector@^3.0.2:
is-dom "^1.0.9"
prop-types "^15.6.1"

react-is@^16.5.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
react-is@^16.5.1, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4, react-is@^16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
Expand Down Expand Up @@ -23240,7 +23240,7 @@ react-test-renderer@16.5.1:
react-is "^16.5.1"
schedule "^0.4.0"

react-test-renderer@^16.0.0-0, react-test-renderer@^16.5.0, react-test-renderer@^16.8.4:
react-test-renderer@^16.0.0-0, react-test-renderer@^16.5.0, react-test-renderer@^16.8.3:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.6.tgz#188d8029b8c39c786f998aa3efd3ffe7642d5ba1"
integrity sha512-H2srzU5IWYT6cZXof6AhUcx/wEyJddQ8l7cLM/F7gDXYyPr4oq+vCIxJYXVGhId1J706sqziAjuOEjyNkfgoEw==
Expand Down Expand Up @@ -23289,7 +23289,7 @@ react-transition-group@^2.2.1:
prop-types "^15.6.2"
react-lifecycles-compat "^3.0.4"

react@*, react@16.8.6, react@^16.6.0, react@^16.8.4:
react@*, react@16.8.6, react@^16.6.0, react@^16.8.3:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe"
integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==
Expand Down