We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe9db0 commit 7f619c7Copy full SHA for 7f619c7
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.42.0",
+ corejs: "3.43.0",
100
exclude: ["web.structured-clone"],
101
shippedProposals: true,
102
useBuiltIns: "usage",
@@ -2339,7 +2339,7 @@ function packageJson() {
2339
bugs: DIST_BUGS_URL,
2340
license: DIST_LICENSE,
2341
optionalDependencies: {
2342
- "@napi-rs/canvas": "^0.1.67",
+ "@napi-rs/canvas": "^0.1.71",
2343
},
2344
browser: {
2345
canvas: false,
0 commit comments