Skip to content

Commit d49fc49

Browse files
committed
Update dependencies to the most recent versions
1 parent dd560ee commit d49fc49

3 files changed

Lines changed: 275 additions & 296 deletions

File tree

gulpfile.mjs

Lines changed: 2 additions & 2 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.44.0",
99+
corejs: "3.45.0",
100100
exclude: ["web.structured-clone"],
101101
shippedProposals: true,
102102
useBuiltIns: "usage",
@@ -2340,7 +2340,7 @@ function packageJson() {
23402340
bugs: DIST_BUGS_URL,
23412341
license: DIST_LICENSE,
23422342
optionalDependencies: {
2343-
"@napi-rs/canvas": "^0.1.74",
2343+
"@napi-rs/canvas": "^0.1.77",
23442344
},
23452345
browser: {
23462346
canvas: false,

0 commit comments

Comments
 (0)