From 9a82ca4029151754097c7b4c77e125516c97171e Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 30 Jan 2018 21:44:18 +0100 Subject: [PATCH] Update Next.js version on examples --- examples/custom-server-micro/package.json | 6 +++--- examples/custom-server-nodemon/package.json | 2 +- examples/form-handler/package.json | 6 +++--- examples/with-absolute-imports/package.json | 6 +++--- examples/with-algolia-react-instantsearch/package.json | 6 +++--- examples/with-asset-imports/package.json | 2 +- examples/with-cerebral/package.json | 4 +++- examples/with-custom-reverse-proxy/package.json | 9 +++------ examples/with-data-prefetch/package.json | 2 +- examples/with-dynamic-import/package.json | 2 +- examples/with-electron/package.json | 6 +++--- examples/with-emotion-fiber/package.json | 2 +- examples/with-emotion/package.json | 6 +++--- examples/with-firebase-hosting/app/package.json | 2 +- examples/with-firebase-hosting/functions/package.json | 2 +- examples/with-glamorous/package.json | 6 +++--- examples/with-global-stylesheet-simple/package.json | 2 +- examples/with-hashed-statics/package.json | 6 +++--- examples/with-kea/package.json | 2 +- examples/with-pkg/package.json | 6 +++--- examples/with-portals/package.json | 2 +- examples/with-react-i18next/package.json | 6 +++--- examples/with-reasonml/package.json | 2 +- examples/with-rebass/package.json | 6 +++--- examples/with-recompose/package.json | 6 +++--- examples/with-relay-modern/package.json | 2 +- examples/with-styled-jsx-plugins/package.json | 2 +- examples/with-styled-jsx-scss/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- .../with-universal-configuration-runtime/package.json | 2 +- examples/with-zones/home/package.json | 2 +- examples/with-zones/package.json | 6 +++--- 32 files changed, 62 insertions(+), 63 deletions(-) diff --git a/examples/custom-server-micro/package.json b/examples/custom-server-micro/package.json index 49f54cdd..4612a803 100644 --- a/examples/custom-server-micro/package.json +++ b/examples/custom-server-micro/package.json @@ -7,9 +7,9 @@ "dependencies": { "micro": "^8.0.1", "micro-route": "^2.4.0", - "next": "^3.0.3", - "react": "^15.6.1", - "react-dom": "^15.6.1" + "next": "latest", + "react": "^16.1.1", + "react-dom": "^16.1.1" }, "devDependencies": { "micro-dev": "^1.1.2" diff --git a/examples/custom-server-nodemon/package.json b/examples/custom-server-nodemon/package.json index 5d1aa0c0..5bbbfe14 100644 --- a/examples/custom-server-nodemon/package.json +++ b/examples/custom-server-nodemon/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node server/index.js" }, "dependencies": { - "next": "^4.1.4", + "next": "latest", "react": "^16.2.0", "react-dom": "^16.2.0" }, diff --git a/examples/form-handler/package.json b/examples/form-handler/package.json index 42f7c604..1d85128e 100644 --- a/examples/form-handler/package.json +++ b/examples/form-handler/package.json @@ -14,11 +14,11 @@ "license": "ISC", "dependencies": { "express": "^4.15.4", - "next": "^3.2.2", + "next": "latest", + "react": "^16.1.1", + "react-dom": "^16.1.1", "next-redux-wrapper": "^1.3.2", - "react": "^15.6.1", "react-bootstrap": "^0.31.3", - "react-dom": "^15.6.1", "react-redux": "^5.0.6", "redux": "^3.7.2", "redux-thunk": "^2.2.0" diff --git a/examples/with-absolute-imports/package.json b/examples/with-absolute-imports/package.json index 9bc2c63d..6d37fcb1 100644 --- a/examples/with-absolute-imports/package.json +++ b/examples/with-absolute-imports/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "babel-plugin-module-resolver": "^2.7.1", - "next": "^3.0.6", - "react": "^15.6.1", - "react-dom": "^15.6.1" + "next": "latest", + "react": "^16.1.1", + "react-dom": "^16.1.1" } } diff --git a/examples/with-algolia-react-instantsearch/package.json b/examples/with-algolia-react-instantsearch/package.json index b6e219f5..230ca433 100644 --- a/examples/with-algolia-react-instantsearch/package.json +++ b/examples/with-algolia-react-instantsearch/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "css-loader": "^0.28.1", - "next": "^2.4.7", "prop-types": "^15.5.10", "qs": "^6.4.0", - "react": "^15.5.4", - "react-dom": "^15.5.4", + "next": "latest", + "react": "^16.1.1", + "react-dom": "^16.1.1", "react-instantsearch": "beta", "react-instantsearch-theme-algolia": "beta", "style-loader": "^0.17.0" diff --git a/examples/with-asset-imports/package.json b/examples/with-asset-imports/package.json index 5b2e6126..c090d69d 100644 --- a/examples/with-asset-imports/package.json +++ b/examples/with-asset-imports/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "babel-plugin-transform-assets-import-to-string": "^1.0.1", - "next": "^3.0.6", + "next": "latest", "react": "^15.6.1", "react-dom": "^15.6.1" } diff --git a/examples/with-cerebral/package.json b/examples/with-cerebral/package.json index 05088891..0fc591a2 100644 --- a/examples/with-cerebral/package.json +++ b/examples/with-cerebral/package.json @@ -13,6 +13,8 @@ "dependencies": { "@cerebral/react": "^2.1.0", "cerebral": "^3.1.0", - "next": "^3.2.2" + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0" } } diff --git a/examples/with-custom-reverse-proxy/package.json b/examples/with-custom-reverse-proxy/package.json index e0923997..f6b846c4 100644 --- a/examples/with-custom-reverse-proxy/package.json +++ b/examples/with-custom-reverse-proxy/package.json @@ -1,14 +1,11 @@ { "name": "with-custom-reverse-proxy", - "engines": { - "node": "7.x.x" - }, "license": "ISC", "dependencies": { "express": "^4.15.3", - "next": "^3.0.1-beta.13", - "react": "^15.5.4", - "react-dom": "^15.5.4" + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0" }, "devDependencies": { "babel-preset-latest": "^6.24.1", diff --git a/examples/with-data-prefetch/package.json b/examples/with-data-prefetch/package.json index 93885d02..644b7d58 100644 --- a/examples/with-data-prefetch/package.json +++ b/examples/with-data-prefetch/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "isomorphic-unfetch": "^2.0.0", - "next": "^4.2.0", + "next": "latest", "prop-types": "^15.6.0", "prop-types-exact": "^1.1.1", "react": "^16.2.0", diff --git a/examples/with-dynamic-import/package.json b/examples/with-dynamic-import/package.json index b3f8fc46..38c731da 100644 --- a/examples/with-dynamic-import/package.json +++ b/examples/with-dynamic-import/package.json @@ -10,7 +10,7 @@ "start": "next start" }, "dependencies": { - "next": "^3.0.6", + "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0" }, diff --git a/examples/with-electron/package.json b/examples/with-electron/package.json index 1667f039..c6b95f1e 100644 --- a/examples/with-electron/package.json +++ b/examples/with-electron/package.json @@ -20,9 +20,9 @@ "devDependencies": { "electron": "^1.6.11", "electron-builder": "^19.19.1", - "next": "beta", - "react": "15.6.1", - "react-dom": "15.6.1" + "next": "latest", + "react": "^16.1.1", + "react-dom": "^16.1.1" }, "dependencies": { "electron-is-dev": "0.3.0", diff --git a/examples/with-emotion-fiber/package.json b/examples/with-emotion-fiber/package.json index c8533326..7756dde2 100644 --- a/examples/with-emotion-fiber/package.json +++ b/examples/with-emotion-fiber/package.json @@ -12,7 +12,7 @@ "dependencies": { "emotion": "^8.0.11", "emotion-server": "^8.0.11", - "next": "^4.1.4", + "next": "latest", "react": "^16.1.1", "react-dom": "^16.1.1", "react-emotion": "^8.0.11" diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index 7059d4a2..14bf17cf 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -10,9 +10,9 @@ "babel-plugin-emotion": "^8.0.4", "emotion": "^8.0.5", "emotion-server": "^8.0.5", - "next": "^3.0.6", - "react": "^15.6.1", - "react-dom": "^15.6.1", + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0", "react-emotion": "^8.0.5" }, "license": "ISC" diff --git a/examples/with-firebase-hosting/app/package.json b/examples/with-firebase-hosting/app/package.json index 638f73d5..7ba9a522 100644 --- a/examples/with-firebase-hosting/app/package.json +++ b/examples/with-firebase-hosting/app/package.json @@ -2,7 +2,7 @@ "name": "app", "description": "Next.js React SSR App", "dependencies": { - "next": "4.0.0-beta.2", + "next": "latest", "react": "16.0.0", "react-dom": "16.0.0" }, diff --git a/examples/with-firebase-hosting/functions/package.json b/examples/with-firebase-hosting/functions/package.json index d3351eeb..79ed5dca 100644 --- a/examples/with-firebase-hosting/functions/package.json +++ b/examples/with-firebase-hosting/functions/package.json @@ -4,7 +4,7 @@ "dependencies": { "firebase-admin": "5.3.0", "firebase-functions": "0.6.3", - "next": "4.0.0-beta.2", + "next": "latest", "react": "16.0.0", "react-dom": "16.0.0" } diff --git a/examples/with-glamorous/package.json b/examples/with-glamorous/package.json index 8f26b34c..8171820a 100644 --- a/examples/with-glamorous/package.json +++ b/examples/with-glamorous/package.json @@ -9,9 +9,9 @@ "dependencies": { "glamor": "^2.20.24", "glamorous": "^4.11.0", - "next": "^2.0.1", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0" }, "license": "ISC" } diff --git a/examples/with-global-stylesheet-simple/package.json b/examples/with-global-stylesheet-simple/package.json index 708a4b36..431bba59 100644 --- a/examples/with-global-stylesheet-simple/package.json +++ b/examples/with-global-stylesheet-simple/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "babel-plugin-inline-import": "^2.0.6", - "next": "^4.1.3", + "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0", "tachyons": "^4.8.1" diff --git a/examples/with-hashed-statics/package.json b/examples/with-hashed-statics/package.json index 9e781f50..a40f818b 100644 --- a/examples/with-hashed-statics/package.json +++ b/examples/with-hashed-statics/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "babel-plugin-transform-assets": "^0.2.0", - "next": "^3.2.1", - "react": "^15.6.1", - "react-dom": "^15.6.1" + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0" } } diff --git a/examples/with-kea/package.json b/examples/with-kea/package.json index 161ca18d..9d13ebb8 100644 --- a/examples/with-kea/package.json +++ b/examples/with-kea/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "kea": "^0.27.3", - "next": "^4.1.4", + "next": "latest", "next-redux-wrapper": "^1.3.4", "prop-types": "^15.6.0", "react": "^16.1.0", diff --git a/examples/with-pkg/package.json b/examples/with-pkg/package.json index fc01230b..c1cb86d7 100644 --- a/examples/with-pkg/package.json +++ b/examples/with-pkg/package.json @@ -13,9 +13,9 @@ "dist": "pkg index.js --out-dir dist" }, "dependencies": { - "next": "^3.0.1", - "react": "^15.6.1", - "react-dom": "^15.6.1" + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0" }, "devDependencies": { "pkg": "^4.2.2" diff --git a/examples/with-portals/package.json b/examples/with-portals/package.json index 4c6c6a4d..e33471d3 100644 --- a/examples/with-portals/package.json +++ b/examples/with-portals/package.json @@ -5,7 +5,7 @@ "start": "next start" }, "dependencies": { - "next": "^4.1.4", + "next": "latest", "react": "^16.2.0", "react-dom": "^16.2.0" } diff --git a/examples/with-react-i18next/package.json b/examples/with-react-i18next/package.json index c8116869..a427dfcd 100644 --- a/examples/with-react-i18next/package.json +++ b/examples/with-react-i18next/package.json @@ -17,9 +17,9 @@ "i18next-express-middleware": "1.0.5", "i18next-node-fs-backend": "1.0.0", "i18next-xhr-backend": "1.4.2", - "next": "2.4.4", - "react": "15.6.1", - "react-dom": "15.6.1", + "next": "latest", + "react": "16.2.0", + "react-dom": "16.2.0", "react-i18next": "4.6.3" } } diff --git a/examples/with-reasonml/package.json b/examples/with-reasonml/package.json index 44bb8cc0..7d45ce29 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "babel-plugin-bucklescript": "^0.2.4", - "next": "^4.1.4", + "next": "latest", "react": "^16.1.1", "react-dom": "^16.1.1", "reason-react": "^0.3.0" diff --git a/examples/with-rebass/package.json b/examples/with-rebass/package.json index 7ec6d4c7..04e9a0cb 100644 --- a/examples/with-rebass/package.json +++ b/examples/with-rebass/package.json @@ -6,9 +6,9 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.1.7", - "next": "^3.0.1-beta.8", - "react": "^15.6.1", - "react-dom": "^15.6.1", + "next": "latest", + "react": "^16.2.0", + "react-dom": "^16.2.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 ee8b40bf..8653f10b 100644 --- a/examples/with-recompose/package.json +++ b/examples/with-recompose/package.json @@ -6,9 +6,9 @@ }, "dependencies": { "babel-plugin-lodash": "^3.2.11", - "next": "beta", - "react": "^15.6.1", - "react-dom": "^15.6.1", + "next": "latest", + "react": "^16.2.0", + "react-dom": "^16.2.0", "recompose": "^0.24.0" } } diff --git a/examples/with-relay-modern/package.json b/examples/with-relay-modern/package.json index 1eead0e9..5f56d608 100644 --- a/examples/with-relay-modern/package.json +++ b/examples/with-relay-modern/package.json @@ -16,7 +16,7 @@ "dotenv": "^4.0.0", "dotenv-webpack": "^1.5.4", "isomorphic-unfetch": "^2.0.0", - "next": "^4.1.4", + "next": "latest", "react": "^16.2.0", "react-dom": "^16.2.0", "react-relay": "^1.4.1" diff --git a/examples/with-styled-jsx-plugins/package.json b/examples/with-styled-jsx-plugins/package.json index 9dbe21af..7c182237 100644 --- a/examples/with-styled-jsx-plugins/package.json +++ b/examples/with-styled-jsx-plugins/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "lost": "8.2.0", - "next": "4.1.0", + "next": "latest", "postcss-nested": "2.1.2", "react": "16.0.0", "react-dom": "16.0.0", diff --git a/examples/with-styled-jsx-scss/package.json b/examples/with-styled-jsx-scss/package.json index 9948576f..fa4956a8 100644 --- a/examples/with-styled-jsx-scss/package.json +++ b/examples/with-styled-jsx-scss/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "4.1.0", + "next": "latest", "node-sass": "4.5.3", "react": "16.0.0", "react-dom": "16.0.0", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 93d7d74b..83b39ca5 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^4.1.3", + "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0" }, diff --git a/examples/with-universal-configuration-runtime/package.json b/examples/with-universal-configuration-runtime/package.json index f33f6ffb..6d10fbce 100644 --- a/examples/with-universal-configuration-runtime/package.json +++ b/examples/with-universal-configuration-runtime/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "htmlescape": "1.1.1", - "next": "4.1.4", + "next": "latest", "react": "16.2.0", "react-dom": "16.2.0" } diff --git a/examples/with-zones/home/package.json b/examples/with-zones/home/package.json index f534c02a..c7471511 100644 --- a/examples/with-zones/home/package.json +++ b/examples/with-zones/home/package.json @@ -6,7 +6,7 @@ "start": "next start -p 4000" }, "dependencies": { - "next": "zones", + "next": "latest", "react": "^16.0.0", "react-dom": "^16.0.0" }, diff --git a/examples/with-zones/package.json b/examples/with-zones/package.json index 3269a598..a24bbcea 100644 --- a/examples/with-zones/package.json +++ b/examples/with-zones/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "micro-proxy": "^1.0.0", - "next": "latest", - "react": "^16.0.0", - "react-dom": "^16.0.0" + "next": "5.0.0-universal-alpha.15", + "react": "16.2.0", + "react-dom": "16.2.0" }, "license": "ISC" }