Skip to content

Commit

Permalink
update labextension dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 25, 2024
1 parent 06afb70 commit 548e49b
Show file tree
Hide file tree
Showing 2 changed files with 1,344 additions and 1,382 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,46 +48,46 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^4.0.6",
"@jupyterlab/apputils": "^4.1.6",
"@jupyterlab/codeeditor": "^4.0.6",
"@jupyterlab/console": "^4.0.6",
"@jupyterlab/coreutils": "^6.0.6",
"@jupyterlab/nbformat": "^4.0.6",
"@jupyterlab/notebook": "^4.0.6",
"@jupyterlab/services": "^7.0.6",
"@jupyterlab/settingregistry": "^4.0.6",
"@jupyterlab/statedb": "^4.0.6",
"@jupyterlab/ui-components": "^4.0.6",
"@lumino/algorithm": "^2.0.1",
"@lumino/commands": "^2.1.3",
"@lumino/coreutils": "^2.1.2",
"@lumino/domutils": "^2.0.1",
"@lumino/dragdrop": "^2.1.3",
"@lumino/messaging": "^2.0.1",
"@lumino/polling": "^2.1.2",
"@lumino/signaling": "^2.1.2",
"@lumino/widgets": "^2.3.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/codeeditor": "^4.2.5",
"@jupyterlab/console": "^4.2.5",
"@jupyterlab/coreutils": "^6.2.5",
"@jupyterlab/nbformat": "^4.2.5",
"@jupyterlab/notebook": "^4.2.5",
"@jupyterlab/services": "^7.2.5",
"@jupyterlab/settingregistry": "^4.2.5",
"@jupyterlab/statedb": "^4.2.5",
"@jupyterlab/ui-components": "^4.2.5",
"@lumino/algorithm": "^2.0.2",
"@lumino/commands": "^2.3.1",
"@lumino/coreutils": "^2.2.0",
"@lumino/domutils": "^2.0.2",
"@lumino/dragdrop": "^2.1.5",
"@lumino/messaging": "^2.0.2",
"@lumino/polling": "^2.1.3",
"@lumino/signaling": "^2.1.3",
"@lumino/widgets": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.6",
"@types/react": "~18.2.24",
"@types/react-dom": "~18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"@jupyterlab/builder": "^4.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "~18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "~5.2.2"
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "~5.6.3"
},
"resolutions": {
"@types/react": "~17.0.0"
"@types/react": "^18.0.26"
},
"jupyterlab": {
"extension": true,
Expand Down
Loading

0 comments on commit 548e49b

Please sign in to comment.