Update middleware and deps
This commit is contained in:
parent
0b5e242ed0
commit
a3d6b786e1
28 changed files with 2246 additions and 2272 deletions
|
|
@ -13,22 +13,22 @@
|
|||
"graphile-migrate": "^1.4.1",
|
||||
"graphql": "15.8.0",
|
||||
"postgraphile": "4.13.0",
|
||||
"pg-promise": "^11.5.3"
|
||||
"pg-promise": "^11.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.10",
|
||||
"@babel/preset-env": "7.22.10",
|
||||
"@babel/preset-typescript": "7.22.5",
|
||||
"@types/jest": "^29.5.3",
|
||||
"eslint": "^8.47.0",
|
||||
"jest": "^29.6.2",
|
||||
"@babel/core": "7.22.15",
|
||||
"@babel/preset-env": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15",
|
||||
"@types/jest": "^29.5.4",
|
||||
"eslint": "^8.48.0",
|
||||
"jest": "^29.6.4",
|
||||
"jest-junit": "^16.0.0",
|
||||
"pino-pretty": "^10.2.0",
|
||||
"prettier": "^3.0.2",
|
||||
"prettier": "^3.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typedoc": "^0.24.8",
|
||||
"typescript": "^5.1.6"
|
||||
"typedoc": "^0.25.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue