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 to v4 (#5458)

This commit is contained in:
Luc 2018-10-16 18:03:25 +08:00 committed by Tim Neutkens
parent 619ba00001
commit 6f80581adc

View file

@ -10,7 +10,7 @@
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"styled-components": "^3.4.9"
"styled-components": "^4.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0"