Skip to content

Commit 2e26655

Browse files
committed
Add babael runtime lib
1 parent 498f13b commit 2e26655

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

danfojs-node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"mathjs": "7.5.1",
2727
"node-fetch": "^2.6.1",
2828
"stream-to-array": "^2.3.0",
29-
"table": "^5.4.6"
29+
"table": "^5.4.6",
30+
"@babel/runtime": "^7.13.10"
3031
},
3132
"scripts": {
3233
"test": "yarn run build && nyc mocha --require @babel/register tests/*",

danfojs-node/yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,13 @@
811811
pirates "^4.0.0"
812812
source-map-support "^0.5.16"
813813

814+
"@babel/runtime@^7.13.10":
815+
version "7.13.10"
816+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
817+
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
818+
dependencies:
819+
regenerator-runtime "^0.13.4"
820+
814821
"@babel/runtime@^7.8.4":
815822
version "7.12.5"
816823
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"

0 commit comments

Comments
 (0)