From 57a27fc3f19908e863ab38d0f65b9c17a1162ec5 Mon Sep 17 00:00:00 2001 From: thinkxl Date: Fri, 4 Jan 2019 15:40:03 -0600 Subject: [PATCH] change react version to latest --- examples/custom-server-polka/package.json | 4 ++-- examples/with-apollo/package.json | 4 ++-- examples/with-cerebral/package.json | 4 ++-- examples/with-custom-reverse-proxy/package.json | 4 ++-- examples/with-draft-js/package.json | 4 ++-- examples/with-glamorous/package.json | 4 ++-- examples/with-hashed-statics/package.json | 4 ++-- examples/with-higher-order-component/package.json | 4 ++-- examples/with-jest/package.json | 4 ++-- examples/with-next-css/package.json | 4 ++-- examples/with-pkg/package.json | 4 ++-- examples/with-styled-jsx-plugins/package.json | 4 ++-- examples/with-styled-jsx-scss/package.json | 4 ++-- examples/with-universal-configuration-runtime/package.json | 4 ++-- examples/with-zones/package.json | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/examples/custom-server-polka/package.json b/examples/custom-server-polka/package.json index 4d760dc3fe61b..fbfb7c0fad129 100644 --- a/examples/custom-server-polka/package.json +++ b/examples/custom-server-polka/package.json @@ -9,7 +9,7 @@ "dependencies": { "next": "latest", "polka": "0.5.1", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" } } diff --git a/examples/with-apollo/package.json b/examples/with-apollo/package.json index e983b779fa3b6..e185c61418c04 100644 --- a/examples/with-apollo/package.json +++ b/examples/with-apollo/package.json @@ -12,9 +12,9 @@ "isomorphic-unfetch": "^3.0.0", "next": "latest", "prop-types": "^15.6.2", - "react": "^16.5.2", + "react": "latest", "react-apollo": "^2.1.11", - "react-dom": "^16.5.2" + "react-dom": "latest" }, "author": "", "license": "ISC" diff --git a/examples/with-cerebral/package.json b/examples/with-cerebral/package.json index 0fc591a20bb32..ff5b87378e9bf 100644 --- a/examples/with-cerebral/package.json +++ b/examples/with-cerebral/package.json @@ -14,7 +14,7 @@ "@cerebral/react": "^2.1.0", "cerebral": "^3.1.0", "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" } } diff --git a/examples/with-custom-reverse-proxy/package.json b/examples/with-custom-reverse-proxy/package.json index 443168220f212..0633a7b471c53 100644 --- a/examples/with-custom-reverse-proxy/package.json +++ b/examples/with-custom-reverse-proxy/package.json @@ -4,8 +4,8 @@ "dependencies": { "express": "^4.15.3", "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "devDependencies": { "cross-env": "^5.0.1", diff --git a/examples/with-draft-js/package.json b/examples/with-draft-js/package.json index fdb9eccdddd80..0e4b1bfa00934 100644 --- a/examples/with-draft-js/package.json +++ b/examples/with-draft-js/package.json @@ -11,7 +11,7 @@ "dependencies": { "draft-js": "0.10.5", "next": "5.0.0", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" } } diff --git a/examples/with-glamorous/package.json b/examples/with-glamorous/package.json index 8171820a232b3..db6086f55ca5a 100644 --- a/examples/with-glamorous/package.json +++ b/examples/with-glamorous/package.json @@ -10,8 +10,8 @@ "glamor": "^2.20.24", "glamorous": "^4.11.0", "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "license": "ISC" } diff --git a/examples/with-hashed-statics/package.json b/examples/with-hashed-statics/package.json index 76c1a497dc0c3..3ac3f598341be 100644 --- a/examples/with-hashed-statics/package.json +++ b/examples/with-hashed-statics/package.json @@ -7,8 +7,8 @@ "dependencies": { "babel-plugin-transform-assets": "^0.2.0", "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "devDependencies": { "file-loader": "2.0.0" diff --git a/examples/with-higher-order-component/package.json b/examples/with-higher-order-component/package.json index 820c131ebdfd1..ad43b8a54d338 100644 --- a/examples/with-higher-order-component/package.json +++ b/examples/with-higher-order-component/package.json @@ -10,8 +10,8 @@ "accepts": "1.3.4", "lodash.flowright": "3.5.0", "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "license": "ISC" } diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 22cbb14f9607a..4237e670a418b 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "dependencies": { "next": "latest", - "react": "^16.5.0", - "react-dom": "^16.5.0" + "react": "latest", + "react-dom": "latest" }, "devDependencies": { "@babel/core": "^7.1.2", diff --git a/examples/with-next-css/package.json b/examples/with-next-css/package.json index 9445c72e23c17..0ca900b36e88a 100644 --- a/examples/with-next-css/package.json +++ b/examples/with-next-css/package.json @@ -10,7 +10,7 @@ "dependencies": { "@zeit/next-css": "^1.0.1", "next": "latest", - "react": "16.4.2", - "react-dom": "16.4.2" + "react": "latest", + "react-dom": "latest" } } diff --git a/examples/with-pkg/package.json b/examples/with-pkg/package.json index c4de905f19ab3..a2b718f2f627e 100644 --- a/examples/with-pkg/package.json +++ b/examples/with-pkg/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "devDependencies": { "pkg": "^4.2.2" diff --git a/examples/with-styled-jsx-plugins/package.json b/examples/with-styled-jsx-plugins/package.json index 7c182237a855f..68202b1822a95 100644 --- a/examples/with-styled-jsx-plugins/package.json +++ b/examples/with-styled-jsx-plugins/package.json @@ -10,8 +10,8 @@ "lost": "8.2.0", "next": "latest", "postcss-nested": "2.1.2", - "react": "16.0.0", - "react-dom": "16.0.0", + "react": "latest", + "react-dom": "latest", "styled-jsx-plugin-postcss": "0.1.0" }, "license": "ISC", diff --git a/examples/with-styled-jsx-scss/package.json b/examples/with-styled-jsx-scss/package.json index fa4956a806529..2e44e1576f989 100644 --- a/examples/with-styled-jsx-scss/package.json +++ b/examples/with-styled-jsx-scss/package.json @@ -9,8 +9,8 @@ "dependencies": { "next": "latest", "node-sass": "4.5.3", - "react": "16.0.0", - "react-dom": "16.0.0", + "react": "latest", + "react-dom": "latest", "styled-jsx-plugin-sass": "0.2.0" }, "license": "ISC" diff --git a/examples/with-universal-configuration-runtime/package.json b/examples/with-universal-configuration-runtime/package.json index 68aaac427df4b..4fa2ef9a7ac17 100644 --- a/examples/with-universal-configuration-runtime/package.json +++ b/examples/with-universal-configuration-runtime/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "next": "latest", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" } } diff --git a/examples/with-zones/package.json b/examples/with-zones/package.json index a24bbcea0807b..633ba20c292c7 100644 --- a/examples/with-zones/package.json +++ b/examples/with-zones/package.json @@ -13,8 +13,8 @@ "dependencies": { "micro-proxy": "^1.0.0", "next": "5.0.0-universal-alpha.15", - "react": "16.2.0", - "react-dom": "16.2.0" + "react": "latest", + "react-dom": "latest" }, "license": "ISC" }