Skip to content

Commit

Permalink
change react version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkxl committed Jan 4, 2019
1 parent fc19b23 commit 57a27fc
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions examples/custom-server-polka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/with-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-cerebral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/with-custom-reverse-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-draft-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/with-glamorous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions examples/with-hashed-statics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-higher-order-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-next-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions examples/with-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-styled-jsx-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-styled-jsx-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-universal-configuration-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "latest",
"react-dom": "latest"
}
}
4 changes: 2 additions & 2 deletions examples/with-zones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 57a27fc

Please sign in to comment.