Skip to content

Commit 0c5a590

Browse files
committed
Update dependencies to the most recent versions
1 parent 2b95a8e commit 0c5a590

3 files changed

Lines changed: 526 additions & 526 deletions

File tree

gulpfile.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const AUTOPREFIXER_CONFIG = {
9999
const BABEL_TARGETS = ENV_TARGETS.join(", ");
100100

101101
const BABEL_PRESET_ENV_OPTS = Object.freeze({
102-
corejs: "3.47.0",
102+
corejs: "3.48.0",
103103
exclude: ["web.structured-clone"],
104104
shippedProposals: true,
105105
useBuiltIns: "usage",
@@ -2269,7 +2269,7 @@ function packageJson() {
22692269
bugs: DIST_BUGS_URL,
22702270
license: DIST_LICENSE,
22712271
optionalDependencies: {
2272-
"@napi-rs/canvas": "^0.1.88",
2272+
"@napi-rs/canvas": "^0.1.90",
22732273
"node-readable-to-web-readable-stream": "^0.4.2",
22742274
},
22752275
browser: {

0 commit comments

Comments
 (0)