diff --git a/packages/@sanity/base/package.json b/packages/@sanity/base/package.json index dd2dad74d83..59ff8858ddb 100644 --- a/packages/@sanity/base/package.json +++ b/packages/@sanity/base/package.json @@ -52,13 +52,13 @@ "devDependencies": { "jest": "^24.8.0", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "rimraf": "^2.6.2" }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" } } diff --git a/packages/@sanity/components/package.json b/packages/@sanity/components/package.json index c54a7298964..44ff55246a8 100644 --- a/packages/@sanity/components/package.json +++ b/packages/@sanity/components/package.json @@ -54,14 +54,14 @@ "@sanity/core": "0.141.6", "pre-commit": "^1.2.2", "prop-types": "^15.6.0", - "react": "^16.2.0", + "react": "^16.3.0", "react-styleguidist": "^2.3.1", "rimraf": "^2.6.2" }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/core/src/util/checkReactCompatibility.js b/packages/@sanity/core/src/util/checkReactCompatibility.js index 275730a511f..13cbbbbea1d 100644 --- a/packages/@sanity/core/src/util/checkReactCompatibility.js +++ b/packages/@sanity/core/src/util/checkReactCompatibility.js @@ -4,8 +4,8 @@ const resolveFrom = require('resolve-from') const generateHelpUrl = require('@sanity/generate-help-url') const supported = { - react: '^16.2', - 'react-dom': '^16.2' + react: '^16.3', + 'react-dom': '^16.3' } const deprecated = { diff --git a/packages/@sanity/dashboard/package.json b/packages/@sanity/dashboard/package.json index 474fd70048f..15de4c03a97 100644 --- a/packages/@sanity/dashboard/package.json +++ b/packages/@sanity/dashboard/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16" + "react": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/default-layout/package.json b/packages/@sanity/default-layout/package.json index db8bc698e22..da1cbc162c0 100644 --- a/packages/@sanity/default-layout/package.json +++ b/packages/@sanity/default-layout/package.json @@ -55,7 +55,7 @@ }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" } } diff --git a/packages/@sanity/desk-tool/package.json b/packages/@sanity/desk-tool/package.json index f222eaf66d7..00e2f5eee1f 100644 --- a/packages/@sanity/desk-tool/package.json +++ b/packages/@sanity/desk-tool/package.json @@ -56,12 +56,12 @@ "jest": "^24.8.0", "postcss-cssnext": "^3.0.2", "prop-types": "^15.6.0", - "react": "^16.2.0", + "react": "^16.3.0", "rimraf": "^2.6.2" }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16" + "react": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/form-builder/package.json b/packages/@sanity/form-builder/package.json index b4712aceb8b..d3c2e4c8e04 100644 --- a/packages/@sanity/form-builder/package.json +++ b/packages/@sanity/form-builder/package.json @@ -85,8 +85,8 @@ "jest": "^24.8.0", "json-markup": "^1.1.0", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "react-enroute": "^1.0.0", "rimraf": "^2.6.2", "tap": "^14.2.2", @@ -94,8 +94,8 @@ }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" }, "directories": { "example": "example", diff --git a/packages/@sanity/google-maps-input/package.json b/packages/@sanity/google-maps-input/package.json index 311682d790f..86b2ee05f14 100644 --- a/packages/@sanity/google-maps-input/package.json +++ b/packages/@sanity/google-maps-input/package.json @@ -33,8 +33,8 @@ "rimraf": "^2.6.2" }, "peerDependencies": { - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/imagetool/package.json b/packages/@sanity/imagetool/package.json index af51ead92ef..718b18cb247 100644 --- a/packages/@sanity/imagetool/package.json +++ b/packages/@sanity/imagetool/package.json @@ -27,8 +27,8 @@ "mocha": "^5.0.1", "prop-types": "^15.6.0", "quickreload": "^2.1.2", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "rebundler": "^0.3.0", "remon": "^1.0.2", "rimraf": "^2.6.2", @@ -37,8 +37,8 @@ }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/language-filter/package.json b/packages/@sanity/language-filter/package.json index acd7568d0d5..df95a6f8127 100644 --- a/packages/@sanity/language-filter/package.json +++ b/packages/@sanity/language-filter/package.json @@ -18,8 +18,8 @@ "rxjs": "^6.1.0" }, "peerDependencies": { - "prop-types": "^16.x", - "react": "^16.x" + "prop-types": "^15.3", + "react": "^16.3" }, "author": "Sanity.io ", "license": "MIT", diff --git a/packages/@sanity/preview/package.json b/packages/@sanity/preview/package.json index b05f74799fe..a8ef19e6e58 100644 --- a/packages/@sanity/preview/package.json +++ b/packages/@sanity/preview/package.json @@ -42,7 +42,7 @@ }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16" + "react": "^16.3" }, "homepage": "https://www.sanity.io/", "repository": { diff --git a/packages/@sanity/server/package.json b/packages/@sanity/server/package.json index 0e31c8981d9..a3ae6ac8a38 100644 --- a/packages/@sanity/server/package.json +++ b/packages/@sanity/server/package.json @@ -69,13 +69,13 @@ "chai-as-promised": "^7.1.1", "cross-env": "^5.0.5", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "rimraf": "^2.6.2" }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" } } diff --git a/packages/@sanity/state-router/package.json b/packages/@sanity/state-router/package.json index f08fe4ec897..befbf905a31 100644 --- a/packages/@sanity/state-router/package.json +++ b/packages/@sanity/state-router/package.json @@ -38,8 +38,8 @@ "object-inspect": "^1.3.0", "prop-types": "^15.6.0", "quickreload": "^2.1.2", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "rebundler": "^0.3.0", "remon": "^1.0.2", "rimraf": "^2.6.2", @@ -47,9 +47,9 @@ "tap": "^14.2.2" }, "peerDependencies": { - "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "prop-types": "^15.6", + "react": "^16.3", + "react-dom": "^16.3" }, "repository": { "type": "git", diff --git a/packages/@sanity/vision/package.json b/packages/@sanity/vision/package.json index 7310a407954..666da613819 100644 --- a/packages/@sanity/vision/package.json +++ b/packages/@sanity/vision/package.json @@ -37,13 +37,13 @@ "@sanity/components": "0.141.6", "@sanity/default-layout": "0.141.6", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.3.0", + "react-dom": "^16.3.0" }, "peerDependencies": { "prop-types": "^15.6 || ^16", - "react": "^16.2", - "react-dom": "^16.2" + "react": "^16.3", + "react-dom": "^16.3" }, "repository": { "type": "git", diff --git a/packages/backstop-test-studio/package.json b/packages/backstop-test-studio/package.json index 7659920ee85..313f13a6a08 100644 --- a/packages/backstop-test-studio/package.json +++ b/packages/backstop-test-studio/package.json @@ -42,8 +42,8 @@ "get-video-id": "^2.1.4", "humanize-list": "^1.0.1", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "react-icons": "^2.2.7" }, "devDependencies": { diff --git a/packages/blog-studio/package.json b/packages/blog-studio/package.json index a5cf87a18d8..c7436d367da 100644 --- a/packages/blog-studio/package.json +++ b/packages/blog-studio/package.json @@ -27,8 +27,8 @@ "@sanity/desk-tool": "0.141.6", "@sanity/google-maps-input": "0.141.6", "@sanity/vision": "0.141.6", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.3.0", + "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/sanity-io/sanity/issues" diff --git a/packages/clean-studio/package.json b/packages/clean-studio/package.json index 748379ebdc5..965ec583481 100644 --- a/packages/clean-studio/package.json +++ b/packages/clean-studio/package.json @@ -27,8 +27,8 @@ "@sanity/desk-tool": "0.141.6", "@sanity/google-maps-input": "0.141.6", "@sanity/vision": "0.141.6", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.3.0", + "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/sanity-io/sanity/issues" diff --git a/packages/ecommerce-studio/package.json b/packages/ecommerce-studio/package.json index cb5b87f1b35..58245304fff 100644 --- a/packages/ecommerce-studio/package.json +++ b/packages/ecommerce-studio/package.json @@ -27,9 +27,9 @@ "@sanity/default-login": "0.141.5", "@sanity/desk-tool": "0.141.6", "@sanity/vision": "0.141.6", - "react": "^16.2.0", + "react": "^16.3.0", "react-barcode": "^1.3.2", - "react-dom": "^16.2.0" + "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/sanity-io/sanity/issues" diff --git a/packages/example-studio/package.json b/packages/example-studio/package.json index 13867f81b23..fee0c9edcbf 100644 --- a/packages/example-studio/package.json +++ b/packages/example-studio/package.json @@ -38,8 +38,8 @@ "get-video-id": "^2.1.4", "humanize-list": "^1.0.1", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "react-icons": "^2.2.7", "react-tooltip": "^3.5.0" }, diff --git a/packages/movies-studio/package.json b/packages/movies-studio/package.json index e62571bd1c1..1851fbb6d0a 100644 --- a/packages/movies-studio/package.json +++ b/packages/movies-studio/package.json @@ -29,8 +29,8 @@ "@sanity/google-maps-input": "0.141.6", "@sanity/production-preview": "0.141.5", "@sanity/vision": "0.141.6", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.0", + "react-dom": "^16.3.0", "react-icons": "^2.2.7" }, "bugs": { diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 6fd91a0aaff..71f18d48531 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -20,8 +20,8 @@ "@sanity/server": "0.141.5", "@sanity/storybook": "0.141.5", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.3.0", + "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/sanity-io/sanity/issues" diff --git a/packages/test-studio/package.json b/packages/test-studio/package.json index 6bffdc2b8c7..107ac8c1152 100644 --- a/packages/test-studio/package.json +++ b/packages/test-studio/package.json @@ -43,8 +43,8 @@ "get-video-id": "^2.1.4", "humanize-list": "^1.0.1", "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "16.3", + "react-dom": "16.3", "react-icons": "^2.2.7", "sanity-plugin-dashboard-widget-cats": "0.0.2", "sanity-plugin-dashboard-widget-document-count": "0.0.1",