mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
chore(deps): bump lodash from 4.17.15 to 4.17.21
This commit is contained in:
parent
95e3fb63ca
commit
1c6ff0efe4
4 changed files with 3309 additions and 10817 deletions
2
assets/js/theme.min.js
vendored
2
assets/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
14114
package-lock.json
generated
14114
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -13,8 +13,9 @@
|
|||
"browserify": "^16.5.0",
|
||||
"core-js": "^3.6.4",
|
||||
"husky": "^4.2.3",
|
||||
"minimist": "^1.2.5",
|
||||
"segmentit": "^2.0.3"
|
||||
"minimist": "^1.2.6",
|
||||
"segmentit": "^2.0.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "npx npm-force-resolutions",
|
||||
|
@ -26,9 +27,6 @@
|
|||
"check": "htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external",
|
||||
"copy": "rm -rf resources && cp -rf exampleSite/resources resources"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimist": "^1.2.5"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run copy && git add resources assets/js"
|
||||
|
|
Loading…
Reference in a new issue