Skip to content

Commit

Permalink
canvas 3.0.1
Browse files Browse the repository at this point in the history
3.0.0 fails without ambient dom types
  • Loading branch information
chearon committed Dec 31, 2024
1 parent fb4906f commit 993d44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/mocha": "^8.0.3",
"@types/node": "^20.17.10",
"canvas": "^3.0.0",
"canvas": "^3.0.1",
"chai": "^4.2.0",
"codemirror": "^6.0.1",
"concurrently": "^7.6.0",
Expand Down Expand Up @@ -190,7 +190,7 @@

"camelcase": ["[email protected]", "", {}, "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="],

"canvas": ["[email protected].0", "", { "dependencies": { "node-addon-api": "^7.0.0", "prebuild-install": "^7.1.1", "simple-get": "^3.0.3" } }, "sha512-NtcIBY88FjymQy+g2g5qnuP5IslrbWCQ3A6rSr1PeuYxVRapRZ3BZCrDyAakvI6CuDYidgZaf55ygulFVwROdg=="],
"canvas": ["[email protected].1", "", { "dependencies": { "node-addon-api": "^7.0.0", "prebuild-install": "^7.1.1", "simple-get": "^3.0.3" } }, "sha512-PcpVF4f8RubAeN/jCQQ/UymDKzOiLmRPph8fOTzDnlsUihkO/AUlxuhaa7wGRc3vMcCbV1fzuvyu5cWZlIcn1w=="],

"chai": ["[email protected]", "", { "dependencies": { "assertion-error": "^1.1.0", "check-error": "^1.0.2", "deep-eql": "^4.1.2", "get-func-name": "^2.0.0", "loupe": "^2.3.1", "pathval": "^1.1.1", "type-detect": "^4.0.5" } }, "sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/mocha": "^8.0.3",
"@types/node": "^20.17.10",
"canvas": "^3.0.0",
"canvas": "^3.0.1",
"chai": "^4.2.0",
"codemirror": "^6.0.1",
"concurrently": "^7.6.0",
Expand Down

0 comments on commit 993d44e

Please sign in to comment.