diff --git a/Makefile b/Makefile index 2c7a213..6b5a389 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ npm: @echo ${NPM} install + ${NPM} update update: @echo "Updating application's dependencies" @@ -31,6 +32,7 @@ update: ${MKDIR} -p data/cache ${COMPOSER} update ${NPM} install + ${NPM} update clean-cache: @echo "Removing cache" diff --git a/package.json b/package.json index fcb0414..13c663e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "bootstrap": "^3.3.4", - "diff": "^2.2.2", + "bootstrap": "^3.4.1", + "diff": "^2.2.3", "flag-icon-css": "^0.8.6", - "iframe-resizer": "^2.8.6", - "jquery": "^1.9.1" + "iframe-resizer": "^2.8.10", + "jquery": ">=3.4.0" } } diff --git a/src/Gist/Resources/views/base.html.twig b/src/Gist/Resources/views/base.html.twig index 3de1f18..6bebf64 100644 --- a/src/Gist/Resources/views/base.html.twig +++ b/src/Gist/Resources/views/base.html.twig @@ -117,7 +117,7 @@ return key; } - +