Skip to content

Commit

Permalink
docs(getting-started.md): install v5 of styled-components (#3821)
Browse files Browse the repository at this point in the history
The latest version of styled-components is v6. But peer dependencies of @primer/react requires v4 or v5
  • Loading branch information
gr2m committed Oct 16, 2023
1 parent e4a9de3 commit 1a23193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ To get started using Primer React, install the package and its peer dependencies

```bash
# with npm
npm install @primer/react react react-dom styled-components
npm install @primer/react react react-dom styled-components@5

# with yarn
yarn add @primer/react react react-dom styled-components
yarn add @primer/react react react-dom styled-components@5
```

You can now import Primer React from the main package module:
Expand Down

0 comments on commit 1a23193

Please sign in to comment.