Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 1749c6d

Browse files
Update dependency typescript to v5
1 parent 044acaa commit 1749c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/jupyterlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"prettier": "2.0.5",
4040
"rimraf": "3.0.2",
41-
"typescript": "3.9.3"
41+
"typescript": "5.0.2"
4242
},
4343
"jupyterlab": {
4444
"extension": true

jupyter_dash/labextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"prettier": "2.0.5",
4040
"rimraf": "3.0.2",
41-
"typescript": "3.9.3"
41+
"typescript": "5.0.2"
4242
},
4343
"jupyterlab": {
4444
"extension": true

0 commit comments

Comments
 (0)