File tree Expand file tree Collapse file tree 8 files changed +17
-10
lines changed
react-devtools-extensions Expand file tree Collapse file tree 8 files changed +17
-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.0 " ,
3
+ "version" : " 4.27.1 " ,
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.0 " ,
6
- "version_name" : " 4.27.0 " ,
5
+ "version" : " 4.27.1 " ,
6
+ "version_name" : " 4.27.1 " ,
7
7
"minimum_chrome_version" : " 88" ,
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.0 " ,
6
- "version_name" : " 4.27.0 " ,
5
+ "version" : " 4.27.1 " ,
6
+ "version_name" : " 4.27.1 " ,
7
7
"minimum_chrome_version" : " 88" ,
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.0 " ,
5
+ "version" : " 4.27.1 " ,
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.0 " ,
3
+ "version" : " 4.27.1 " ,
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.0 " ,
4
+ "version" : " 4.27.1 " ,
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.1
8
+ December 6, 2022
9
+
10
+ * [ bug fix] revert values in ReactFiberFlags to keep consistency for devtools ([ mondaychen] ( https://github.com/mondaychen ) in [ #25832 ] ( https://github.com/facebook/react/pull/25832 ) )
11
+
12
+ ---
13
+
7
14
### 4.27.0
8
15
November 28, 2022
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools" ,
3
- "version" : " 4.27.0 " ,
3
+ "version" : " 4.27.1 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
26
26
"electron" : " ^11.1.0" ,
27
27
"ip" : " ^1.1.4" ,
28
28
"minimist" : " ^1.2.3" ,
29
- "react-devtools-core" : " 4.27.0 " ,
29
+ "react-devtools-core" : " 4.27.1 " ,
30
30
"update-notifier" : " ^2.1.0"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments