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 2af6844e..feb47ede 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 0f84eb24..41e84ea2 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 bc00a479..3334fd60 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 9edae73c..742fca1b 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 d9a8a33c..c67450dd 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 469e9a09..1e6a264c 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 13ac414f..ed95fe18 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 55e4cdb7..d4ebde42 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 410c225d..52c0fe92 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 96f3d736..c562a2bc 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 ef286ca9..7775230b 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 5bbbfe14..e9928c27 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 6d9998ad..96a75abe 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 d9a8a33c..c67450dd 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 2c4ab668..a9fdab5e 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 1d85128e..476aef15 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 3942c46d..db492c5c 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 756f0679..69c6a6b2 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 30025019..e6a360bc 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 e76dee62..44edc362 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 285ff7c4..1dc8b992 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 e9ccc78a..9310b792 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 ce4a6e62..4d938445 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 77af8542..7bcc70c5 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 0b9498b7..9a273d6c 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 f24e181b..6a2632d3 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 635b3882..60fd5635 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 3d88bf56..19f1d065 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 65d2dc5d..2559fbd7 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 f8a17a70..50688bec 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 15cded8d..12f4f99d 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 ce970cd3..f5a097d4 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 45134966..31aa0cbc 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 d7242d72..1d16aa13 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 230ca433..90455f3a 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 62051486..9ba36626 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 d34da258..6e1858c1 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 eac25d6a..d76f5f44 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 88ae8d77..eb868aac 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 fd931215..913f1219 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 ff124d7c..7c048268 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 22f6e62b..41cbf515 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 4d3f6664..dc72ac10 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 65fd5e93..6db1b896 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 6509f494..b7a6568f 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 acef83d0..2d9e2179 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 93e5efd8..c99333fb 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 5348c990..2bd12e5b 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 03938d64..e24bf7eb 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 7cead30c..0ba3b6ac 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 40120c1d..1d16aa13 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 9af55aa8..76ec104d 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 50b595c2..06d2f2ef 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 2c74f5c9..8b3a3cde 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 0f570332..8ac453d2 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 644b7d58..d8019144 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 58bde347..572d4451 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 89338702..f341c532 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 38c731da..68aa95db 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 7756dde2..32888982 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 35c5aebc..7f65cb0b 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 e63749c8..7eb64bf8 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 8a0ae30a..7a506faf 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 38901ce7..d354ba25 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 14171924..8a2b215d 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 5fd41c76..fcbc456c 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 6688fd17..419d59ab 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 09e00985..78ce69b5 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 c8089518..07964fbb 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 4ed9c274..134d0ce9 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 40530c97..c4e54b5d 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 ba89a717..126e715b 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 fb2890c5..1f1c6eee 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 335a747d..dad80fb1 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 7f6bab4f..b422b7fc 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 b87f1f32..ad0572a1 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 df457e6f..d26badd4 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 1eacbe52..0ed321dc 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 8d4f7bbd..d145a960 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 2c546ec7..9032d897 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 24131629..f25650aa 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 207fb909..62b1959a 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 ad207ae6..d0233c6d 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 ca7468bb..5e6befc4 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 de6b4cd0..a1463c65 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 83f77a91..947dcc25 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 6be59929..577934bb 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 91727bdf..6bfdccf3 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 b1bf1cc4..1ea64032 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 9935d81a..4ff134b2 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 92155b2d..b98ad551 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 e33471d3..1d16aa13 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 985207bf..67996ea4 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 3fffdc6b..e7b51905 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 287e67c3..f94f5f59 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 0df61724..81ec683b 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 9f8eaeed..6427ea76 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 6c063cfc..325bec25 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 0ec48990..6f6f5ef6 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 4a556164..6f1b2c0c 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 33e93bad..1a5d12e4 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 ae98870f..5412b315 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 a61e7b84..61039516 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 c785ada0..510fea03 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 5a2e7109..d5c27860 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 04e9a0cb..a0bc9f42 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 8653f10b..de0a4d91 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 7baa1b06..aba4fd36 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 f991f04d..70b4b6fc 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 a56d821e..85d488e4 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 2481c012..9e19f5a5 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 22d0dc90..fd4218ef 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 c6b9ee9d..099ba063 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 dc493d74..5684fe69 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 c8970fb1..52836f85 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 7437d331..f133ed65 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 af1007a3..e334ca13 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 8bdae15f..aa3ca90f 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 a1c212ba..d518b51f 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 fe40560c..2ed2d4a2 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 b511f11b..6d02f7a3 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 fbbe5180..6545594c 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 af9a17c8..9cf96d41 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 7f70cf68..274bc390 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 d7a0c498..80327d3a 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 0aa86fe4..85d2fb00 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 d2e0f036..537cc1e9 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 82ed7970..e3842012 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 bcb456b4..677bfb65 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 0a6bafdb..e9dc5503 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 7c7aa7b8..ba322fae 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 e19aa2a3..18a8ed92 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 e7320d2a..bc07859d 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 0656ec64..ccf107ae 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 a0f92be5..96b38937 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 bf3f4a1d..b2ea5b02 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 12337923..627bd30c 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 d331515c..4da8089e 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 8cc76ad0..7b19cbd0 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 585b9e51..32faf667 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 a404c739..66823b15 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 b0d00e77..83af37b3 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 bae608df..bb90f95e 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 b9e1daa5..bf5ec73d 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 db56f7a0..eaca65a9 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 54725600..152573ed 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" }