This commit is contained in:
Darren Clarke 2023-07-18 12:26:57 +00:00
parent 7ca5f2d45a
commit f901f203b0
302 changed files with 9897 additions and 10332 deletions

View file

@ -16,19 +16,19 @@
"pg-promise": "^11.5.0"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-typescript": "7.22.5",
"@types/jest": "^29.5.2",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"@types/jest": "^29.5.3",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"jest-junit": "^16.0.0",
"pino-pretty": "^10.0.0",
"prettier": "^2.8.8",
"pino-pretty": "^10.0.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"scripts": {
"build": "tsc -p tsconfig.json",