diff --git a/examples/with-typescript-styled-components/package.json b/examples/with-typescript-styled-components/package.json index e7a6dd07fe3a42..1618894b842b97 100644 --- a/examples/with-typescript-styled-components/package.json +++ b/examples/with-typescript-styled-components/package.json @@ -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" },