Skip to content

Commit 758856e

Browse files
committed
Update dependencies to the most recent versions
Note that the `prettier` update requires a small bit of reformatting in the Gulpfile so that linting keeps passing.
1 parent 4aca13e commit 758856e

3 files changed

Lines changed: 255 additions & 198 deletions

File tree

gulpfile.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
9696
const BABEL_TARGETS = ENV_TARGETS.join(", ");
9797

9898
const BABEL_PRESET_ENV_OPTS = Object.freeze({
99-
corejs: "3.46.0",
99+
corejs: "3.47.0",
100100
exclude: ["web.structured-clone"],
101101
shippedProposals: true,
102102
useBuiltIns: "usage",
@@ -1058,9 +1058,8 @@ gulp.task("cmaps", async function () {
10581058
}
10591059
});
10601060

1061-
const { compressCmaps } = await import(
1062-
"./external/cmapscompress/compress.mjs"
1063-
);
1061+
const { compressCmaps } =
1062+
await import("./external/cmapscompress/compress.mjs");
10641063
compressCmaps(CMAP_INPUT, VIEWER_CMAP_OUTPUT, true);
10651064
});
10661065

@@ -2341,7 +2340,7 @@ function packageJson() {
23412340
bugs: DIST_BUGS_URL,
23422341
license: DIST_LICENSE,
23432342
optionalDependencies: {
2344-
"@napi-rs/canvas": "^0.1.81",
2343+
"@napi-rs/canvas": "^0.1.83",
23452344
},
23462345
browser: {
23472346
canvas: false,

0 commit comments

Comments
 (0)