Skip to content

Commit e7472e8

Browse files
committed
[Dev Deps] loosen the core-js dep
- v2.4.1 has a bug in its TypedArray polyfill
1 parent 699827e commit e7472e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"devDependencies": {
77
"@ljharb/eslint-config": "^16.0.0",
8-
"core-js": "~2.4.1",
8+
"core-js": "^2.5.7",
99
"eslint": "^6.8.0",
1010
"nyc": "^10.3.2",
1111
"safe-publish-latest": "^1.1.4",

0 commit comments

Comments
 (0)