Skip to content

Some fixes #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-fpm
FROM php:7.4.33-fpm

MAINTAINER Casper Bottelet <[email protected]>

Expand Down
113 changes: 68 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^1.8.3",
"bootstrap-sass": "^3.4.1",
"bootstrap-select": "^1.13.12",
"chart.js": "^2.9.3",
Expand Down