Skip to content

Commit 7f619c7

Browse files
committed
Update dependencies to the most recent versions
1 parent 8fe9db0 commit 7f619c7

3 files changed

Lines changed: 1047 additions & 567 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.42.0",
99+
corejs: "3.43.0",
100100
exclude: ["web.structured-clone"],
101101
shippedProposals: true,
102102
useBuiltIns: "usage",
@@ -2339,7 +2339,7 @@ function packageJson() {
23392339
bugs: DIST_BUGS_URL,
23402340
license: DIST_LICENSE,
23412341
optionalDependencies: {
2342-
"@napi-rs/canvas": "^0.1.67",
2342+
"@napi-rs/canvas": "^0.1.71",
23432343
},
23442344
browser: {
23452345
canvas: false,

0 commit comments

Comments
 (0)