1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update styled components for React 16 (#3187)

Next 4 only works with React 16, so for this example to work we need an update.
This commit is contained in:
Wes Bos 2017-10-26 15:29:53 -04:00 committed by Tim Neutkens
parent 2ec397b356
commit 2d3192e4b8

View file

@ -9,8 +9,8 @@
"dependencies": {
"babel-plugin-styled-components": "^1.1.5",
"next": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": "^2.1.0"
},
"license": "ISC"