upgrade npm packages

This commit is contained in:
Simon Vieille 2019-05-04 19:05:52 +02:00
parent cb286ce704
commit 196da8cb45
Signed by: deblan
GPG Key ID: 03383D15A1D31745
3 changed files with 7 additions and 5 deletions

View File

@ -20,6 +20,7 @@ npm:
@echo @echo
${NPM} install ${NPM} install
${NPM} update
update: update:
@echo "Updating application's dependencies" @echo "Updating application's dependencies"
@ -31,6 +32,7 @@ update:
${MKDIR} -p data/cache ${MKDIR} -p data/cache
${COMPOSER} update ${COMPOSER} update
${NPM} install ${NPM} install
${NPM} update
clean-cache: clean-cache:
@echo "Removing cache" @echo "Removing cache"

View File

@ -1,9 +1,9 @@
{ {
"dependencies": { "dependencies": {
"bootstrap": "^3.3.4", "bootstrap": "^3.4.1",
"diff": "^2.2.2", "diff": "^2.2.3",
"flag-icon-css": "^0.8.6", "flag-icon-css": "^0.8.6",
"iframe-resizer": "^2.8.6", "iframe-resizer": "^2.8.10",
"jquery": "^1.9.1" "jquery": ">=3.4.0"
} }
} }

View File

@ -117,7 +117,7 @@
return key; return key;
} }
</script> </script>
<script src="{{ web_path }}components/jquery/jquery.min.js"></script> <script src="{{ web_path }}components/jquery/dist/jquery.min.js"></script>
<script src="{{ web_path }}components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="{{ web_path }}components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="{{ web_path }}app/js/cipher.js"></script> <script src="{{ web_path }}app/js/cipher.js"></script>
<script src="{{ web_path }}app/js/app.js"></script> <script src="{{ web_path }}app/js/app.js"></script>