Merge pull request #699 from quantified-uncertainty/makeLodashTheCorrectTypeOfDependency

fix: Make lodash a dependency, rather than a dev dependency
This commit is contained in:
Ozzie Gooen 2022-06-14 20:54:12 -07:00 committed by GitHub
commit 377537a66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
"dependencies": {
"@stdlib/stats": "^0.0.13",
"jstat": "^1.9.5",
"lodash": "^4.17.21",
"mathjs": "^10.6.0",
"pdfast": "^0.2.0",
"rescript": "^9.1.4"
@ -53,7 +54,6 @@
"fast-check": "^2.25.0",
"gentype": "^4.4.0",
"jest": "^27.5.1",
"lodash": "^4.17.21",
"moduleserve": "^0.9.1",
"nyc": "^15.1.0",
"peggy": "^2.0.1",