Skip to content

Commit f1786b0

Browse files
committed
Update docs/react-devtools-integration.md
1 parent d5da0e7 commit f1786b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/react-devtools-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In your app project, make sure the `react-devtools-core` dependency to match the
2323
```json
2424
{
2525
"resolutions": {
26-
"react-devtools-core": "~4.25.0"
26+
"react-devtools-core": "~4.28.0"
2727
}
2828
}
2929
```
@@ -33,7 +33,7 @@ or NPM:
3333
```json
3434
{
3535
"overrides": {
36-
"react-devtools-core": "~4.25.0"
36+
"react-devtools-core": "~4.28.0"
3737
}
3838
}
3939
```

docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In your app project, make sure the `react-devtools-core` dependency to match the
99
```json
1010
{
1111
"resolutions": {
12-
"react-devtools-core": "~4.25.0"
12+
"react-devtools-core": "~4.28.0"
1313
}
1414
}
1515
```
@@ -19,7 +19,7 @@ or NPM:
1919
```json
2020
{
2121
"overrides": {
22-
"react-devtools-core": "~4.25.0"
22+
"react-devtools-core": "~4.28.0"
2323
}
2424
}
2525
```

0 commit comments

Comments
 (0)