File tree Expand file tree Collapse file tree 8 files changed +18
-10
lines changed
react-devtools-extensions Expand file tree Collapse file tree 8 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-core" ,
3
- "version" : " 4.27.7 " ,
3
+ "version" : " 4.27.8 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Chrome Developer Tools." ,
5
- "version" : " 4.27.7 " ,
6
- "version_name" : " 4.27.7 " ,
5
+ "version" : " 4.27.8 " ,
6
+ "version_name" : " 4.27.8 " ,
7
7
"minimum_chrome_version" : " 102" ,
8
8
"icons" : {
9
9
"16" : " icons/16-production.png" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Microsoft Edge Developer Tools." ,
5
- "version" : " 4.27.7 " ,
6
- "version_name" : " 4.27.7 " ,
5
+ "version" : " 4.27.8 " ,
6
+ "version_name" : " 4.27.8 " ,
7
7
"minimum_chrome_version" : " 102" ,
8
8
"icons" : {
9
9
"16" : " icons/16-production.png" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " React Developer Tools" ,
4
4
"description" : " Adds React debugging tools to the Firefox Developer Tools." ,
5
- "version" : " 4.27.7 " ,
5
+ "version" : " 4.27.8 " ,
6
6
"applications" : {
7
7
"gecko" : {
8
8
"id" : " @react-devtools" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-inline" ,
3
- "version" : " 4.27.7 " ,
3
+ "version" : " 4.27.8 " ,
4
4
"description" : " Embed react-devtools within a website" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/backend.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-devtools-timeline" ,
4
- "version" : " 4.27.7 " ,
4
+ "version" : " 4.27.8 " ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"@elg/speedscope" : " 1.9.0-a6f84db" ,
Original file line number Diff line number Diff line change 4
4
5
5
---
6
6
7
+ ### 4.27.8
8
+ May 17, 2023
9
+
10
+ #### Bugfixes
11
+ * Fixed duplicated backend activation with multiple renderers ([ hoxyq] ( https://github.com/hoxyq ) in [ #26807 ] ( https://github.com/facebook/react/pull/26807 ) )
12
+
13
+ ---
14
+
7
15
### 4.27.7
8
16
May 4, 2023
9
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools" ,
3
- "version" : " 4.27.7 " ,
3
+ "version" : " 4.27.8 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
27
27
"electron" : " ^23.1.2" ,
28
28
"ip" : " ^1.1.4" ,
29
29
"minimist" : " ^1.2.3" ,
30
- "react-devtools-core" : " 4.27.7 " ,
30
+ "react-devtools-core" : " 4.27.8 " ,
31
31
"update-notifier" : " ^2.1.0"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments