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

This commit is contained in:
soraefir
2023-08-01 14:37:58 +02:00
parent 0c64215dd1
commit 4a3d55dd78
2 changed files with 49 additions and 58 deletions

View File

@ -17,11 +17,11 @@
"dependencies": {
"@fastify/leveldb": "^5.0.1",
"@fastify/static": "^6.10.2",
"@fastify/view": "^7.4.1",
"@prettier/plugin-pug": "^2.5.1",
"@fastify/view": "^8.0.0",
"@prettier/plugin-pug": "^3.0.0",
"axios": "^1.4.0",
"fastify": "^4.18.0",
"nodemon": "^2.0.22",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"pug": "^3.0.2"
}