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

Commit f0beb72

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.3"
4242
},
4343
"jupyterlab": {
4444
"extension": true

extensions/jupyterlab/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1256,10 +1256,10 @@ typed-styles@^0.0.7:
12561256
resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
12571257
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==
12581258

1259-
typescript@3.9.3:
1260-
version "3.9.3"
1261-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
1262-
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
1259+
typescript@5.0.3:
1260+
version "5.0.3"
1261+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
1262+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
12631263

12641264
typestyle@^2.0.4:
12651265
version "2.1.0"

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.3"
4242
},
4343
"jupyterlab": {
4444
"extension": true

0 commit comments

Comments
 (0)