Skip to content

Commit

Permalink
Update canvas to a version with prebuilds for nodeJS 20 (jupyterlab#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Oct 17, 2023
1 parent 0f178d3 commit 9d360bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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.1.0-alpha.2",
"@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.1.0-alpha.2",
"@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.1.0-alpha.2",
"@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 @@ -2738,7 +2738,7 @@ __metadata:
"@lumino/signaling": ^2.1.2
"@lumino/widgets": ^2.3.1-alpha.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 @@ -2809,7 +2809,7 @@ __metadata:
"@lumino/widgets": ^2.3.1-alpha.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 @@ -4754,7 +4754,7 @@ __metadata:
"@lumino/messaging": ^2.0.1
"@lumino/widgets": ^2.3.1-alpha.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 @@ -8898,15 +8898,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 9d360bb

Please sign in to comment.