fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-16 12:02:23 +02:00
parent f42e57a3b3
commit dbf93d8d1f
3 changed files with 5 additions and 45 deletions

View File

@ -14,11 +14,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"axios": "latest",
"fastify": "latest",
"fastify-leveldb": "latest",
"fastify-static": "^2.5.0",
"mkdirp": "^1.0.4",
"node-sass": "^6.0.0"
"fastify-static": "latest",
"mkdirp": "latest",
"node-sass": "latest"
}
}