Add lodash pkg, bugfix config loader (update:configData), stat filters implemented with lodash

This commit is contained in:
Bart van der Braak 2020-02-05 19:21:37 +01:00
parent 0e095a5088
commit b19346ac16
5 changed files with 19 additions and 30 deletions

View file

@ -11,6 +11,7 @@
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.3.0",
"core-js": "^3.4.4",
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-router": "^3.1.5"
},
@ -50,6 +51,7 @@
"last 2 versions"
],
"peerDependencies": {
"jquery": "^3.4.1"
"jquery": "^3.4.1",
"webpack": "^5.0.04"
}
}