Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent 94aa44f commit abd2e29
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 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",
"@jupyterlab/services": "^7.2.5",
"buffer": "^6.0.3",
"events": "^3.3.0",
"isomorphic-ws": "^4.0.1",
"node-fetch": "^2.6.7",
"isomorphic-ws": "^5.0.0",
"node-fetch": "^3.3.2",
"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/chai": "^5.0.0",
"@types/chai-as-promised": "^8.0.1",
"@types/node": "^22.7.5",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^17.0.3",
"@types/ws": "^6.0.4",
"@types/ws": "^8.5.12",
"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",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"esbuild": "^0.24.0",
"glob": "^11.0.0",
"sinon": "^19.0.2",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.1",
"ts-mockito": "^2.6.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"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.3"
},
"preview": true,
"qna": "https://github.com/microsoft/vscode-jupyter/discussions",
Expand Down

0 comments on commit abd2e29

Please sign in to comment.