Skip to content

Commit

Permalink
Update docs/react-devtools-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 31, 2023
1 parent d5da0e7 commit f1786b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/react-devtools-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In your app project, make sure the `react-devtools-core` dependency to match the
```json
{
"resolutions": {
"react-devtools-core": "~4.25.0"
"react-devtools-core": "~4.28.0"
}
}
```
Expand All @@ -33,7 +33,7 @@ or NPM:
```json
{
"overrides": {
"react-devtools-core": "~4.25.0"
"react-devtools-core": "~4.28.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In your app project, make sure the `react-devtools-core` dependency to match the
```json
{
"resolutions": {
"react-devtools-core": "~4.25.0"
"react-devtools-core": "~4.28.0"
}
}
```
Expand All @@ -19,7 +19,7 @@ or NPM:
```json
{
"overrides": {
"react-devtools-core": "~4.25.0"
"react-devtools-core": "~4.28.0"
}
}
```
Expand Down

0 comments on commit f1786b0

Please sign in to comment.