Sidebar and edit updates

This commit is contained in:
Darren Clarke 2023-10-16 09:20:40 +02:00
parent d73b194d1f
commit f13530f043
32 changed files with 3057 additions and 1114 deletions

View file

@ -20,11 +20,11 @@
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.199",
"@types/node": "*",
"@types/uuid": "^9.0.4",
"@types/uuid": "^9.0.5",
"camelcase-keys": "^9.1.0",
"pg-monitor": "^2.0.0",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"dependencies": {
@ -36,29 +36,29 @@
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.3",
"@hapipal/schmervice": "^3.0.0",
"@promster/hapi": "^10.0.1",
"@promster/server": "^9.0.0",
"@promster/types": "^5.0.0",
"@promster/hapi": "^12.0.0",
"@promster/server": "^12.0.0",
"@promster/types": "^12.0.0",
"@types/convict": "^6.1.4",
"@types/hapi__glue": "^6.1.7",
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.7",
"@types/hapi__inert": "^5.2.8",
"@types/hapi__vision": "^5.5.5",
"@types/hapipal__schmervice": "^2.0.4",
"@types/hapipal__schmervice": "^2.0.5",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"commander": "^11.1.0",
"convict": "^6.2.4",
"decamelcase-keys": "^1.1.1",
"figlet": "^1.6.0",
"hapi-pino": "^12.1.0",
"http-terminator": "^3.2.0",
"joi": "^17.10.2",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"next-auth": "^4.23.1",
"next-auth": "^4.23.2",
"pg-promise": "^11.5.4",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"prom-client": "^14.x.x",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"prom-client": "^15.x.x",
"uuid": "^9.0.1"
}
}