We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b95a8e commit 0c5a590Copy full SHA for 0c5a590
3 files changed
gulpfile.mjs
@@ -99,7 +99,7 @@ const AUTOPREFIXER_CONFIG = {
99
const BABEL_TARGETS = ENV_TARGETS.join(", ");
100
101
const BABEL_PRESET_ENV_OPTS = Object.freeze({
102
- corejs: "3.47.0",
+ corejs: "3.48.0",
103
exclude: ["web.structured-clone"],
104
shippedProposals: true,
105
useBuiltIns: "usage",
@@ -2269,7 +2269,7 @@ function packageJson() {
2269
bugs: DIST_BUGS_URL,
2270
license: DIST_LICENSE,
2271
optionalDependencies: {
2272
- "@napi-rs/canvas": "^0.1.88",
+ "@napi-rs/canvas": "^0.1.90",
2273
"node-readable-to-web-readable-stream": "^0.4.2",
2274
},
2275
browser: {
0 commit comments