Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 12, 2024
1 parent 1df580e commit 8464a43
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 @@ -30,33 +30,33 @@
}
},
"dependencies": {
"@jupyterlab/services": "^7.2.2",
"buffer": "^6.0.3",
"events": "^3.3.0",
"isomorphic-ws": "^5.0.0",
"node-fetch": "^3.3.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
"@jupyterlab/services": "7.2.2",
"buffer": "6.0.3",
"events": "3.3.0",
"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.16",
"@types/chai-as-promised": "^7.1.8",
"@types/node": "^20.14.2",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^17.0.3",
"@types/ws": "^8.5.10",
"assert": "^2.1.0",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"esbuild": "^0.21.5",
"glob": "^10.4.1",
"sinon": "^18.0.0",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.5.1",
"ts-mockito": "^2.6.1",
"ws": "^8.17.0"
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/node": "20.14.2",
"@types/node-fetch": "2.6.11",
"@types/sinon": "17.0.3",
"@types/ws": "8.5.10",
"assert": "2.1.0",
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"esbuild": "0.21.5",
"glob": "10.4.1",
"sinon": "18.0.0",
"timers-browserify": "2.0.12",
"ts-loader": "9.5.1",
"ts-mockito": "2.6.1",
"ws": "8.17.0"
},
"devDependenciesComments": {
"@types/react": "Added to ensure @lumino compiles, @lumino is a dependency of Jupyter Lab npm"
Expand All @@ -74,7 +74,7 @@
"main": "./dist/extension.node.js",
"name": "jupyter-hub",
"optionalDependencies": {
"fsevents": "^2.3.3"
"fsevents": "2.3.3"
},
"preview": true,
"qna": "https://github.com/microsoft/vscode-jupyter/discussions",
Expand Down

0 comments on commit 8464a43

Please sign in to comment.