From 7e12997af62d44c35b68969bde27ddc3c835f1d1 Mon Sep 17 00:00:00 2001 From: Juan Olvera <1130549+j0lv3r4@users.noreply.github.com> Date: Sat, 5 Jan 2019 05:19:27 -0600 Subject: [PATCH] Test updater script on examples folder (#5993) I wrote a [script](https://github.com/j0lv3r4/dependency-version-updater) to update dependencies recursively in `package.json` files, e.g.: ``` $ node index.js --path="./examples" --dependencies="react=^16.7.0,react-dom=^16.7.0" ``` This PR contains the result against the examples folder. --- examples/active-class-name/package.json | 4 +- examples/analyze-bundles/package.json | 4 +- examples/basic-css/package.json | 4 +- examples/basic-export/package.json | 4 +- examples/custom-charset/package.json | 4 +- .../custom-server-actionhero/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-micro/package.json | 4 +- examples/custom-server-nodemon/package.json | 4 +- .../custom-server-typescript/package.json | 4 +- examples/custom-server/package.json | 4 +- examples/data-fetch/package.json | 4 +- examples/form-handler/package.json | 4 +- examples/gh-pages/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 +- .../package.json | 4 +- examples/parameterized-routing/package.json | 4 +- examples/pass-server-data/package.json | 4 +- examples/progressive-render/package.json | 4 +- examples/root-static-files/package.json | 4 +- examples/shared-modules/package.json | 4 +- examples/ssr-caching/package.json | 4 +- examples/svg-components/package.json | 4 +- examples/using-inferno/package.json | 4 +- examples/using-nerv/package.json | 4 +- examples/using-router/package.json | 4 +- examples/using-with-router/package.json | 4 +- examples/with-absolute-imports/package.json | 4 +- .../package.json | 4 +- examples/with-amp/package.json | 4 +- examples/with-ant-design-less/package.json | 4 +- examples/with-ant-design/package.json | 4 +- examples/with-antd-mobile/package.json | 4 +- examples/with-aphrodite/package.json | 4 +- .../with-apollo-and-redux-saga/package.json | 4 +- examples/with-apollo-and-redux/package.json | 54 +++++++++---------- examples/with-apollo-auth/package.json | 4 +- examples/with-app-layout/package.json | 4 +- examples/with-asset-imports/package.json | 4 +- examples/with-babel-macros/package.json | 4 +- examples/with-carbon-components/package.json | 4 +- examples/with-carlo/package.json | 4 +- examples/with-cloud9/package.json | 4 +- examples/with-componentdidcatch/package.json | 4 +- .../with-configured-preset-env/package.json | 4 +- examples/with-context-api/package.json | 4 +- examples/with-cookie-auth/www/package.json | 4 +- .../with-custom-babel-config/package.json | 4 +- examples/with-cxs/package.json | 4 +- examples/with-data-prefetch/package.json | 4 +- examples/with-docker/package.json | 4 +- examples/with-dotenv/package.json | 4 +- examples/with-dynamic-import/package.json | 4 +- examples/with-emotion-fiber/package.json | 4 +- examples/with-emotion/package.json | 4 +- .../package.json | 4 +- examples/with-fela/package.json | 4 +- .../with-firebase-authentication/package.json | 4 +- .../package.json | 36 ++++++------- .../package.json | 7 ++- .../package.json | 4 +- examples/with-firebase-hosting/package.json | 4 +- examples/with-flow/package.json | 4 +- examples/with-freactal/package.json | 4 +- examples/with-glamor/package.json | 4 +- examples/with-google-analytics/package.json | 4 +- .../with-immutable-redux-wrapper/package.json | 4 +- examples/with-ioc/package.json | 4 +- .../package.json | 4 +- examples/with-jest-typescript/package.json | 4 +- examples/with-kea/package.json | 4 +- examples/with-loading/package.json | 4 +- examples/with-markdown/package.json | 4 +- examples/with-mdx/package.json | 4 +- .../package.json | 4 +- examples/with-mobx-state-tree/package.json | 4 +- examples/with-mobx/package.json | 4 +- examples/with-mocha/package.json | 4 +- examples/with-next-less/package.json | 4 +- .../with-next-page-transitions/package.json | 4 +- examples/with-next-routes/package.json | 4 +- examples/with-next-sass/package.json | 4 +- examples/with-noscript/package.json | 4 +- examples/with-now-env/package.json | 4 +- examples/with-polyfills/package.json | 4 +- examples/with-portals/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-jss/package.json | 4 +- examples/with-react-md/package.json | 4 +- examples/with-react-native-web/package.json | 4 +- .../package.json | 4 +- examples/with-react-toolbox/package.json | 4 +- examples/with-react-useragent/package.json | 4 +- examples/with-react-uwp/package.json | 4 +- examples/with-react-with-styles/package.json | 4 +- examples/with-rebass/package.json | 4 +- examples/with-recompose/package.json | 4 +- .../with-redux-code-splitting/package.json | 4 +- examples/with-redux-observable/package.json | 4 +- .../package.json | 4 +- examples/with-redux-saga/package.json | 4 +- examples/with-redux-wrapper/package.json | 4 +- examples/with-redux/package.json | 4 +- examples/with-reflux/package.json | 4 +- examples/with-refnux/package.json | 4 +- .../package.json | 4 +- examples/with-relay-modern/package.json | 4 +- examples/with-rematch/package.json | 4 +- examples/with-segment-analytics/package.json | 4 +- examples/with-semantic-ui/package.json | 4 +- examples/with-sentry/package.json | 4 +- examples/with-shallow-routing/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- examples/with-slate/package.json | 4 +- examples/with-socket.io/package.json | 4 +- examples/with-static-export/package.json | 4 +- examples/with-storybook/package.json | 4 +- examples/with-strict-csp-hash/package.json | 4 +- examples/with-strict-csp/package.json | 4 +- examples/with-style-sheet/package.json | 4 +- examples/with-styled-components/package.json | 4 +- examples/with-styletron/package.json | 4 +- examples/with-sw-precache/package.json | 4 +- examples/with-tailwindcss/package.json | 4 +- examples/with-ts-node/package.json | 4 +- examples/with-typescript/package.json | 4 +- examples/with-typestyle/package.json | 4 +- .../with-typings-for-css-modules/package.json | 4 +- .../package.json | 4 +- examples/with-unstated/package.json | 4 +- examples/with-url-object-routing/package.json | 4 +- examples/with-videojs/package.json | 4 +- examples/with-webassembly/package.json | 4 +- .../package.json | 4 +- .../packages/web-app/package.json | 4 +- 146 files changed, 334 insertions(+), 335 deletions(-) diff --git a/examples/active-class-name/package.json b/examples/active-class-name/package.json index 2af6844ef740b..feb47ede884f6 100644 --- a/examples/active-class-name/package.json +++ b/examples/active-class-name/package.json @@ -9,8 +9,8 @@ "author": "Remy Sharp ", "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/analyze-bundles/package.json b/examples/analyze-bundles/package.json index 0f84eb2445047..41e84ea2928fc 100644 --- a/examples/analyze-bundles/package.json +++ b/examples/analyze-bundles/package.json @@ -13,8 +13,8 @@ "@zeit/next-bundle-analyzer": "^0.1.2", "faker": "^4.1.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/basic-css/package.json b/examples/basic-css/package.json index bc00a4792742d..3334fd60affff 100644 --- a/examples/basic-css/package.json +++ b/examples/basic-css/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/basic-export/package.json b/examples/basic-export/package.json index 9edae73ca6f9b..742fca1b58061 100644 --- a/examples/basic-export/package.json +++ b/examples/basic-export/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/custom-charset/package.json b/examples/custom-charset/package.json index d9a8a33c7c955..c67450dd157ab 100644 --- a/examples/custom-charset/package.json +++ b/examples/custom-charset/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/custom-server-actionhero/package.json b/examples/custom-server-actionhero/package.json index 469e9a098051e..1e6a264cdb6ce 100644 --- a/examples/custom-server-actionhero/package.json +++ b/examples/custom-server-actionhero/package.json @@ -7,8 +7,8 @@ "ioredis": "^3.2.2", "isomorphic-fetch": "^2.2.1", "next": "^5.0.1-canary.9", - "react": "^16.1.1", - "react-dom": "^16.1.1", + "react": "^16.7.0", + "react-dom": "^16.7.0", "ws": "^4.1.0" }, "scripts": { diff --git a/examples/custom-server-express/package.json b/examples/custom-server-express/package.json index 13ac414f8cb3a..ed95fe181da35 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/custom-server-fastify/package.json b/examples/custom-server-fastify/package.json index 55e4cdb705e06..d4ebde4207631 100644 --- a/examples/custom-server-fastify/package.json +++ b/examples/custom-server-fastify/package.json @@ -9,7 +9,7 @@ "dependencies": { "fastify": "1.8.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/custom-server-hapi/package.json b/examples/custom-server-hapi/package.json index 410c225dce363..52c0fe9213b24 100644 --- a/examples/custom-server-hapi/package.json +++ b/examples/custom-server-hapi/package.json @@ -9,7 +9,7 @@ "dependencies": { "hapi": "^17.1.1", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/custom-server-koa/package.json b/examples/custom-server-koa/package.json index 96f3d736f16e3..c562a2bc7ac83 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/custom-server-micro/package.json b/examples/custom-server-micro/package.json index ef286ca9effd9..7775230bd3758 100644 --- a/examples/custom-server-micro/package.json +++ b/examples/custom-server-micro/package.json @@ -9,8 +9,8 @@ "micro": "^9.1.0", "micro-route": "^2.4.0", "next": "latest", - "react": "^16.1.1", - "react-dom": "^16.1.1" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "micro-dev": "^2.2.0" diff --git a/examples/custom-server-nodemon/package.json b/examples/custom-server-nodemon/package.json index 5bbbfe144cb85..e9928c27bd607 100644 --- a/examples/custom-server-nodemon/package.json +++ b/examples/custom-server-nodemon/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "nodemon": "^1.12.1" diff --git a/examples/custom-server-typescript/package.json b/examples/custom-server-typescript/package.json index 6d9998adc24ce..96a75abe8fb54 100644 --- a/examples/custom-server-typescript/package.json +++ b/examples/custom-server-typescript/package.json @@ -7,8 +7,8 @@ "dependencies": { "@zeit/next-typescript": "^1.1.0", "next": "^7.0.0", - "react": "^16.6.0", - "react-dom": "^16.6.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@types/next": "^7.0.0", diff --git a/examples/custom-server/package.json b/examples/custom-server/package.json index d9a8a33c7c955..c67450dd157ab 100644 --- a/examples/custom-server/package.json +++ b/examples/custom-server/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/data-fetch/package.json b/examples/data-fetch/package.json index 2c4ab668eed95..a9fdab5e68180 100644 --- a/examples/data-fetch/package.json +++ b/examples/data-fetch/package.json @@ -9,8 +9,8 @@ "dependencies": { "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/form-handler/package.json b/examples/form-handler/package.json index 1d85128e645c9..476aef153e874 100644 --- a/examples/form-handler/package.json +++ b/examples/form-handler/package.json @@ -15,8 +15,8 @@ "dependencies": { "express": "^4.15.4", "next": "latest", - "react": "^16.1.1", - "react-dom": "^16.1.1", + "react": "^16.7.0", + "react-dom": "^16.7.0", "next-redux-wrapper": "^1.3.2", "react-bootstrap": "^0.31.3", "react-redux": "^5.0.6", diff --git a/examples/gh-pages/package.json b/examples/gh-pages/package.json index 3942c46db7bcc..db492c5c8ec2d 100644 --- a/examples/gh-pages/package.json +++ b/examples/gh-pages/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/head-elements/package.json b/examples/head-elements/package.json index 756f0679f0e39..69c6a6b2e304e 100644 --- a/examples/head-elements/package.json +++ b/examples/head-elements/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 300250191a1f9..e6a360bca2643 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/layout-component/package.json b/examples/layout-component/package.json index e76dee624243f..44edc3621134c 100644 --- a/examples/layout-component/package.json +++ b/examples/layout-component/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/nested-components/package.json b/examples/nested-components/package.json index 285ff7c48ec97..1dc8b992b7f39 100644 --- a/examples/nested-components/package.json +++ b/examples/nested-components/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/only-client-render-external-dependencies/package.json b/examples/only-client-render-external-dependencies/package.json index e9ccc78a58753..9310b79241556 100644 --- a/examples/only-client-render-external-dependencies/package.json +++ b/examples/only-client-render-external-dependencies/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "recharts": "^1.1.0" }, "license": "ISC" diff --git a/examples/parameterized-routing/package.json b/examples/parameterized-routing/package.json index ce4a6e620bf55..4d93844514f3e 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/pass-server-data/package.json b/examples/pass-server-data/package.json index 77af85428c6f3..7bcc70c5b3fb3 100644 --- a/examples/pass-server-data/package.json +++ b/examples/pass-server-data/package.json @@ -10,8 +10,8 @@ "express": "^4.14.0", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/progressive-render/package.json b/examples/progressive-render/package.json index 0b9498b78071b..9a273d6c694d4 100644 --- a/examples/progressive-render/package.json +++ b/examples/progressive-render/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-no-ssr": "1.1.0" } } diff --git a/examples/root-static-files/package.json b/examples/root-static-files/package.json index f24e181b0141b..6a2632d3a1444 100644 --- a/examples/root-static-files/package.json +++ b/examples/root-static-files/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/shared-modules/package.json b/examples/shared-modules/package.json index 635b3882c4564..60fd563545a20 100644 --- a/examples/shared-modules/package.json +++ b/examples/shared-modules/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/ssr-caching/package.json b/examples/ssr-caching/package.json index 3d88bf567a374..19f1d065ec50d 100644 --- a/examples/ssr-caching/package.json +++ b/examples/ssr-caching/package.json @@ -10,8 +10,8 @@ "express": "^4.14.0", "lru-cache": "^4.0.2", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/svg-components/package.json b/examples/svg-components/package.json index 65d2dc5da046d..2559fbd757aba 100644 --- a/examples/svg-components/package.json +++ b/examples/svg-components/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "latest", - "react-dom": "latest" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "babel-plugin-inline-react-svg": "^1.0.1" diff --git a/examples/using-inferno/package.json b/examples/using-inferno/package.json index f8a17a703290e..50688becd898a 100644 --- a/examples/using-inferno/package.json +++ b/examples/using-inferno/package.json @@ -12,8 +12,8 @@ "inferno-server": "^1.4.0", "module-alias": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "MIT" } diff --git a/examples/using-nerv/package.json b/examples/using-nerv/package.json index 15cded8d5ce53..12f4f99d11bd1 100644 --- a/examples/using-nerv/package.json +++ b/examples/using-nerv/package.json @@ -10,8 +10,8 @@ "module-alias": "^2.0.0", "next": "latest", "nervjs": "^1.2.4", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/using-router/package.json b/examples/using-router/package.json index ce970cd340c9f..f5a097d4a8307 100644 --- a/examples/using-router/package.json +++ b/examples/using-router/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/using-with-router/package.json b/examples/using-with-router/package.json index 45134966b6e46..31aa0cbc784c4 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-absolute-imports/package.json b/examples/with-absolute-imports/package.json index d7242d729450a..1d16aa133b370 100644 --- a/examples/with-absolute-imports/package.json +++ b/examples/with-absolute-imports/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.1.1", - "react-dom": "^16.1.1" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-algolia-react-instantsearch/package.json b/examples/with-algolia-react-instantsearch/package.json index 230ca43306e1e..90455f3a2e80b 100644 --- a/examples/with-algolia-react-instantsearch/package.json +++ b/examples/with-algolia-react-instantsearch/package.json @@ -10,8 +10,8 @@ "prop-types": "^15.5.10", "qs": "^6.4.0", "next": "latest", - "react": "^16.1.1", - "react-dom": "^16.1.1", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-instantsearch": "beta", "react-instantsearch-theme-algolia": "beta", "style-loader": "^0.17.0" diff --git a/examples/with-amp/package.json b/examples/with-amp/package.json index 620514862a28f..9ba36626876b7 100644 --- a/examples/with-amp/package.json +++ b/examples/with-amp/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-ant-design-less/package.json b/examples/with-ant-design-less/package.json index d34da258a3ee4..6e1858c15f3c9 100644 --- a/examples/with-ant-design-less/package.json +++ b/examples/with-ant-design-less/package.json @@ -13,8 +13,8 @@ "less": "3.0.4", "less-vars-to-js": "1.3.0", "next": "latest", - "react": "^16.4.0", - "react-dom": "^16.4.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/with-ant-design/package.json b/examples/with-ant-design/package.json index eac25d6aa89c4..d76f5f44285c1 100755 --- a/examples/with-ant-design/package.json +++ b/examples/with-ant-design/package.json @@ -11,8 +11,8 @@ "antd": "^3.9.2", "babel-plugin-import": "^1.9.1", "next": "latest", - "react": "^16.5.2", - "react-dom": "^16.5.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-antd-mobile/package.json b/examples/with-antd-mobile/package.json index 88ae8d775c367..eb868aacbee72 100644 --- a/examples/with-antd-mobile/package.json +++ b/examples/with-antd-mobile/package.json @@ -6,8 +6,8 @@ "antd-mobile": "2.2.5", "babel-plugin-import": "^1.2.1", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "scripts": { "dev": "next", diff --git a/examples/with-aphrodite/package.json b/examples/with-aphrodite/package.json index fd931215605a6..913f121903e5a 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "", "license": "ISC" diff --git a/examples/with-apollo-and-redux-saga/package.json b/examples/with-apollo-and-redux-saga/package.json index ff124d7c792df..7c0482685266c 100644 --- a/examples/with-apollo-and-redux-saga/package.json +++ b/examples/with-apollo-and-redux-saga/package.json @@ -18,9 +18,9 @@ "next-redux-wrapper": "^1.3.5", "next-routes": "^1.2.0", "prop-types": "^15.6.0", - "react": "^16.0.0", + "react": "^16.7.0", "react-apollo": "^2.0.0", - "react-dom": "^16.0.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.0", "redux": "^3.7.0", "redux-devtools-extension": "^2.13.2", diff --git a/examples/with-apollo-and-redux/package.json b/examples/with-apollo-and-redux/package.json index 22f6e62bb914b..41cbf515cba99 100644 --- a/examples/with-apollo-and-redux/package.json +++ b/examples/with-apollo-and-redux/package.json @@ -1,29 +1,29 @@ { - "name": "with-apollo-and-redux", - "version": "2.0.0", - "scripts": { - "dev": "next", - "build": "next build", - "start": "next start" - }, - "dependencies": { - "apollo-client": "2.2.0", - "apollo-client-preset": "^1.0.4", - "graphql": "^0.11.7", - "graphql-anywhere": "^4.0.2", - "graphql-tag": "^2.5.0", - "isomorphic-unfetch": "^2.0.0", - "next": "latest", - "next-redux-wrapper": "^1.3.5", - "prop-types": "^15.6.0", - "react": "^16.2.0", - "react-apollo": "^2.0.1", - "react-dom": "^16.2.0", - "react-redux": "^5.0.6", - "redux": "^3.7.2", - "redux-devtools-extension": "^2.13.2", - "redux-thunk": "^2.2.0" - }, - "author": "", - "license": "ISC" + "name": "with-apollo-and-redux", + "version": "2.0.0", + "scripts": { + "dev": "next", + "build": "next build", + "start": "next start" + }, + "dependencies": { + "apollo-client": "2.2.0", + "apollo-client-preset": "^1.0.4", + "graphql": "^0.11.7", + "graphql-anywhere": "^4.0.2", + "graphql-tag": "^2.5.0", + "isomorphic-unfetch": "^2.0.0", + "next": "latest", + "next-redux-wrapper": "^1.3.5", + "prop-types": "^15.6.0", + "react": "^16.7.0", + "react-apollo": "^2.0.1", + "react-dom": "^16.7.0", + "react-redux": "^5.0.6", + "redux": "^3.7.2", + "redux-devtools-extension": "^2.13.2", + "redux-thunk": "^2.2.0" + }, + "author": "", + "license": "ISC" } diff --git a/examples/with-apollo-auth/package.json b/examples/with-apollo-auth/package.json index 4d3f6664f891e..dc72ac1001631 100644 --- a/examples/with-apollo-auth/package.json +++ b/examples/with-apollo-auth/package.json @@ -16,8 +16,8 @@ "isomorphic-unfetch": "^2.0.0", "next": "latest", "prop-types": "^15.6.1", - "react": "^16.3.2", + "react": "^16.7.0", "react-apollo": "^2.1.4", - "react-dom": "^16.3.2" + "react-dom": "^16.7.0" } } diff --git a/examples/with-app-layout/package.json b/examples/with-app-layout/package.json index 65fd5e93a42e5..6db1b896c324f 100644 --- a/examples/with-app-layout/package.json +++ b/examples/with-app-layout/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "6.0.0-canary.6", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-asset-imports/package.json b/examples/with-asset-imports/package.json index 6509f49446cd3..b7a6568f567e9 100644 --- a/examples/with-asset-imports/package.json +++ b/examples/with-asset-imports/package.json @@ -9,8 +9,8 @@ "dependencies": { "next": "latest", "next-images": "0.10.5", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-babel-macros/package.json b/examples/with-babel-macros/package.json index acef83d0cb45a..2d9e217933540 100644 --- a/examples/with-babel-macros/package.json +++ b/examples/with-babel-macros/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", diff --git a/examples/with-carbon-components/package.json b/examples/with-carbon-components/package.json index 93e5efd81d19c..c99333fb49dfc 100644 --- a/examples/with-carbon-components/package.json +++ b/examples/with-carbon-components/package.json @@ -16,7 +16,7 @@ "carbon-icons": "^7.0.7", "next": "latest", "next-images": "^0.10.6", - "react": "^16.4.2", - "react-dom": "^16.4.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-carlo/package.json b/examples/with-carlo/package.json index 5348c99065b43..2bd12e5b9b858 100644 --- a/examples/with-carlo/package.json +++ b/examples/with-carlo/package.json @@ -9,8 +9,8 @@ "dependencies": { "carlo": "0.9.43", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-cloud9/package.json b/examples/with-cloud9/package.json index 03938d649c431..e24bf7eb75ad3 100644 --- a/examples/with-cloud9/package.json +++ b/examples/with-cloud9/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "next": "^7.0.2", - "react": "^16.5.2", - "react-dom": "^16.5.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-componentdidcatch/package.json b/examples/with-componentdidcatch/package.json index 7cead30ca8f7c..0ba3b6ac02da0 100644 --- a/examples/with-componentdidcatch/package.json +++ b/examples/with-componentdidcatch/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-configured-preset-env/package.json b/examples/with-configured-preset-env/package.json index 40120c1d1f9cd..1d16aa133b370 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-context-api/package.json b/examples/with-context-api/package.json index 9af55aa846fc3..76ec104d25460 100644 --- a/examples/with-context-api/package.json +++ b/examples/with-context-api/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "^7.0.0-canary.16", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-cookie-auth/www/package.json b/examples/with-cookie-auth/www/package.json index 50b595c2a2f31..06d2f2efafd98 100644 --- a/examples/with-cookie-auth/www/package.json +++ b/examples/with-cookie-auth/www/package.json @@ -10,7 +10,7 @@ "js-cookie": "^2.2.0", "next": "^7.0.2", "next-cookies": "^1.0.4", - "react": "^16.6.3", - "react-dom": "^16.6.3" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index 2c74f5c9b3d93..8b3a3cde56805 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "", "license": "ISC", diff --git a/examples/with-cxs/package.json b/examples/with-cxs/package.json index 0f5703329103d..8ac453d28b34c 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "", "license": "ISC" diff --git a/examples/with-data-prefetch/package.json b/examples/with-data-prefetch/package.json index 644b7d58e1e88..d801914456b5e 100644 --- a/examples/with-data-prefetch/package.json +++ b/examples/with-data-prefetch/package.json @@ -9,7 +9,7 @@ "next": "latest", "prop-types": "^15.6.0", "prop-types-exact": "^1.1.1", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-docker/package.json b/examples/with-docker/package.json index 58bde347fc763..572d445107d3d 100644 --- a/examples/with-docker/package.json +++ b/examples/with-docker/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "isomorphic-unfetch": "^3.0.0" diff --git a/examples/with-dotenv/package.json b/examples/with-dotenv/package.json index 893387028c0e2..f341c532a1093 100644 --- a/examples/with-dotenv/package.json +++ b/examples/with-dotenv/package.json @@ -9,8 +9,8 @@ "dependencies": { "dotenv-webpack": "1.5.7", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-dynamic-import/package.json b/examples/with-dynamic-import/package.json index 38c731da09f75..68aa95dbb8fac 100644 --- a/examples/with-dynamic-import/package.json +++ b/examples/with-dynamic-import/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "", "license": "ISC" diff --git a/examples/with-emotion-fiber/package.json b/examples/with-emotion-fiber/package.json index 7756dde2771ec..32888982c5aad 100644 --- a/examples/with-emotion-fiber/package.json +++ b/examples/with-emotion-fiber/package.json @@ -13,8 +13,8 @@ "emotion": "^8.0.11", "emotion-server": "^8.0.11", "next": "latest", - "react": "^16.1.1", - "react-dom": "^16.1.1", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-emotion": "^8.0.11" } } diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 35c5aebc11bc1..7f65cb0b37d82 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -11,8 +11,8 @@ "@emotion/styled": "^10.0.0", "babel-plugin-emotion": "^10.0.0", "next": "latest", - "react": "latest", - "react-dom": "latest" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-external-styled-jsx-sass/package.json b/examples/with-external-styled-jsx-sass/package.json index e63749c81edeb..7eb64bf8c8456 100644 --- a/examples/with-external-styled-jsx-sass/package.json +++ b/examples/with-external-styled-jsx-sass/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "node-sass": "^4.7.2", diff --git a/examples/with-fela/package.json b/examples/with-fela/package.json index 8a0ae30a68248..7a506faf72f1e 100755 --- a/examples/with-fela/package.json +++ b/examples/with-fela/package.json @@ -11,8 +11,8 @@ "fela-dom": "^7.0.5", "fela-preset-web": "^8.0.4", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-fela": "^7.0.1" } } diff --git a/examples/with-firebase-authentication/package.json b/examples/with-firebase-authentication/package.json index 38901ce7092f7..d354ba25b523a 100644 --- a/examples/with-firebase-authentication/package.json +++ b/examples/with-firebase-authentication/package.json @@ -14,8 +14,8 @@ "firebase-admin": "^5.8.2", "isomorphic-unfetch": "2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "session-file-store": "^1.0.0" } } diff --git a/examples/with-firebase-cloud-messaging/package.json b/examples/with-firebase-cloud-messaging/package.json index 14171924498b3..8a2b215dc756a 100644 --- a/examples/with-firebase-cloud-messaging/package.json +++ b/examples/with-firebase-cloud-messaging/package.json @@ -1,20 +1,20 @@ { - "name": "with-firebase-cloud-messaging", - "version": "1.0.0", - "scripts": { - "dev": "node server.js", - "build": "next build", - "start": "NODE_ENV=production node server.js" - }, - "dependencies": { - "express": "^4.14.0", - "firebase": "^5.5.8", - "localforage": "^1.7.3", - "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" - }, - "devDependencies": { - "next-offline": "^3.0.10" - } + "name": "with-firebase-cloud-messaging", + "version": "1.0.0", + "scripts": { + "dev": "node server.js", + "build": "next build", + "start": "NODE_ENV=production node server.js" + }, + "dependencies": { + "express": "^4.14.0", + "firebase": "^5.5.8", + "localforage": "^1.7.3", + "next": "latest", + "react": "^16.7.0", + "react-dom": "^16.7.0" + }, + "devDependencies": { + "next-offline": "^3.0.10" + } } diff --git a/examples/with-firebase-hosting-and-docker/package.json b/examples/with-firebase-hosting-and-docker/package.json index 5fd41c76a1f24..fcbc456c4ded3 100644 --- a/examples/with-firebase-hosting-and-docker/package.json +++ b/examples/with-firebase-hosting-and-docker/package.json @@ -1,8 +1,7 @@ { "name": "next-firebase-functions", "version": "3.0.0", - "description": - "Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects and Docker.", + "description": "Host Next.js SSR app on Firebase Cloud Functions with Firebase Hosting redirects and Docker.", "scripts": { "dev": "next -p 5000 src/app", "preserve": "yarn build-public && yarn build-funcs && yarn copy-deps", @@ -34,8 +33,8 @@ "helmet": "^3.13.0", "next": "7.0.0", "prop-types": "^15.6.2", - "react": "16.5.2", - "react-dom": "16.5.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@babel/cli": "^7.1.0", diff --git a/examples/with-firebase-hosting-and-typescript/package.json b/examples/with-firebase-hosting-and-typescript/package.json index 6688fd17a40da..419d59ab2641a 100644 --- a/examples/with-firebase-hosting-and-typescript/package.json +++ b/examples/with-firebase-hosting-and-typescript/package.json @@ -25,8 +25,8 @@ "firebase-admin": "^6.3.0", "firebase-functions": "^2.1.0", "next": "^7.0.0", - "react": "^16.6.0", - "react-dom": "^16.6.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@types/next": "^7.0.0", diff --git a/examples/with-firebase-hosting/package.json b/examples/with-firebase-hosting/package.json index 09e0098548603..78ce69b55d03e 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -22,8 +22,8 @@ "firebase-admin": "^6.3.0", "firebase-functions": "^2.1.0", "next": "^7.0.0", - "react": "^16.6.0", - "react-dom": "^16.6.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@babel/cli": "^7.2.0", diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index c8089518350e4..07964fbbb0990 100644 --- a/examples/with-flow/package.json +++ b/examples/with-flow/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "babel-eslint": "8.2.6", diff --git a/examples/with-freactal/package.json b/examples/with-freactal/package.json index 4ed9c27412fc3..134d0ce9d29e5 100644 --- a/examples/with-freactal/package.json +++ b/examples/with-freactal/package.json @@ -10,8 +10,8 @@ "freactal": "^1.1.1", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-glamor/package.json b/examples/with-glamor/package.json index 40530c97e9d31..c4e54b5ddd991 100644 --- a/examples/with-glamor/package.json +++ b/examples/with-glamor/package.json @@ -10,8 +10,8 @@ "babel-plugin-transform-react-jsx": "^6.24.1", "glamor": "^2.20.24", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-google-analytics/package.json b/examples/with-google-analytics/package.json index ba89a7174a6ff..126e715bd103b 100644 --- a/examples/with-google-analytics/package.json +++ b/examples/with-google-analytics/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-immutable-redux-wrapper/package.json b/examples/with-immutable-redux-wrapper/package.json index fb2890c50bc83..1f1c6eee4d719 100644 --- a/examples/with-immutable-redux-wrapper/package.json +++ b/examples/with-immutable-redux-wrapper/package.json @@ -10,8 +10,8 @@ "immutable": "4.0.0-rc.9", "next": "^6.0.0", "next-redux-wrapper": "2.0.0-beta.6", - "react": "^16.3.2", - "react-dom": "^16.3.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.1", "redux": "^3.6.0", "redux-devtools-extension": "^2.13.2", diff --git a/examples/with-ioc/package.json b/examples/with-ioc/package.json index 335a747d921c1..dad80fb179eda 100644 --- a/examples/with-ioc/package.json +++ b/examples/with-ioc/package.json @@ -12,8 +12,8 @@ "ioc": "1.0.3", "next": "latest", "next-routes": "^1.0.17", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "1.3.4", diff --git a/examples/with-jest-react-testing-library/package.json b/examples/with-jest-react-testing-library/package.json index 7f6bab4f88640..b422b7fc30ce9 100644 --- a/examples/with-jest-react-testing-library/package.json +++ b/examples/with-jest-react-testing-library/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "dependencies": { "next": "latest", - "react": "latest", - "react-dom": "latest" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@babel/core": "^7.1.2", diff --git a/examples/with-jest-typescript/package.json b/examples/with-jest-typescript/package.json index b87f1f328cd85..ad0572a1d2d7c 100644 --- a/examples/with-jest-typescript/package.json +++ b/examples/with-jest-typescript/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "^6.0.0", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@types/jest": "^23.0.0", diff --git a/examples/with-kea/package.json b/examples/with-kea/package.json index df457e6f6e74c..d26badd4ac945 100644 --- a/examples/with-kea/package.json +++ b/examples/with-kea/package.json @@ -11,8 +11,8 @@ "next": "latest", "next-redux-wrapper": "^2.0.0", "prop-types": "^15.6.0", - "react": "^16.1.0", - "react-dom": "^16.1.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.6", "redux": "^4.0.0", "reselect": "^3.0.1" diff --git a/examples/with-loading/package.json b/examples/with-loading/package.json index 1eacbe52249f2..0ed321dce5884 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 8d4f7bbd3290f..d145a960f685f 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,8 +10,8 @@ "@mdx-js/mdx": "0.15.0-0", "@zeit/next-mdx": "1.1.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "remark-emoji": "2.0.1", "remark-images": "0.8.1" }, diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 2c546ec7274d3..9032d8972a819 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,8 +10,8 @@ "@mdx-js/mdx": "0.16.5", "@zeit/next-mdx": "1.2.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": {}, "license": "ISC" diff --git a/examples/with-mobx-state-tree-typescript/package.json b/examples/with-mobx-state-tree-typescript/package.json index 241316296ef85..f25650aaed93f 100644 --- a/examples/with-mobx-state-tree-typescript/package.json +++ b/examples/with-mobx-state-tree-typescript/package.json @@ -13,8 +13,8 @@ "mobx-react": "5.2.5", "mobx-state-tree": "3.2.3", "next": "latest", - "react": "16.4.2", - "react-dom": "16.4.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "typescript": "^3.0.1" }, "devDependencies": { diff --git a/examples/with-mobx-state-tree/package.json b/examples/with-mobx-state-tree/package.json index 207fb9093f702..62b1959a29800 100644 --- a/examples/with-mobx-state-tree/package.json +++ b/examples/with-mobx-state-tree/package.json @@ -11,8 +11,8 @@ "mobx-react": "^4.0.4", "mobx-state-tree": "1.0.1", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.1.2" diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index ad207ae66d408..d0233c6d13952 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/with-mocha/package.json b/examples/with-mocha/package.json index ca7468bb0a918..5e6befc43b930 100644 --- a/examples/with-mocha/package.json +++ b/examples/with-mocha/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.5.0", - "react-dom": "^16.5.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@babel/core": "^7.0.1", diff --git a/examples/with-next-less/package.json b/examples/with-next-less/package.json index de6b4cd02de60..a1463c65a3fab 100644 --- a/examples/with-next-less/package.json +++ b/examples/with-next-less/package.json @@ -8,7 +8,7 @@ "@zeit/next-less": "^1.0.1", "less": "^3.0.4", "next": "latest", - "react": "^16.4.0", - "react-dom": "^16.4.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-next-page-transitions/package.json b/examples/with-next-page-transitions/package.json index 83f77a916875e..947dcc253430c 100644 --- a/examples/with-next-page-transitions/package.json +++ b/examples/with-next-page-transitions/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "next-page-transitions": "1.0.0-alpha.2" }, "license": "ISC" diff --git a/examples/with-next-routes/package.json b/examples/with-next-routes/package.json index 6be599299eae8..577934bb8b172 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-next-sass/package.json b/examples/with-next-sass/package.json index 91727bdf390ae..6bfdccf34f166 100644 --- a/examples/with-next-sass/package.json +++ b/examples/with-next-sass/package.json @@ -8,7 +8,7 @@ "@zeit/next-sass": "^1.0.0", "next": "latest", "node-sass": "^4.7.2", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-noscript/package.json b/examples/with-noscript/package.json index b1bf1cc41fc55..1ea6403271b41 100644 --- a/examples/with-noscript/package.json +++ b/examples/with-noscript/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-lazyload": "^2.2.7" }, "license": "ISC" diff --git a/examples/with-now-env/package.json b/examples/with-now-env/package.json index 9935d81a8b47a..4ff134b2f529b 100644 --- a/examples/with-now-env/package.json +++ b/examples/with-now-env/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "now-env": "^3.0.4" diff --git a/examples/with-polyfills/package.json b/examples/with-polyfills/package.json index 92155b2d409ec..b98ad551a8e64 100644 --- a/examples/with-polyfills/package.json +++ b/examples/with-polyfills/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-portals/package.json b/examples/with-portals/package.json index e33471d312c86..1d16aa133b370 100644 --- a/examples/with-portals/package.json +++ b/examples/with-portals/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-prefetching/package.json b/examples/with-prefetching/package.json index 985207bf0ef16..67996ea47da47 100644 --- a/examples/with-prefetching/package.json +++ b/examples/with-prefetching/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "author": "", "license": "ISC" diff --git a/examples/with-pretty-url-routing/package.json b/examples/with-pretty-url-routing/package.json index 3fffdc6b1e3f4..e7b5190565927 100644 --- a/examples/with-pretty-url-routing/package.json +++ b/examples/with-pretty-url-routing/package.json @@ -11,8 +11,8 @@ "next": "latest", "next-url-prettifier": "^1.0.2", "prop-types": "^15.5.6", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-react-ga/package.json b/examples/with-react-ga/package.json index 287e67c3735b5..f94f5f5985c66 100644 --- a/examples/with-react-ga/package.json +++ b/examples/with-react-ga/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-ga": "2.5.3" }, "author": "", diff --git a/examples/with-react-helmet/package.json b/examples/with-react-helmet/package.json index 0df61724d41a0..81ec683bcb4c8 100644 --- a/examples/with-react-helmet/package.json +++ b/examples/with-react-helmet/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-helmet": "^5.1.3" } } diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index 9f8eaeedbceb9..6427ea7653d1f 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -13,8 +13,8 @@ "hoist-non-react-statics": "^3.0.0-rc.1", "intl": "^1.2.5", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-intl": "^2.2.3" }, "license": "ISC" diff --git a/examples/with-react-jss/package.json b/examples/with-react-jss/package.json index 6c063cfc71bfb..325bec2558a2f 100644 --- a/examples/with-react-jss/package.json +++ b/examples/with-react-jss/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-jss": "8.6.1" }, "license": "ISC" diff --git a/examples/with-react-md/package.json b/examples/with-react-md/package.json index 0ec489904e124..6f6f5ef6b90e4 100644 --- a/examples/with-react-md/package.json +++ b/examples/with-react-md/package.json @@ -8,10 +8,10 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", + "react": "^16.7.0", "react-addons-css-transition-group": "^16.0.0", "react-addons-transition-group": "^16.0.0", - "react-dom": "^16.0.0", + "react-dom": "^16.7.0", "react-md": "^1.0.1" }, "license": "ISC" diff --git a/examples/with-react-native-web/package.json b/examples/with-react-native-web/package.json index 4a5561647b221..6f1b2c0cc17a5 100644 --- a/examples/with-react-native-web/package.json +++ b/examples/with-react-native-web/package.json @@ -8,9 +8,9 @@ "dependencies": { "next": "latest", "next-plugin-transpile-modules": "^0.1.3", - "react": "^16.5.2", + "react": "^16.7.0", "react-art": "^16.5.2", - "react-dom": "^16.5.2", + "react-dom": "^16.7.0", "react-native-web": "^0.9.3" } } diff --git a/examples/with-react-relay-network-modern/package.json b/examples/with-react-relay-network-modern/package.json index 33e93bad23c7f..1a5d12e4e649b 100644 --- a/examples/with-react-relay-network-modern/package.json +++ b/examples/with-react-relay-network-modern/package.json @@ -18,8 +18,8 @@ "graphql": "^0.13.2", "isomorphic-fetch": "2.2.1", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-relay": "^1.5.0", "react-relay-network-modern": "2.4.0", "react-relay-network-modern-ssr": "1.2.1" diff --git a/examples/with-react-toolbox/package.json b/examples/with-react-toolbox/package.json index ae98870f7b359..5412b3156972d 100644 --- a/examples/with-react-toolbox/package.json +++ b/examples/with-react-toolbox/package.json @@ -10,9 +10,9 @@ "dependencies": { "classnames": "^2.2.5", "next": "latest", - "react": "^16.0.0", + "react": "^16.7.0", "react-addons-css-transition-group": "^15.5.2", - "react-dom": "^16.0.0", + "react-dom": "^16.7.0", "react-toolbox": "^2.0.0-beta.8" }, "devDependencies": { diff --git a/examples/with-react-useragent/package.json b/examples/with-react-useragent/package.json index a61e7b84a3498..61039516ba69b 100644 --- a/examples/with-react-useragent/package.json +++ b/examples/with-react-useragent/package.json @@ -9,8 +9,8 @@ "dependencies": { "@quentin-sommer/react-useragent": "2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-react-uwp/package.json b/examples/with-react-uwp/package.json index c785ada03bb79..510fea0311c22 100644 --- a/examples/with-react-uwp/package.json +++ b/examples/with-react-uwp/package.json @@ -4,8 +4,8 @@ "dependencies": { "babel-core": "^6.25.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-uwp": "^1.0.9" }, "scripts": { diff --git a/examples/with-react-with-styles/package.json b/examples/with-react-with-styles/package.json index 5a2e7109f7373..d5c27860354ed 100644 --- a/examples/with-react-with-styles/package.json +++ b/examples/with-react-with-styles/package.json @@ -9,8 +9,8 @@ "dependencies": { "aphrodite": "^1.2.5", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-with-styles": "^2.2.0", "react-with-styles-interface-aphrodite": "^3.1.1" }, diff --git a/examples/with-rebass/package.json b/examples/with-rebass/package.json index 04e9a0cbd2780..a0bc9f42f587f 100644 --- a/examples/with-rebass/package.json +++ b/examples/with-rebass/package.json @@ -7,8 +7,8 @@ "dependencies": { "babel-plugin-styled-components": "^1.1.7", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "rebass": "1.0.0-1", "styled-components": "^2.1.1" } diff --git a/examples/with-recompose/package.json b/examples/with-recompose/package.json index 8653f10ba4c0f..de0a4d91cded2 100644 --- a/examples/with-recompose/package.json +++ b/examples/with-recompose/package.json @@ -7,8 +7,8 @@ "dependencies": { "babel-plugin-lodash": "^3.2.11", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "recompose": "^0.24.0" } } diff --git a/examples/with-redux-code-splitting/package.json b/examples/with-redux-code-splitting/package.json index 7baa1b0615928..aba4fd365b30d 100644 --- a/examples/with-redux-code-splitting/package.json +++ b/examples/with-redux-code-splitting/package.json @@ -10,8 +10,8 @@ "fast-redux": "~0.3.0", "next": "latest", "next-redux-wrapper": "~1.3.2", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "~5.0.5", "redux": "~3.7.2", "redux-devtools-extension": "~2.13.2", diff --git a/examples/with-redux-observable/package.json b/examples/with-redux-observable/package.json index f991f04d66f2f..70b4b6fcaf811 100644 --- a/examples/with-redux-observable/package.json +++ b/examples/with-redux-observable/package.json @@ -10,8 +10,8 @@ "dependencies": { "next": "latest", "next-redux-wrapper": "^2.0.0-beta.6", - "react": "^16.5.2", - "react-dom": "^16.5.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.7", "redux": "^4.0.0", "redux-logger": "^3.0.6", diff --git a/examples/with-redux-reselect-recompose/package.json b/examples/with-redux-reselect-recompose/package.json index a56d821e9ae80..85d488e424d41 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": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.1", "recompose": "^0.23.5", "redux": "^3.6.0", diff --git a/examples/with-redux-saga/package.json b/examples/with-redux-saga/package.json index 2481c012928dd..9e19f5a55bf06 100644 --- a/examples/with-redux-saga/package.json +++ b/examples/with-redux-saga/package.json @@ -13,8 +13,8 @@ "next": "latest", "next-redux-saga": "3.0.0", "next-redux-wrapper": "2.0.0", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "5.0.7", "redux": "4.0.0", "redux-saga": "0.16.0" diff --git a/examples/with-redux-wrapper/package.json b/examples/with-redux-wrapper/package.json index 22d0dc903c931..fd4218ef13d46 100644 --- a/examples/with-redux-wrapper/package.json +++ b/examples/with-redux-wrapper/package.json @@ -9,8 +9,8 @@ "dependencies": { "next": "latest", "next-redux-wrapper": "latest", - "react": "16.3.2", - "react-dom": "16.3.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "5.0.7", "redux": "4.0.0", "redux-devtools-extension": "2.13.2", diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index c6b9ee9d5ac0c..099ba063c3c9d 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -8,9 +8,9 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", + "react": "^16.7.0", "redux-devtools-extension": "^2.13.2", - "react-dom": "^16.0.0", + "react-dom": "^16.7.0", "react-redux": "^5.0.1", "redux": "^3.6.0", "redux-thunk": "^2.1.0" diff --git a/examples/with-reflux/package.json b/examples/with-reflux/package.json index dc493d74e7df9..5684fe697627c 100644 --- a/examples/with-reflux/package.json +++ b/examples/with-reflux/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "reflux": "^6.4.1" }, "license": "ISC" diff --git a/examples/with-refnux/package.json b/examples/with-refnux/package.json index c8970fb12d0a6..52836f85a1685 100644 --- a/examples/with-refnux/package.json +++ b/examples/with-refnux/package.json @@ -7,8 +7,8 @@ "license": "ISC", "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "refnux": "^1.3.0" } } diff --git a/examples/with-relay-modern-server-express/package.json b/examples/with-relay-modern-server-express/package.json index 7437d33140a54..f133ed65a1a62 100644 --- a/examples/with-relay-modern-server-express/package.json +++ b/examples/with-relay-modern-server-express/package.json @@ -20,8 +20,8 @@ "graphql-relay": "^0.5.5", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-relay": "^1.5.0" }, "devDependencies": { diff --git a/examples/with-relay-modern/package.json b/examples/with-relay-modern/package.json index af1007a320d5f..e334ca132b8cb 100644 --- a/examples/with-relay-modern/package.json +++ b/examples/with-relay-modern/package.json @@ -18,8 +18,8 @@ "graphql": "^0.13.2", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-relay": "^1.5.0" }, "devDependencies": { diff --git a/examples/with-rematch/package.json b/examples/with-rematch/package.json index 8bdae15fbd4d8..aa3ca90f22ff4 100644 --- a/examples/with-rematch/package.json +++ b/examples/with-rematch/package.json @@ -10,8 +10,8 @@ "@rematch/core": "0.6.0", "isomorphic-unfetch": "2.0.0", "next": "5.1.0", - "react": "16.3.0", - "react-dom": "16.3.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "react-redux": "5.0.7", "redux": "3.7.2" }, diff --git a/examples/with-segment-analytics/package.json b/examples/with-segment-analytics/package.json index a1c212ba4eb44..d518b51f30b4d 100644 --- a/examples/with-segment-analytics/package.json +++ b/examples/with-segment-analytics/package.json @@ -8,7 +8,7 @@ "dependencies": { "@segment/snippet": "^4.0.1", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-semantic-ui/package.json b/examples/with-semantic-ui/package.json index fe40560c4e8aa..2ed2d4a212dd4 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -10,8 +10,8 @@ "@zeit/next-css": "^1.0.1", "file-loader": "^1.1.11", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "semantic-ui-css": "^2.3.3", "semantic-ui-react": "^0.82.0", "url-loader": "^1.0.1" diff --git a/examples/with-sentry/package.json b/examples/with-sentry/package.json index b511f11b02db5..6d02f7a3d1391 100644 --- a/examples/with-sentry/package.json +++ b/examples/with-sentry/package.json @@ -9,8 +9,8 @@ "dependencies": { "next": "latest", "@sentry/browser": "^4.0.4", - "react": "^16.5.2", - "react-dom": "^16.5.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-shallow-routing/package.json b/examples/with-shallow-routing/package.json index fbbe5180714d1..6545594c6da83 100644 --- a/examples/with-shallow-routing/package.json +++ b/examples/with-shallow-routing/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-sitemap-and-robots-express-server-typescript/package.json b/examples/with-sitemap-and-robots-express-server-typescript/package.json index af9a17c847530..9cf96d4189815 100644 --- a/examples/with-sitemap-and-robots-express-server-typescript/package.json +++ b/examples/with-sitemap-and-robots-express-server-typescript/package.json @@ -17,8 +17,8 @@ "dependencies": { "express": "^4.16.3", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "sitemap": "^1.13.0" }, "devDependencies": { diff --git a/examples/with-sitemap-and-robots-express-server/package.json b/examples/with-sitemap-and-robots-express-server/package.json index 7f70cf6820e27..274bc3902496d 100644 --- a/examples/with-sitemap-and-robots-express-server/package.json +++ b/examples/with-sitemap-and-robots-express-server/package.json @@ -10,8 +10,8 @@ "dependencies": { "express": "^4.16.2", "next": "latest", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "sitemap": "^1.13.0" } } diff --git a/examples/with-slate/package.json b/examples/with-slate/package.json index d7a0c4982c424..80327d3afb04a 100644 --- a/examples/with-slate/package.json +++ b/examples/with-slate/package.json @@ -9,8 +9,8 @@ "dependencies": { "immutable": "^3.8.2", "next": "6.1.1", - "react": "^16.4.2", - "react-dom": "^16.4.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "slate": "^0.37.0", "slate-plain-serializer": "^0.5.27", "slate-react": "^0.15.0" diff --git a/examples/with-socket.io/package.json b/examples/with-socket.io/package.json index 0aa86fe4a56ca..85d2fb0079b35 100644 --- a/examples/with-socket.io/package.json +++ b/examples/with-socket.io/package.json @@ -5,8 +5,8 @@ "express": "^4.15.2", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "socket.io": "^1.7.3", "socket.io-client": "^1.7.3" }, diff --git a/examples/with-static-export/package.json b/examples/with-static-export/package.json index d2e0f03660023..537cc1e971b8b 100644 --- a/examples/with-static-export/package.json +++ b/examples/with-static-export/package.json @@ -5,8 +5,8 @@ "express": "^4.15.3", "isomorphic-unfetch": "^2.0.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "serve": "9.4.0" }, "scripts": { diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index 82ed797063074..e38420121bfb0 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC", "devDependencies": { diff --git a/examples/with-strict-csp-hash/package.json b/examples/with-strict-csp-hash/package.json index bcb456b4fdf37..677bfb65b6e46 100644 --- a/examples/with-strict-csp-hash/package.json +++ b/examples/with-strict-csp-hash/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" } diff --git a/examples/with-strict-csp/package.json b/examples/with-strict-csp/package.json index 0a6bafdb7cb05..e9dc55036e6a1 100644 --- a/examples/with-strict-csp/package.json +++ b/examples/with-strict-csp/package.json @@ -10,8 +10,8 @@ "express": "^4.14.0", "helmet": "3.13.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "uuid": "3.3.2" } } diff --git a/examples/with-style-sheet/package.json b/examples/with-style-sheet/package.json index 7c7aa7b82d2ef..ba322fae33d04 100644 --- a/examples/with-style-sheet/package.json +++ b/examples/with-style-sheet/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "style-sheet": "^3.0.1" }, "author": "Giuseppe Gurgone", diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index e19aa2a3a46a5..18a8ed92700a3 100644 --- a/examples/with-styled-components/package.json +++ b/examples/with-styled-components/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "styled-components": "^4.0.0" }, "devDependencies": { diff --git a/examples/with-styletron/package.json b/examples/with-styletron/package.json index e7320d2a4437f..bc07859dbe94d 100644 --- a/examples/with-styletron/package.json +++ b/examples/with-styletron/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "styletron": "^3.0.4", "styletron-engine-atomic": "^1.0.8", "styletron-react": "^4.3.5" diff --git a/examples/with-sw-precache/package.json b/examples/with-sw-precache/package.json index 0656ec64ea683..ccf107ae4d89e 100644 --- a/examples/with-sw-precache/package.json +++ b/examples/with-sw-precache/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "sw-precache-webpack-plugin": "^0.11.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index a0f92be5fb934..96b38937319c5 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "dependencies": { "@zeit/next-css": "^1.0.1", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "autoprefixer": "^7.1.6", diff --git a/examples/with-ts-node/package.json b/examples/with-ts-node/package.json index bf3f4a1d3eff2..b2ea5b02c3917 100644 --- a/examples/with-ts-node/package.json +++ b/examples/with-ts-node/package.json @@ -9,8 +9,8 @@ "@types/react": "^16.0.36", "next": "^7.0.0", "next-with-typescript": "1.0.0", - "react": "^16.4.0", - "react-dom": "^16.4.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "ts-loader": "5.1.1", "ts-node": "^7.0.1", "typescript": "latest", diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 123379238ef68..627bd30cdc1c1 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -10,8 +10,8 @@ "dependencies": { "@zeit/next-typescript": "^1.1.1", "next": "latest", - "react": "^16.5.2", - "react-dom": "^16.5.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "@types/next": "^7.0.1", diff --git a/examples/with-typestyle/package.json b/examples/with-typestyle/package.json index d331515c937cb..4da8089ea2a5a 100644 --- a/examples/with-typestyle/package.json +++ b/examples/with-typestyle/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "typestyle": "^2.0.1" }, "license": "ISC" diff --git a/examples/with-typings-for-css-modules/package.json b/examples/with-typings-for-css-modules/package.json index 8cc76ad0ed82c..7b19cbd0dade6 100644 --- a/examples/with-typings-for-css-modules/package.json +++ b/examples/with-typings-for-css-modules/package.json @@ -12,8 +12,8 @@ "@zeit/next-css": "^1.0.1", "@zeit/next-typescript": "^1.1.1", "next": "latest", - "react": "16.4.2", - "react-dom": "16.4.2", + "react": "^16.7.0", + "react-dom": "^16.7.0", "typings-for-css-modules-loader": "^1.7.0" }, "devDependencies": { diff --git a/examples/with-universal-configuration-build-time/package.json b/examples/with-universal-configuration-build-time/package.json index 585b9e518b567..32faf6673a50c 100644 --- a/examples/with-universal-configuration-build-time/package.json +++ b/examples/with-universal-configuration-build-time/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "devDependencies": { "babel-plugin-transform-define": "^1.3.0" diff --git a/examples/with-unstated/package.json b/examples/with-unstated/package.json index a404c7391f5d2..66823b1579800 100644 --- a/examples/with-unstated/package.json +++ b/examples/with-unstated/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "next": "latest", - "react": "^16.4.1", - "react-dom": "^16.4.1", + "react": "^16.7.0", + "react-dom": "^16.7.0", "unstated": "^2.1.1" } } diff --git a/examples/with-url-object-routing/package.json b/examples/with-url-object-routing/package.json index b0d00e77408ad..83af37b397a2a 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": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" } } diff --git a/examples/with-videojs/package.json b/examples/with-videojs/package.json index bae608df968eb..bb90f95ed8511 100644 --- a/examples/with-videojs/package.json +++ b/examples/with-videojs/package.json @@ -9,8 +9,8 @@ "dependencies": { "@zeit/next-css": "^1.0.1", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "url-loader": "^0.6.2", "video.js": "^6.7.3", "videojs-youtube": "^2.4.1" diff --git a/examples/with-webassembly/package.json b/examples/with-webassembly/package.json index b9e1daa5a81de..bf5ec73d3227e 100644 --- a/examples/with-webassembly/package.json +++ b/examples/with-webassembly/package.json @@ -1,8 +1,8 @@ { "dependencies": { "next": "canary", - "react": "^16.4.2", - "react-dom": "^16.4.2" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "scripts": { "dev": "node server.js", diff --git a/examples/with-webpack-bundle-size-analyzer/package.json b/examples/with-webpack-bundle-size-analyzer/package.json index db56f7a0741f3..eaca65a903dd4 100644 --- a/examples/with-webpack-bundle-size-analyzer/package.json +++ b/examples/with-webpack-bundle-size-analyzer/package.json @@ -11,8 +11,8 @@ "cross-env": "^5.0.1", "faker": "^4.1.0", "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0", + "react": "^16.7.0", + "react-dom": "^16.7.0", "webpack-bundle-size-analyzer": "^2.7.0" }, "license": "ISC" diff --git a/examples/with-yarn-workspaces/packages/web-app/package.json b/examples/with-yarn-workspaces/packages/web-app/package.json index 547256004cf03..152573ed9c047 100644 --- a/examples/with-yarn-workspaces/packages/web-app/package.json +++ b/examples/with-yarn-workspaces/packages/web-app/package.json @@ -9,8 +9,8 @@ "dependencies": { "next": "latest", "next-plugin-transpile-modules": "0.1.1", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "react": "^16.7.0", + "react-dom": "^16.7.0" }, "license": "ISC" }