Skip to content

Commit

Permalink
v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 18, 2020
1 parent a119d66 commit b5c182d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
6 changes: 3 additions & 3 deletions auto_updater.json
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.10.6/rn-debugger-macos-x64.zip",
"name": "v0.10.6",
"notes": "1. Fix runtime error when opening a window with empty Electron config\n2. Update Electron to v7.1.9"
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.7/rn-debugger-macos-x64.zip",
"name": "v0.10.7",
"notes": "1. Fix `Requiring unknown module \"0\"` error"
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.10.6",
"version": "0.10.7",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.10.6",
"version": "0.10.7",
"productName": "React Native Debugger In Dev",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down
18 changes: 1 addition & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7608,22 +7608,6 @@ node-notifier@^5.2.1:
shellwords "^0.1.1"
which "^1.3.0"

node-pre-gyp@*:
version "0.14.0"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83"
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==
dependencies:
detect-libc "^1.0.2"
mkdirp "^0.5.1"
needle "^2.2.1"
nopt "^4.0.1"
npm-packlist "^1.1.6"
npmlog "^4.0.2"
rc "^1.2.7"
rimraf "^2.6.1"
semver "^5.3.0"
tar "^4.4.2"

node-pre-gyp@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
Expand Down Expand Up @@ -10565,7 +10549,7 @@ tar-stream@^1.5.0:
to-buffer "^1.1.1"
xtend "^4.0.0"

tar@^4, tar@^4.4.12, tar@^4.4.2:
tar@^4, tar@^4.4.12:
version "4.4.13"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
Expand Down

0 comments on commit b5c182d

Please sign in to comment.