-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.1/rn-debugger-macos-x64.zip", | ||
"name": "v0.7.1", | ||
"notes": "1. Fix rndebugger-open can't automatically open window if app is running and no opened window\n2. Fix launchEditor of react-devtools doesn't work\n3. Upgrade react-devtools-core to v2.3.3" | ||
} | ||
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.2/rn-debugger-macos-x64.zip", | ||
"name": "v0.7.2", | ||
"notes": "1. Fix problem of checked value of `Stay in Front` doesn't depends on the window\n2. Fix problem of window list doesn't show on dock menu\n3. Add `Toggle Developer Tools` item to context menu\n4. Add `Clear AsyncStorage` item in context menu\n5. Handle fatal errors thrown by the Chrome debugger (from RN upstream)\n6. [macOS] Use icon instead of text for Touch Bar\n7. Upgrade react-devtools-core to v2.4.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3871,11 +3871,7 @@ miller-rabin@^4.0.0: | |
bn.js "^4.0.0" | ||
brorand "^1.0.1" | ||
|
||
"mime-db@>= 1.27.0 < 2": | ||
version "1.29.0" | ||
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca06001914266878" | ||
|
||
mime-db@~1.27.0: | ||
"mime-db@>= 1.27.0 < 2", mime-db@~1.27.0: | ||
version "1.27.0" | ||
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.27.0.tgz#820f572296bbd20ec25ed55e5b5de869e5436eb1" | ||
|
||
|
@@ -5320,11 +5316,11 @@ rxjs@^5.1.1: | |
dependencies: | ||
symbol-observable "^1.0.1" | ||
|
||
[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
[email protected], safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" | ||
|
||
safe-buffer@~5.0.1: | ||
safe-buffer@^5.0.1, safe-buffer@~5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" | ||
|
||
|