Skip to content

Commit 28367a1

Browse files
Update to latest core-js
Per a deprecation warning: > core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. This bumps core-js to 3.44.0, latest stable version as of this writing.
1 parent 59c619f commit 28367a1

File tree

2 files changed

+355
-321
lines changed

2 files changed

+355
-321
lines changed

browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@visx/legend": "^3.12.0",
2727
"@visx/scale": "^3.12.0",
2828
"@visx/shape": "^3.12.0",
29-
"core-js": "3.5.0",
29+
"core-js": "3.44.0",
3030
"css-loader": "^6.7.3",
3131
"d3-array": "^1.2.4",
3232
"d3-scale": "^2.2.2",

0 commit comments

Comments
 (0)