From 47d3cfd0fd3c38cf1affbb986d9e2d336cbb7c92 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 17 Oct 2017 08:11:46 +0200 Subject: [PATCH] Upgrade React for all examples (#3113) --- examples/basic-css/package.json | 4 ++-- examples/custom-server-express/package.json | 4 ++-- examples/custom-server-fastify/package.json | 4 ++-- examples/custom-server-hapi/package.json | 4 ++-- examples/custom-server-koa/package.json | 4 ++-- examples/custom-server/package.json | 4 ++-- examples/data-fetch/package.json | 4 ++-- examples/head-elements/package.json | 4 ++-- examples/hello-world/package.json | 4 ++-- examples/layout-component/package.json | 4 ++-- examples/nested-components/package.json | 4 ++-- examples/page-transitions/package.json | 4 ++-- examples/parameterized-routing/package.json | 4 ++-- examples/progressive-render/package.json | 4 ++-- examples/shared-modules/package.json | 4 ++-- examples/ssr-caching/package.json | 4 ++-- examples/using-router/package.json | 4 ++-- examples/using-with-router/package.json | 4 ++-- examples/with-amp/package.json | 4 ++-- examples/with-aphrodite/package.json | 4 ++-- examples/with-babel-macros/package.json | 4 ++-- examples/with-configured-preset-env/package.json | 4 ++-- examples/with-custom-babel-config/package.json | 4 ++-- examples/with-cxs/package.json | 4 ++-- examples/with-dotenv/package.json | 4 ++-- examples/with-dynamic-import/package.json | 4 ++-- examples/with-external-scoped-css/package.json | 4 ++-- examples/with-fela/package.json | 4 ++-- examples/with-firebase-authentication/package.json | 4 ++-- examples/with-flow/package.json | 4 ++-- examples/with-glamor/package.json | 4 ++-- examples/with-glamorous/package.json | 4 ++-- examples/with-higher-order-component/package.json | 4 ++-- examples/with-i18next/package.json | 4 ++-- examples/with-loading/package.json | 4 ++-- examples/with-mobx/package.json | 4 ++-- examples/with-next-routes/package.json | 4 ++-- examples/with-noscript/package.json | 4 ++-- examples/with-prefetching/package.json | 4 ++-- examples/with-pretty-url-routing/package.json | 4 ++-- examples/with-react-ga/package.json | 4 ++-- examples/with-react-helmet/package.json | 4 ++-- examples/with-react-intl/package.json | 4 ++-- examples/with-react-md/package.json | 8 ++++---- examples/with-redux-reselect-recompose/package.json | 4 ++-- examples/with-redux/package.json | 4 ++-- examples/with-refnux/package.json | 4 ++-- examples/with-scoped-stylesheets-and-postcss/package.json | 4 ++-- examples/with-semantic-ui/package.json | 4 ++-- examples/with-shallow-routing/package.json | 4 ++-- examples/with-styletron/package.json | 4 ++-- examples/with-sw-precache/package.json | 4 ++-- examples/with-universal-configuration/package.json | 4 ++-- examples/with-url-object-routing/package.json | 4 ++-- 54 files changed, 110 insertions(+), 110 deletions(-) diff --git a/examples/basic-css/package.json b/examples/basic-css/package.json index 7160912de3..bc00a47927 100644 --- a/examples/basic-css/package.json +++ b/examples/basic-css/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/custom-server-express/package.json b/examples/custom-server-express/package.json index aef4aa6b80..13ac414f8c 100644 --- a/examples/custom-server-express/package.json +++ b/examples/custom-server-express/package.json @@ -9,7 +9,7 @@ "dependencies": { "express": "^4.14.0", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/custom-server-fastify/package.json b/examples/custom-server-fastify/package.json index 0ad8ed7a99..584a276678 100644 --- a/examples/custom-server-fastify/package.json +++ b/examples/custom-server-fastify/package.json @@ -9,7 +9,7 @@ "dependencies": { "fastify": "^0.29.2", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/custom-server-hapi/package.json b/examples/custom-server-hapi/package.json index d44a21e51c..91d8df5dd9 100644 --- a/examples/custom-server-hapi/package.json +++ b/examples/custom-server-hapi/package.json @@ -9,8 +9,8 @@ "dependencies": { "hapi": "^16.1.0", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "good": "^7.1.0", "good-console": "^6.2.0" } diff --git a/examples/custom-server-koa/package.json b/examples/custom-server-koa/package.json index 7b231655f0..96f3d736f1 100644 --- a/examples/custom-server-koa/package.json +++ b/examples/custom-server-koa/package.json @@ -10,7 +10,7 @@ "koa": "^2.0.1", "koa-router": "^7.1.0", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/custom-server/package.json b/examples/custom-server/package.json index 874e324e5e..d9a8a33c7c 100644 --- a/examples/custom-server/package.json +++ b/examples/custom-server/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/data-fetch/package.json b/examples/data-fetch/package.json index 9ee5eb1bba..1cfc9e3907 100644 --- a/examples/data-fetch/package.json +++ b/examples/data-fetch/package.json @@ -9,8 +9,8 @@ "dependencies": { "isomorphic-fetch": "^2.2.1", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/head-elements/package.json b/examples/head-elements/package.json index e838f05108..756f0679f0 100644 --- a/examples/head-elements/package.json +++ b/examples/head-elements/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index bfa75f0bb2..300250191a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/layout-component/package.json b/examples/layout-component/package.json index 87e20ea128..e76dee6242 100644 --- a/examples/layout-component/package.json +++ b/examples/layout-component/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/nested-components/package.json b/examples/nested-components/package.json index 0599a56149..285ff7c48e 100644 --- a/examples/nested-components/package.json +++ b/examples/nested-components/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/page-transitions/package.json b/examples/page-transitions/package.json index 305cfc5392..6aa7173f4c 100644 --- a/examples/page-transitions/package.json +++ b/examples/page-transitions/package.json @@ -12,8 +12,8 @@ "next": "latest", "next-routes": "^1.0.40", "raf": "^3.3.2", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/parameterized-routing/package.json b/examples/parameterized-routing/package.json index 1e00c83e09..ce4a6e620b 100644 --- a/examples/parameterized-routing/package.json +++ b/examples/parameterized-routing/package.json @@ -9,7 +9,7 @@ "dependencies": { "next": "latest", "path-match": "1.2.4", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/progressive-render/package.json b/examples/progressive-render/package.json index 267f9931f9..0b9498b780 100644 --- a/examples/progressive-render/package.json +++ b/examples/progressive-render/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-no-ssr": "1.1.0" } } diff --git a/examples/shared-modules/package.json b/examples/shared-modules/package.json index 004073dfe7..635b3882c4 100644 --- a/examples/shared-modules/package.json +++ b/examples/shared-modules/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/ssr-caching/package.json b/examples/ssr-caching/package.json index 877d5634e8..320ca4e1d9 100644 --- a/examples/ssr-caching/package.json +++ b/examples/ssr-caching/package.json @@ -10,7 +10,7 @@ "express": "^4.14.0", "lru-cache": "^4.0.2", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/using-router/package.json b/examples/using-router/package.json index f86bfe99f7..ce970cd340 100644 --- a/examples/using-router/package.json +++ b/examples/using-router/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/using-with-router/package.json b/examples/using-with-router/package.json index 23a3c5ebec..45134966b6 100644 --- a/examples/using-with-router/package.json +++ b/examples/using-with-router/package.json @@ -9,8 +9,8 @@ "dependencies": { "hoist-non-react-statics": "^2.2.2", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-amp/package.json b/examples/with-amp/package.json index abe74aa5b9..620514862a 100644 --- a/examples/with-amp/package.json +++ b/examples/with-amp/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-aphrodite/package.json b/examples/with-aphrodite/package.json index 8ec004cca1..fd93121560 100644 --- a/examples/with-aphrodite/package.json +++ b/examples/with-aphrodite/package.json @@ -9,8 +9,8 @@ "dependencies": { "aphrodite": "^1.1.0", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "", "license": "ISC" diff --git a/examples/with-babel-macros/package.json b/examples/with-babel-macros/package.json index 58e938e660..eacad24f06 100644 --- a/examples/with-babel-macros/package.json +++ b/examples/with-babel-macros/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", diff --git a/examples/with-configured-preset-env/package.json b/examples/with-configured-preset-env/package.json index fad30ec2ae..40120c1d1f 100644 --- a/examples/with-configured-preset-env/package.json +++ b/examples/with-configured-preset-env/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index b64526ab2f..f06407e7d2 100644 --- a/examples/with-custom-babel-config/package.json +++ b/examples/with-custom-babel-config/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "", "license": "ISC", diff --git a/examples/with-cxs/package.json b/examples/with-cxs/package.json index 7ca85a653f..0f57033291 100644 --- a/examples/with-cxs/package.json +++ b/examples/with-cxs/package.json @@ -9,8 +9,8 @@ "dependencies": { "cxs": "^3.0.0", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "", "license": "ISC" diff --git a/examples/with-dotenv/package.json b/examples/with-dotenv/package.json index 9f58ee8ab4..1500daa045 100644 --- a/examples/with-dotenv/package.json +++ b/examples/with-dotenv/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "babel-plugin-inline-dotenv": "^1.1.1", "babel-plugin-transform-inline-environment-variables": "^0.1.1" }, diff --git a/examples/with-dynamic-import/package.json b/examples/with-dynamic-import/package.json index d88d802d07..b3f8fc46f1 100644 --- a/examples/with-dynamic-import/package.json +++ b/examples/with-dynamic-import/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "next": "^3.0.6", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "", "license": "ISC" diff --git a/examples/with-external-scoped-css/package.json b/examples/with-external-scoped-css/package.json index 05f080ba27..b3d97667b6 100644 --- a/examples/with-external-scoped-css/package.json +++ b/examples/with-external-scoped-css/package.json @@ -11,8 +11,8 @@ }, "dependencies":{ "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "devDependencies": { "babel-plugin-css-modules-transform": "^1.2.1", diff --git a/examples/with-fela/package.json b/examples/with-fela/package.json index 611940d940..626f321cac 100644 --- a/examples/with-fela/package.json +++ b/examples/with-fela/package.json @@ -11,8 +11,8 @@ "fela-dom": "5.0.2", "fela-preset-web": "^5.0.2", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-fela": "^5.0.2" } } diff --git a/examples/with-firebase-authentication/package.json b/examples/with-firebase-authentication/package.json index 769d30cfec..81a9a97967 100644 --- a/examples/with-firebase-authentication/package.json +++ b/examples/with-firebase-authentication/package.json @@ -14,8 +14,8 @@ "firebase-admin": "^4.2.0", "isomorphic-fetch": "2.2.1", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "session-file-store": "^1.0.0" } } diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index f7bc538390..0eb0341e56 100644 --- a/examples/with-flow/package.json +++ b/examples/with-flow/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "devDependencies": { "babel-eslint": "^7.1.1", diff --git a/examples/with-glamor/package.json b/examples/with-glamor/package.json index 83761374e6..51d4419ab2 100644 --- a/examples/with-glamor/package.json +++ b/examples/with-glamor/package.json @@ -9,8 +9,8 @@ "dependencies": { "glamor": "^2.20.24", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-glamorous/package.json b/examples/with-glamorous/package.json index 10c50de51d..e5804e8965 100644 --- a/examples/with-glamorous/package.json +++ b/examples/with-glamorous/package.json @@ -10,8 +10,8 @@ "glamor": "^2.20.24", "glamorous": "^1.0.0", "next": "^2.0.1", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-higher-order-component/package.json b/examples/with-higher-order-component/package.json index 5fba1fcbee..60f5736fc9 100644 --- a/examples/with-higher-order-component/package.json +++ b/examples/with-higher-order-component/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-i18next/package.json b/examples/with-i18next/package.json index cd7ab5be43..fef7b33ef7 100644 --- a/examples/with-i18next/package.json +++ b/examples/with-i18next/package.json @@ -10,8 +10,8 @@ "i18next": "^7.1.3", "isomorphic-fetch": "^2.2.1", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-i18next": "^2.2.1" }, "license": "ISC" diff --git a/examples/with-loading/package.json b/examples/with-loading/package.json index 3c2fe27d35..1eacbe5224 100644 --- a/examples/with-loading/package.json +++ b/examples/with-loading/package.json @@ -11,8 +11,8 @@ "dependencies": { "next": "latest", "nprogress": "^0.2.0", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index 80da00145f..d41665322c 100644 --- a/examples/with-mobx/package.json +++ b/examples/with-mobx/package.json @@ -10,8 +10,8 @@ "mobx": "^2.7.0", "mobx-react": "^4.0.4", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/with-next-routes/package.json b/examples/with-next-routes/package.json index 4be65bb566..6be599299e 100644 --- a/examples/with-next-routes/package.json +++ b/examples/with-next-routes/package.json @@ -9,7 +9,7 @@ "dependencies": { "next": "latest", "next-routes": "^1.0.17", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/with-noscript/package.json b/examples/with-noscript/package.json index 24445193d2..14cc7d3b91 100644 --- a/examples/with-noscript/package.json +++ b/examples/with-noscript/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "^3.0.3", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-lazyload": "^2.2.7" }, "license": "ISC" diff --git a/examples/with-prefetching/package.json b/examples/with-prefetching/package.json index e92fcda55a..985207bf0e 100644 --- a/examples/with-prefetching/package.json +++ b/examples/with-prefetching/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "author": "", "license": "ISC" diff --git a/examples/with-pretty-url-routing/package.json b/examples/with-pretty-url-routing/package.json index 4d7b1b4fc3..0012a7e198 100644 --- a/examples/with-pretty-url-routing/package.json +++ b/examples/with-pretty-url-routing/package.json @@ -11,7 +11,7 @@ "next": "latest", "next-url-prettifier": "^1.0.2", "prop-types": "^15.5.6", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } } diff --git a/examples/with-react-ga/package.json b/examples/with-react-ga/package.json index c9c7bed8e1..686c2891fd 100644 --- a/examples/with-react-ga/package.json +++ b/examples/with-react-ga/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-ga": "2.2.0" }, "author": "", diff --git a/examples/with-react-helmet/package.json b/examples/with-react-helmet/package.json index e5e4dd5849..0df61724d4 100644 --- a/examples/with-react-helmet/package.json +++ b/examples/with-react-helmet/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-helmet": "^5.1.3" } } diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index 32d196acc5..e1aabdb41d 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -12,8 +12,8 @@ "glob": "^7.1.1", "intl": "^1.2.5", "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-intl": "^2.2.3" }, "license": "ISC" diff --git a/examples/with-react-md/package.json b/examples/with-react-md/package.json index 62e4ce946d..0ec489904e 100644 --- a/examples/with-react-md/package.json +++ b/examples/with-react-md/package.json @@ -8,10 +8,10 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-addons-css-transition-group": "^15.4.2", - "react-addons-transition-group": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-addons-css-transition-group": "^16.0.0", + "react-addons-transition-group": "^16.0.0", + "react-dom": "^16.0.0", "react-md": "^1.0.1" }, "license": "ISC" diff --git a/examples/with-redux-reselect-recompose/package.json b/examples/with-redux-reselect-recompose/package.json index 0c36801b3f..a56d821e9a 100644 --- a/examples/with-redux-reselect-recompose/package.json +++ b/examples/with-redux-reselect-recompose/package.json @@ -12,8 +12,8 @@ "next": "latest", "next-redux-wrapper": "^1.0.0", "prop-types": "^15.5.10", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-redux": "^5.0.1", "recompose": "^0.23.5", "redux": "^3.6.0", diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index aba7c67709..5186d7e22b 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -9,9 +9,9 @@ "dependencies": { "next": "latest", "next-redux-wrapper": "^1.0.0", - "react": "^15.4.2", + "react": "^16.0.0", "redux-devtools-extension": "^2.13.2", - "react-dom": "^15.4.2", + "react-dom": "^16.0.0", "react-redux": "^5.0.1", "redux": "^3.6.0", "redux-thunk": "^2.1.0" diff --git a/examples/with-refnux/package.json b/examples/with-refnux/package.json index 4c5c46f1ab..c8970fb12d 100644 --- a/examples/with-refnux/package.json +++ b/examples/with-refnux/package.json @@ -7,8 +7,8 @@ "license": "ISC", "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "refnux": "^1.3.0" } } diff --git a/examples/with-scoped-stylesheets-and-postcss/package.json b/examples/with-scoped-stylesheets-and-postcss/package.json index 8b5f5b0b54..a788230651 100644 --- a/examples/with-scoped-stylesheets-and-postcss/package.json +++ b/examples/with-scoped-stylesheets-and-postcss/package.json @@ -14,8 +14,8 @@ "postcss-cssnext": "^2.9.0", "postcss-loader": "^1.3.0", "postcss-modules": "^0.6.4", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "skeleton-loader": "^1.1.2", "trash": "^4.0.1" }, diff --git a/examples/with-semantic-ui/package.json b/examples/with-semantic-ui/package.json index e0622e095e..0c39432611 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "semantic-ui-react": "^0.68.0" }, "license": "ISC" diff --git a/examples/with-shallow-routing/package.json b/examples/with-shallow-routing/package.json index b994960148..fbbe518071 100644 --- a/examples/with-shallow-routing/package.json +++ b/examples/with-shallow-routing/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "license": "ISC" } diff --git a/examples/with-styletron/package.json b/examples/with-styletron/package.json index ad3fd1b82a..488a3ca05e 100644 --- a/examples/with-styletron/package.json +++ b/examples/with-styletron/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "styletron-client": "^2.2.0", "styletron-react": "^2.2.1", "styletron-server": "^2.2.0" diff --git a/examples/with-sw-precache/package.json b/examples/with-sw-precache/package.json index bbe40efe35..0656ec64ea 100644 --- a/examples/with-sw-precache/package.json +++ b/examples/with-sw-precache/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.0.0", + "react-dom": "^16.0.0", "sw-precache-webpack-plugin": "^0.11.3" } } diff --git a/examples/with-universal-configuration/package.json b/examples/with-universal-configuration/package.json index 1b46efcb24..317d9dce1b 100644 --- a/examples/with-universal-configuration/package.json +++ b/examples/with-universal-configuration/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" }, "devDependencies": { "babel-plugin-transform-define": "^1.2.0" diff --git a/examples/with-url-object-routing/package.json b/examples/with-url-object-routing/package.json index 5a2f58a1d5..b0d00e7740 100644 --- a/examples/with-url-object-routing/package.json +++ b/examples/with-url-object-routing/package.json @@ -9,7 +9,7 @@ "dependencies": { "next": "latest", "path-match": "1.2.4", - "react": "^15.4.2", - "react-dom": "^15.4.2" + "react": "^16.0.0", + "react-dom": "^16.0.0" } }