Merge pull request #271 from mxstbr/patch-1

Upgrade to styled-components v5 beta
This commit is contained in:
Wes Bos 2020-01-10 10:43:28 -05:00 committed by GitHub
commit 6e875489d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.1"
"styled-components": "5.0.0-rc.3"
},
"scripts": {
"build": "npx --node-arg '-r esm' gatsby build",