Skip to content

Commit b5c182d

Browse files
committed
v0.10.7
1 parent a119d66 commit b5c182d

File tree

4 files changed

+6
-22
lines changed

4 files changed

+6
-22
lines changed

auto_updater.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.6/rn-debugger-macos-x64.zip",
3-
"name": "v0.10.6",
4-
"notes": "1. Fix runtime error when opening a window with empty Electron config\n2. Update Electron to v7.1.9"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.7/rn-debugger-macos-x64.zip",
3+
"name": "v0.10.7",
4+
"notes": "1. Fix `Requiring unknown module \"0\"` error"
55
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"productName": "React Native Debugger In Dev",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

yarn.lock

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7608,22 +7608,6 @@ node-notifier@^5.2.1:
76087608
shellwords "^0.1.1"
76097609
which "^1.3.0"
76107610

7611-
node-pre-gyp@*:
7612-
version "0.14.0"
7613-
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83"
7614-
integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==
7615-
dependencies:
7616-
detect-libc "^1.0.2"
7617-
mkdirp "^0.5.1"
7618-
needle "^2.2.1"
7619-
nopt "^4.0.1"
7620-
npm-packlist "^1.1.6"
7621-
npmlog "^4.0.2"
7622-
rc "^1.2.7"
7623-
rimraf "^2.6.1"
7624-
semver "^5.3.0"
7625-
tar "^4.4.2"
7626-
76277611
node-pre-gyp@^0.12.0:
76287612
version "0.12.0"
76297613
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz#39ba4bb1439da030295f899e3b520b7785766149"
@@ -10565,7 +10549,7 @@ tar-stream@^1.5.0:
1056510549
to-buffer "^1.1.1"
1056610550
xtend "^4.0.0"
1056710551

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

0 commit comments

Comments
 (0)