Skip to content

Commit

Permalink
use ServerConnection.makeRequest to make server requests
Browse files Browse the repository at this point in the history
Co-authored-by: Min RK <benjaminrk@gmail.com>
  • Loading branch information
timkpaine and minrk committed Mar 26, 2024
1 parent 4c8b777 commit 8abe8ba
Show file tree
Hide file tree
Showing 3 changed files with 1,119 additions and 1,126 deletions.
38 changes: 19 additions & 19 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,40 +46,40 @@
}
},
"dependencies": {
"@jupyterlab/application": "^4.0.7",
"@jupyterlab/apputils": "^4.1.7",
"@jupyterlab/coreutils": "^6.0.7",
"@jupyterlab/filebrowser": "^4.0.7",
"@jupyterlab/launcher": "^4.0.7",
"@jupyterlab/mainmenu": "^4.0.7",
"@jupyterlab/notebook": "^4.0.7",
"@jupyterlab/application": "^4.1.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/filebrowser": "^4.1.5",
"@jupyterlab/launcher": "^4.1.5",
"@jupyterlab/mainmenu": "^4.1.5",
"@jupyterlab/notebook": "^4.1.5",
"@jupyterlab/services": "^7.1.5",
"@lumino/disposable": "^2.1.2"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@jupyterlab/builder": "^4.0.7",
"auditjs": "^4.0.41",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@jupyterlab/builder": "^4.1.5",
"auditjs": "^4.0.45",
"auditjs-screener": "^0.1.1",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.1",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5"
}
}
9 changes: 5 additions & 4 deletions js/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8abe8ba

Please sign in to comment.