Skip to content

Commit 9a1f4dd

Browse files
authored
Merge pull request #901 from minrk/fix-dist
update labextension dependencies
2 parents 06afb70 + 2701f5c commit 9a1f4dd

File tree

3 files changed

+1346
-1382
lines changed

3 files changed

+1346
-1382
lines changed

docs/source/tutorial/process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ in some scratch directory. This can be set with:
785785
c.IPEngine.work_dir = u'/path/to/scratch/'
786786
```
787787

788+
[^cite_mpi]: Message Passing Interface (MPI) <https://www.mpi-forum.org>
789+
788790
[^cite_mongodb]: MongoDB database <https://www.mongodb.com/>
789791

790792
[^cite_pbs]: Portable Batch System <https://www.mcs.anl.gov/research/projects/openpbs/>

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -48,46 +48,46 @@
4848
"watch:src": "tsc -w"
4949
},
5050
"dependencies": {
51-
"@jupyterlab/application": "^4.0.6",
52-
"@jupyterlab/apputils": "^4.1.6",
53-
"@jupyterlab/codeeditor": "^4.0.6",
54-
"@jupyterlab/console": "^4.0.6",
55-
"@jupyterlab/coreutils": "^6.0.6",
56-
"@jupyterlab/nbformat": "^4.0.6",
57-
"@jupyterlab/notebook": "^4.0.6",
58-
"@jupyterlab/services": "^7.0.6",
59-
"@jupyterlab/settingregistry": "^4.0.6",
60-
"@jupyterlab/statedb": "^4.0.6",
61-
"@jupyterlab/ui-components": "^4.0.6",
62-
"@lumino/algorithm": "^2.0.1",
63-
"@lumino/commands": "^2.1.3",
64-
"@lumino/coreutils": "^2.1.2",
65-
"@lumino/domutils": "^2.0.1",
66-
"@lumino/dragdrop": "^2.1.3",
67-
"@lumino/messaging": "^2.0.1",
68-
"@lumino/polling": "^2.1.2",
69-
"@lumino/signaling": "^2.1.2",
70-
"@lumino/widgets": "^2.3.0",
71-
"react": "~18.2.0",
72-
"react-dom": "~18.2.0"
51+
"@jupyterlab/application": "^4.2.5",
52+
"@jupyterlab/apputils": "^4.2.5",
53+
"@jupyterlab/codeeditor": "^4.2.5",
54+
"@jupyterlab/console": "^4.2.5",
55+
"@jupyterlab/coreutils": "^6.2.5",
56+
"@jupyterlab/nbformat": "^4.2.5",
57+
"@jupyterlab/notebook": "^4.2.5",
58+
"@jupyterlab/services": "^7.2.5",
59+
"@jupyterlab/settingregistry": "^4.2.5",
60+
"@jupyterlab/statedb": "^4.2.5",
61+
"@jupyterlab/ui-components": "^4.2.5",
62+
"@lumino/algorithm": "^2.0.2",
63+
"@lumino/commands": "^2.3.1",
64+
"@lumino/coreutils": "^2.2.0",
65+
"@lumino/domutils": "^2.0.2",
66+
"@lumino/dragdrop": "^2.1.5",
67+
"@lumino/messaging": "^2.0.2",
68+
"@lumino/polling": "^2.1.3",
69+
"@lumino/signaling": "^2.1.3",
70+
"@lumino/widgets": "^2.5.0",
71+
"react": "^18.2.0",
72+
"react-dom": "^18.2.0"
7373
},
7474
"devDependencies": {
75-
"@jupyterlab/builder": "^4.0.6",
76-
"@types/react": "~18.2.24",
77-
"@types/react-dom": "~18.2.8",
78-
"@typescript-eslint/eslint-plugin": "^6.7.3",
79-
"@typescript-eslint/parser": "^6.7.3",
80-
"eslint": "^8.50.0",
81-
"eslint-config-prettier": "^9.0.0",
82-
"eslint-plugin-prettier": "^5.0.0",
83-
"eslint-plugin-react": "^7.33.2",
75+
"@jupyterlab/builder": "^4.2.5",
76+
"@types/react": "^18.0.26",
77+
"@types/react-dom": "~18.3.1",
78+
"@typescript-eslint/eslint-plugin": "^8.11.0",
79+
"@typescript-eslint/parser": "^8.11.0",
80+
"eslint": "^8.57.1",
81+
"eslint-config-prettier": "^9.1.0",
82+
"eslint-plugin-prettier": "^5.2.1",
83+
"eslint-plugin-react": "^7.37.2",
8484
"npm-run-all": "^4.1.5",
85-
"prettier": "^3.0.3",
86-
"rimraf": "^5.0.5",
87-
"typescript": "~5.2.2"
85+
"prettier": "^3.3.3",
86+
"rimraf": "^6.0.1",
87+
"typescript": "~5.6.3"
8888
},
8989
"resolutions": {
90-
"@types/react": "~17.0.0"
90+
"@types/react": "^18.0.26"
9191
},
9292
"jupyterlab": {
9393
"extension": true,

0 commit comments

Comments
 (0)