diff --git a/examples/basic-css/package.json b/examples/basic-css/package.json index 7160912d..bc00a479 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 aef4aa6b..13ac414f 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 0ad8ed7a..584a2766 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 d44a21e5..91d8df5d 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 7b231655..96f3d736 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 874e324e..d9a8a33c 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 9ee5eb1b..1cfc9e39 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 e838f051..756f0679 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 bfa75f0b..30025019 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 87e20ea1..e76dee62 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 0599a561..285ff7c4 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 305cfc53..6aa7173f 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 1e00c83e..ce4a6e62 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 267f9931..0b9498b7 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 004073df..635b3882 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 877d5634..320ca4e1 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 f86bfe99..ce970cd3 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 23a3c5eb..45134966 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 abe74aa5..62051486 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 8ec004cc..fd931215 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 58e938e6..eacad24f 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 fad30ec2..40120c1d 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 b64526ab..f06407e7 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 7ca85a65..0f570332 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 9f58ee8a..1500daa0 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 d88d802d..b3f8fc46 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 05f080ba..b3d97667 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 611940d9..626f321c 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 769d30cf..81a9a979 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 f7bc5383..0eb0341e 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 83761374..51d4419a 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 10c50de5..e5804e89 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 5fba1fcb..60f5736f 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 cd7ab5be..fef7b33e 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 3c2fe27d..1eacbe52 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 80da0014..d4166532 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 4be65bb5..6be59929 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 24445193..14cc7d3b 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 e92fcda5..985207bf 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 4d7b1b4f..0012a7e1 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 c9c7bed8..686c2891 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 e5e4dd58..0df61724 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 32d196ac..e1aabdb4 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 62e4ce94..0ec48990 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 0c36801b..a56d821e 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 aba7c677..5186d7e2 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 4c5c46f1..c8970fb1 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 8b5f5b0b..a7882306 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 e0622e09..0c394326 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 b9949601..fbbe5180 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 ad3fd1b8..488a3ca0 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 bbe40efe..0656ec64 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 1b46efcb..317d9dce 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 5a2f58a1..b0d00e77 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" } }