0

Add lodash

This commit is contained in:
Gabe Kangas 2021-08-17 18:41:09 -07:00
parent b7552d9bc1
commit 65319e9bfc
2 changed files with 4 additions and 0 deletions

3
web/package-lock.json generated
View File

@ -13,6 +13,7 @@
"chartkick": "^4.0.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"next": "^11.1.0",
"prop-types": "^15.7.2",
@ -1681,6 +1682,7 @@
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==",
"dependencies": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0"
},
"optionalDependencies": {
@ -1694,6 +1696,7 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
"fsevents": "~2.3.1",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",

View File

@ -15,6 +15,7 @@
"chartkick": "^4.0.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"next": "^11.1.0",
"prop-types": "^15.7.2",