Select overviews by name instead of index

This commit is contained in:
Darren Clarke 2023-10-23 13:27:42 +02:00
parent f13530f043
commit 7df947f35a
28 changed files with 1581 additions and 2809 deletions

View file

@ -9,7 +9,7 @@
"private": false,
"devDependencies": {
"@hapi/basic": "^7.0.2",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"babel-preset-link": "*",
"eslint-config-link": "*",
"jest-config-link": "*",
@ -20,7 +20,7 @@
"@hapi/hapi": "^21.3.2",
"@hapi/hoek": "^11.0.2",
"joi": "^17.11.0",
"next-auth": "4.23.2"
"next-auth": "4.24.3"
},
"scripts": {
"build": "tsc -p tsconfig.json",