Skip to content

Commit bfa3158

Browse files
⬆️ deps: Drop @babel/polyfill and upgrade everything.
1 parent 93dd294 commit bfa3158

File tree

2 files changed

+323
-896
lines changed

2 files changed

+323
-896
lines changed

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@
5858
"test": "ava"
5959
},
6060
"dependencies": {
61-
"@aureooms/js-compare": "^1.4.8",
62-
"@aureooms/js-itertools": "^5.0.0",
63-
"@aureooms/js-pairing-heap": "^1.0.0"
61+
"@aureooms/js-compare": "^2.0.0",
62+
"@aureooms/js-itertools": "^5.1.0",
63+
"@aureooms/js-pairing-heap": "^2.0.1"
6464
},
6565
"devDependencies": {
6666
"@babel/core": "7.13.10",
67-
"@babel/polyfill": "7.12.1",
68-
"@babel/preset-env": "7.13.10",
67+
"@babel/preset-env": "7.13.12",
6968
"@babel/register": "7.13.8",
7069
"@commitlint/cli": "12.0.1",
7170
"@js-library/commitlint-config": "0.0.4",

0 commit comments

Comments
 (0)