1
0
Fork 0
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:
Juan Olvera 2019-01-05 05:16:07 -06:00 committed by Tim Neutkens
parent dd9d4cc5e7
commit 89a4cabbd6
17 changed files with 34 additions and 34 deletions

View file

@ -9,7 +9,7 @@
"dependencies": {
"next": "latest",
"polka": "0.5.1",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}

View file

@ -12,9 +12,9 @@
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react": "^16.7.0",
"react-apollo": "^2.1.11",
"react-dom": "^16.5.2"
"react-dom": "^16.7.0"
},
"author": "",
"license": "ISC"

View file

@ -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": "^16.7.0",
"react-dom": "^16.7.0"
}
}

View file

@ -4,8 +4,8 @@
"dependencies": {
"express": "^4.15.3",
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"cross-env": "^5.0.1",

View file

@ -11,7 +11,7 @@
"dependencies": {
"draft-js": "0.10.5",
"next": "5.0.0",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}

View file

@ -10,8 +10,8 @@
"glamor": "^2.20.24",
"glamorous": "^4.11.0",
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}

View file

@ -7,8 +7,8 @@
"dependencies": {
"babel-plugin-transform-assets": "^0.2.0",
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"file-loader": "2.0.0"

View file

@ -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": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}

View file

@ -3,8 +3,8 @@
"version": "1.0.0",
"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.1.2",

View file

@ -10,7 +10,7 @@
"dependencies": {
"@zeit/next-css": "^1.0.1",
"next": "latest",
"react": "16.4.2",
"react-dom": "16.4.2"
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}

View file

@ -14,8 +14,8 @@
},
"dependencies": {
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"pkg": "^4.2.2"

View file

@ -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": "^16.7.0",
"react-dom": "^16.7.0",
"styled-jsx-plugin-postcss": "0.1.0"
},
"license": "ISC",

View file

@ -9,8 +9,8 @@
"dependencies": {
"next": "latest",
"node-sass": "4.5.3",
"react": "16.0.0",
"react-dom": "16.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-jsx-plugin-sass": "0.2.0"
},
"license": "ISC"

View file

@ -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"
}
}

View file

@ -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"
},
"license": "ISC"
}

View file

@ -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"
},
"license": "ISC"
}

View file

@ -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": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}