chore(example): Update styled-components to v5 in with-typescript-styled-components (#11766)

This commit is contained in:
Yuki Takemoto 2020-04-14 07:30:17 +09:00 committed by GitHub
parent 39c068e1f0
commit 65335155d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,15 @@
},
"dependencies": {
"next": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"styled-components": "^4.1.3"
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "4.1.16",
"@types/styled-components": "5.0.1",
"babel-plugin-styled-components": "^1.10.0",
"typescript": "3.5.2"
},