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:
parent
436a2ac73b
commit
4314802422
|
@ -9,8 +9,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-styled-components": "^1.1.5",
|
"babel-plugin-styled-components": "^1.1.5",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"styled-components": "^2.1.0"
|
"styled-components": "^2.1.0"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
|
|
Loading…
Reference in a new issue