Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 12, 2024
1 parent 351199c commit ea91ca1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,33 @@
}
},
"dependencies": {
"@jupyterlab/services": "^7.2.4",
"buffer": "^6.0.3",
"events": "^3.3.0",
"isomorphic-ws": "^4.0.1",
"node-fetch": "^2.6.7",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
"@jupyterlab/services": "7.2.4",
"buffer": "6.0.3",
"events": "3.3.0",
"isomorphic-ws": "4.0.1",
"node-fetch": "2.6.7",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"util": "0.12.5"
},
"description": "Support for connecting to Jupyter Hub in VS Code along with the Jupyter Extension",
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^7.1.8",
"@types/node": "^16.18.6",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^17.0.3",
"@types/ws": "^6.0.4",
"assert": "^2.1.0",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.19.2",
"glob": "^10.3.4",
"sinon": "^17.0.1",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.4.4",
"ts-mockito": "^2.6.1",
"ws": "^8.17.1"
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.8",
"@types/node": "16.18.6",
"@types/node-fetch": "2.6.11",
"@types/sinon": "17.0.3",
"@types/ws": "6.0.4",
"assert": "2.1.0",
"chai": "4.3.8",
"chai-as-promised": "7.1.1",
"esbuild": "0.19.2",
"glob": "10.3.4",
"sinon": "17.0.1",
"timers-browserify": "2.0.12",
"ts-loader": "9.4.4",
"ts-mockito": "2.6.1",
"ws": "8.17.1"
},
"devDependenciesComments": {
"@types/react": "Added to ensure @lumino compiles, @lumino is a dependency of Jupyter Lab npm"
Expand All @@ -75,7 +75,7 @@
"main": "./dist/extension.node.js",
"name": "jupyter-hub",
"optionalDependencies": {
"fsevents": "^2.3.2"
"fsevents": "2.3.2"
},
"preview": true,
"qna": "https://github.com/microsoft/vscode-jupyter/discussions",
Expand Down

0 comments on commit ea91ca1

Please sign in to comment.