Skip to content

Commit

Permalink
fix: support Electron 11
Browse files Browse the repository at this point in the history
This updates zeromq package to the latest version that includes Electron 11 prebuilds.
  • Loading branch information
aminya committed Nov 21, 2022
1 parent 6410bd6 commit beb85f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/zmq-kernel.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Grammar } from "atom";
import { ChildProcess } from "child_process";
import fs from "fs";
import { Message, Socket } from "@aminya/jmp";
import { Message, Socket } from "jmp";
import { v4 } from "uuid";
import { launchSpec, launchSpecFromConnectionInfo } from "spawnteract";
import Config from "./config";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"atom": ">=1.28.0 <2.0.0"
},
"dependencies": {
"@aminya/jmp": "^2.0.9",
"jmp": "^2.0.0",
"@jupyterlab/services": "^0.52.0",
"@nteract/commutable": "^7.1.4",
"@nteract/markdown": "^4.5.1",
Expand Down

0 comments on commit beb85f1

Please sign in to comment.