Skip to content

Commit 1e7f997

Browse files
committed
Add seedrandom tfjs dependency to package.json
1 parent 27b253b commit 1e7f997

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/danfojs-browser/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"request": "^2.88.2",
2727
"stream-json": "^1.7.3",
2828
"table": "6.7.1",
29-
"xlsx": "^0.17.2"
29+
"xlsx": "^0.17.2",
30+
"seedrandom": "^2.4.3"
3031
},
3132
"peerDependencies": {
3233
"plotly.js-dist-min": "^2.8.0"
@@ -110,4 +111,4 @@
110111
]
111112
},
112113
"sideEffects": false
113-
}
114+
}

0 commit comments

Comments
 (0)