Align node and npm versions to fix overrides

This commit is contained in:
Abel Luck 2023-06-07 10:24:48 +00:00
parent 754131fbe1
commit ffee8f42e4
8 changed files with 1564 additions and 2966 deletions

View file

@ -20,7 +20,7 @@
"graphile-worker": "^0.13.0",
"node-jose": "^2.2.0",
"postgraphile": "4.12.3",
"graphql": "16.6.0"
"graphql": "15.8.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
@ -40,4 +40,4 @@
"lint": "eslint src --ext .ts && prettier \"src/**/*.ts\" --list-different",
"test": "echo no tests"
}
}
}