Update and fix missing dependencies

This commit is contained in:
Darren Clarke 2023-06-14 06:33:06 +00:00 committed by GitHub
parent 8949b10671
commit 59ae833099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 26880 additions and 20410 deletions

View file

@ -12,22 +12,23 @@
"@graphile-contrib/pg-many-to-many": "^1.0.2",
"graphile-migrate": "^1.4.1",
"graphql": "15.8.0",
"postgraphile": "4.12.3"
"postgraphile": "4.13.0",
"pg-promise": "^11.5.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@types/jest": "^29.5.1",
"eslint": "^8.41.0",
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@types/jest": "^29.5.2",
"eslint": "^8.42.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"pino-pretty": "^10.0.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
},
"scripts": {
"build": "tsc -p tsconfig.json",