Skip to content

Commit

Permalink
Backport PR #15270 on branch 4.0.x (Update canvas to a version with p…
Browse files Browse the repository at this point in the history
…rebuilds for nodeJS 20) (#15274)

* Backport PR #15270: Update canvas to a version with prebuilds for nodeJS 20

* Makes yarn happy

---------

Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
  • Loading branch information
3 people committed Oct 20, 2023
1 parent befdc93 commit 1e27977
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions jupyterlab/staging/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8418,16 +8418,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^5.4.1":
version: 5.7.1
resolution: "semver@npm:5.7.1"
bin:
semver: ./bin/semver
checksum: 57fd0acfd0bac382ee87cd52cd0aaa5af086a7dc8d60379dfe65fea491fb2489b6016400813930ecd61fd0952dae75c115287a1b16c234b1550887117744dfaf
languageName: node
linkType: hard

"semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:7.5.1":
"semver@npm:7.5.1, semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8":
version: 7.5.1
resolution: "semver@npm:7.5.1"
dependencies:
Expand All @@ -8438,6 +8429,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^5.4.1":
version: 5.7.1
resolution: "semver@npm:5.7.1"
bin:
semver: ./bin/semver
checksum: 57fd0acfd0bac382ee87cd52cd0aaa5af086a7dc8d60379dfe65fea491fb2489b6016400813930ecd61fd0952dae75c115287a1b16c234b1550887117744dfaf
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/csvviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@jupyterlab/testing": "^4.0.7",
"@types/jest": "^29.2.0",
"canvas": "^2.9.1",
"canvas": "^2.11.2",
"csv-spectrum": "^1.0.0",
"jest": "^29.2.0",
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@jupyterlab/testing": "^4.0.7",
"@types/jest": "^29.2.0",
"canvas": "^2.9.1",
"canvas": "^2.11.2",
"jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.24.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@jupyterlab/testing": "^4.0.7",
"@types/jest": "^29.2.0",
"canvas": "^2.9.1",
"canvas": "^2.11.2",
"jest": "^29.2.0",
"rimraf": "~3.0.0",
"typedoc": "~0.24.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ __metadata:
"@lumino/signaling": ^2.1.2
"@lumino/widgets": ^2.3.0
"@types/jest": ^29.2.0
canvas: ^2.9.1
canvas: ^2.11.2
csv-spectrum: ^1.0.0
jest: ^29.2.0
rimraf: ~3.0.0
Expand Down Expand Up @@ -2800,7 +2800,7 @@ __metadata:
"@lumino/widgets": ^2.3.0
"@types/jest": ^29.2.0
"@vscode/debugprotocol": ^1.51.0
canvas: ^2.9.1
canvas: ^2.11.2
jest: ^29.2.0
react: ^18.2.0
rimraf: ~3.0.0
Expand Down Expand Up @@ -4650,7 +4650,7 @@ __metadata:
"@lumino/messaging": ^2.0.1
"@lumino/widgets": ^2.3.0
"@types/jest": ^29.2.0
canvas: ^2.9.1
canvas: ^2.11.2
jest: ^29.2.0
rimraf: ~3.0.0
typedoc: ~0.24.7
Expand Down Expand Up @@ -8481,15 +8481,15 @@ __metadata:
languageName: node
linkType: hard

"canvas@npm:^2.9.1":
version: 2.11.0
resolution: "canvas@npm:2.11.0"
"canvas@npm:^2.11.2":
version: 2.11.2
resolution: "canvas@npm:2.11.2"
dependencies:
"@mapbox/node-pre-gyp": ^1.0.0
nan: ^2.17.0
node-gyp: latest
simple-get: ^3.0.3
checksum: a69a6e0c90014a1b02e52c4c38a627d1a01ffe9539047bec84105cb3554907a947cf39b4a333be43fc1583dd142b641bb5480a4e23f59c6098618c33bf78f67f
checksum: 61e554aef80022841dc836964534082ec21435928498032562089dfb7736215f039c7d99ee546b0cf10780232d9bf310950f8b4d489dc394e0fb6f6adfc97994
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e27977

Please sign in to comment.