File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.0.2 " ,
2
+ "version" : " 4.0.3 " ,
3
3
"repository" : " bvaughn/react-devtools-experimental" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
135
135
"memoize-one" : " ^3.1.1" ,
136
136
"node-libs-browser" : " 0.5.3" ,
137
137
"nullthrows" : " ^1.0.0" ,
138
- "object-assign" : " 4.0.2 " ,
138
+ "object-assign" : " 4.0.3 " ,
139
139
"opener" : " ^1.5.1" ,
140
140
"prettier" : " ^1.16.4" ,
141
141
"prop-types" : " ^15.6.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-devtools-core" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
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 1
1
{
2
2
"name" : " react-devtools-inline" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
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
"name" : " react-devtools" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
4
4
"description" : " Use react-devtools outside of the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
26
26
"electron" : " ^5.0.0" ,
27
27
"ip" : " ^1.1.4" ,
28
28
"minimist" : " ^1.2.0" ,
29
- "react-devtools-core" : " 4.0.2 " ,
29
+ "react-devtools-core" : " 4.0.3 " ,
30
30
"update-notifier" : " ^2.1.0"
31
31
}
32
32
}
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 Chrome Developer Tools." ,
5
- "version" : " 4.0.2 " ,
6
- "version_name" : " 4.0.2 " ,
5
+ "version" : " 4.0.3 " ,
6
+ "version_name" : " 4.0.3 " ,
7
7
8
8
"minimum_chrome_version" : " 49" ,
9
9
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.0.2 " ,
5
+ "version" : " 4.0.3 " ,
6
6
7
7
"applications" : {
8
8
"gecko" : {
You can’t perform that action at this time.
0 commit comments