We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd560ee commit d49fc49Copy full SHA for d49fc49
3 files changed
gulpfile.mjs
@@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
96
const BABEL_TARGETS = ENV_TARGETS.join(", ");
97
98
const BABEL_PRESET_ENV_OPTS = Object.freeze({
99
- corejs: "3.44.0",
+ corejs: "3.45.0",
100
exclude: ["web.structured-clone"],
101
shippedProposals: true,
102
useBuiltIns: "usage",
@@ -2340,7 +2340,7 @@ function packageJson() {
2340
bugs: DIST_BUGS_URL,
2341
license: DIST_LICENSE,
2342
optionalDependencies: {
2343
- "@napi-rs/canvas": "^0.1.74",
+ "@napi-rs/canvas": "^0.1.77",
2344
},
2345
browser: {
2346
canvas: false,
0 commit comments