mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-07-25 12:39:10 +00:00
Add lodash pkg, bugfix config loader (update:configData), stat filters implemented with lodash
This commit is contained in:
parent
0e095a5088
commit
b19346ac16
5 changed files with 19 additions and 30 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue