Skip to content

Commit

Permalink
chore(example): Update styled-components to v5 in with-typescript-sty…
Browse files Browse the repository at this point in the history
…led-components
  • Loading branch information
mottox2 committed Apr 9, 2020
1 parent ee00813 commit d57fd04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-typescript-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"next": "latest",
"react": "16.8.6",
"react-dom": "16.8.6",
"styled-components": "^4.1.3"
"react": "^16.8.0",
"react-dom": "^16.8.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"
},
Expand Down

0 comments on commit d57fd04

Please sign in to comment.