Skip to content

Commit eecfb55

Browse files
committed
chore: update deps
1 parent 1471f07 commit eecfb55

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
/dist
33
*.ipynb
4+
/.nyc_output

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ let globalConfig = null;
3030
// Global constants
3131
const userConfigPath = resolve(homedir(), '.junorc.json');
3232
const nbConfigPath = resolve(homedir(), '.jupyter/nbconfig', 'notebook.json');
33+
3334
const defaultConfig = {
3435
jupyterCommand: resolve(homedir(), '.pyenv', 'shims', 'jupyter-notebook'),
3536
jupyterPort: 8888,

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
"devDependencies": {
2929
"ava": "^0.16.0",
3030
"coveralls": "^2.11.12",
31-
"electron": "^1.3.3",
32-
"electron-packager": "^7.6.0",
33-
"npm-run-all": "^2.3.0",
31+
"electron": "^1.3.5",
32+
"electron-packager": "^8.0.0",
33+
"npm-run-all": "^3.1.0",
3434
"nyc": "^8.1.0",
3535
"plist": "^2.0.1",
36-
"spectron": "^3.3.0",
3736
"xo": "^0.16.0"
3837
}
3938
}

0 commit comments

Comments
 (0)