Skip to content

Commit afe92c4

Browse files
Update package.json
1 parent a6ed3b4 commit afe92c4

File tree

3 files changed

+648
-2314
lines changed

3 files changed

+648
-2314
lines changed

jupyter_server_proxy/handlers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,9 @@ async def ensure_process(self):
806806
# outside of jsp, we should be able to restart the process. If
807807
# process is not in running stated, remove proc object and restart
808808
# the process
809-
if 'proc' in self.state:
810-
if not self.state['proc'].running:
811-
del self.state['proc']
809+
if "proc" in self.state:
810+
if not self.state["proc"].running:
811+
del self.state["proc"]
812812

813813
if "proc" not in self.state:
814814
# FIXME: Prevent races here

labextension/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"files": [
2020
"LICENSE",
21-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}"
21+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
22+
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
2223
],
2324
"main": "lib/index.js",
2425
"types": "lib/index.d.ts",
@@ -44,13 +45,11 @@
4445
},
4546
"dependencies": {
4647
"@jupyterlab/application": "^2.0 || ^3.0",
47-
"@jupyterlab/launcher": "^2.0 || ^3.0"
48-
},
49-
"resolutions": {
50-
"loader-utils": ">=2.0.3"
48+
"@jupyterlab/launcher": "^2.0 || ^3.0",
49+
"@jupyterlab/running": "^2.0 || ^3.0"
5150
},
5251
"devDependencies": {
53-
"@jupyterlab/builder": "^3.2.4",
52+
"@jupyterlab/builder": "^3.6.3",
5453
"rimraf": "^3.0.2",
5554
"typescript": "~4.8.4",
5655
"yarn-deduplicate": "^6.0.0",

0 commit comments

Comments
 (0)