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

@ -16,18 +16,18 @@
"pg-promise": "^11.5.4"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@babel/preset-typescript": "7.23.0",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/jest": "^29.5.5",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"pino-pretty": "^10.2.0",
"pino-pretty": "^10.2.3",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"scripts": {