mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
[api-minor] Update the canvas
package to version 3
This allows us to run the Node.js unit-tests in version 22, which is good since it'll very soon become the active LTS release; see https://github.com/nodejs/release#release-schedule.
This commit is contained in:
parent
025c0875b0
commit
6ae13fac9b
4 changed files with 11 additions and 213 deletions
|
@ -2244,7 +2244,7 @@ function packageJson() {
|
|||
bugs: DIST_BUGS_URL,
|
||||
license: DIST_LICENSE,
|
||||
optionalDependencies: {
|
||||
canvas: "^2.11.2",
|
||||
canvas: "^3.0.0-rc2",
|
||||
path2d: "^0.2.1",
|
||||
},
|
||||
browser: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue