mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Change React version of examples to latest (#5990)
I changed the version to the following files: - [x] - examples/with-next-css/package.json - [x] - examples/with-draft-js/package.json - [x] - examples/custom-server-polka/package.json - [x] - examples/with-cerebral/package.json - [x] - examples/with-zones/package.json - [x] - examples/with-universal-configuration-runtime/package.json - [x] - examples/with-apollo/package.json - [x] - examples/with-higher-order-component/package.json - [x] - examples/with-hashed-statics/package.json - [x] - examples/with-pkg/package.json - [x] - examples/with-jest/package.json - [x] - examples/with-glamorous/package.json - [x] - examples/with-custom-reverse-proxy/package.json - [ ] - examples/with-emotion/package.json - [x] - examples/with-styled-jsx-scss/package.json - [x] - examples/with-styled-jsx-plugins/package.json `with-emotion/package.json` already has the latest, so I guess it's other packabe. BUT I think we need to update this example with the latest version of `emotion` since it changed a little bit (for better).
This commit is contained in:
parent
dd9d4cc5e7
commit
89a4cabbd6
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"polka": "0.5.1",
|
"polka": "0.5.1",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
"isomorphic-unfetch": "^3.0.0",
|
"isomorphic-unfetch": "^3.0.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"prop-types": "^15.6.2",
|
"prop-types": "^15.6.2",
|
||||||
"react": "^16.5.2",
|
"react": "^16.7.0",
|
||||||
"react-apollo": "^2.1.11",
|
"react-apollo": "^2.1.11",
|
||||||
"react-dom": "^16.5.2"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"@cerebral/react": "^2.1.0",
|
"@cerebral/react": "^2.1.0",
|
||||||
"cerebral": "^3.1.0",
|
"cerebral": "^3.1.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.15.3",
|
"express": "^4.15.3",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "^5.0.1",
|
"cross-env": "^5.0.1",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"draft-js": "0.10.5",
|
"draft-js": "0.10.5",
|
||||||
"next": "5.0.0",
|
"next": "5.0.0",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"glamor": "^2.20.24",
|
"glamor": "^2.20.24",
|
||||||
"glamorous": "^4.11.0",
|
"glamorous": "^4.11.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-assets": "^0.2.0",
|
"babel-plugin-transform-assets": "^0.2.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"file-loader": "2.0.0"
|
"file-loader": "2.0.0"
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"accepts": "1.3.4",
|
"accepts": "1.3.4",
|
||||||
"lodash.flowright": "3.5.0",
|
"lodash.flowright": "3.5.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^16.5.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "^16.5.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.1.2",
|
"@babel/core": "^7.1.2",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zeit/next-css": "^1.0.1",
|
"@zeit/next-css": "^1.0.1",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.4.2",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.4.2"
|
"react-dom": "^16.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"pkg": "^4.2.2"
|
"pkg": "^4.2.2"
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"lost": "8.2.0",
|
"lost": "8.2.0",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"postcss-nested": "2.1.2",
|
"postcss-nested": "2.1.2",
|
||||||
"react": "16.0.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.0.0",
|
"react-dom": "^16.7.0",
|
||||||
"styled-jsx-plugin-postcss": "0.1.0"
|
"styled-jsx-plugin-postcss": "0.1.0"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"node-sass": "4.5.3",
|
"node-sass": "4.5.3",
|
||||||
"react": "16.0.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.0.0",
|
"react-dom": "^16.7.0",
|
||||||
"styled-jsx-plugin-sass": "0.2.0"
|
"styled-jsx-plugin-sass": "0.2.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^16.0.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"micro-proxy": "^1.0.0",
|
"micro-proxy": "^1.0.0",
|
||||||
"next": "5.0.0-universal-alpha.15",
|
"next": "5.0.0-universal-alpha.15",
|
||||||
"react": "16.2.0",
|
"react": "^16.7.0",
|
||||||
"react-dom": "16.2.0"
|
"react-dom": "^16.7.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue