|
1 | 1 | { |
2 | 2 | "name": "@foal/acceptance-tests", |
3 | 3 | "private": true, |
4 | | - "version": "4.6.0", |
| 4 | + "version": "5.0.0", |
5 | 5 | "description": "Acceptance tests of the framework", |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha --require ts-node/register \"./src/**/*.{spec,feature}.{ts,tsx}\"", |
|
14 | 14 | "node": ">=22.0.0" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@foal/core": "^4.6.0", |
18 | | - "@foal/graphiql": "^4.6.0", |
19 | | - "@foal/jwks-rsa": "^4.6.0", |
20 | | - "@foal/jwt": "^4.6.0", |
21 | | - "@foal/mongodb": "^4.6.0", |
22 | | - "@foal/redis": "^4.6.0", |
23 | | - "@foal/social": "^4.6.0", |
24 | | - "@foal/socket.io": "^4.6.0", |
25 | | - "@foal/storage": "^4.6.0", |
26 | | - "@foal/typeorm": "^4.6.0", |
27 | | - "@foal/typestack": "^4.6.0", |
| 17 | + "@foal/core": "^5.0.0", |
| 18 | + "@foal/graphiql": "^5.0.0", |
| 19 | + "@foal/jwks-rsa": "^5.0.0", |
| 20 | + "@foal/jwt": "^5.0.0", |
| 21 | + "@foal/mongodb": "^5.0.0", |
| 22 | + "@foal/redis": "^5.0.0", |
| 23 | + "@foal/social": "^5.0.0", |
| 24 | + "@foal/socket.io": "^5.0.0", |
| 25 | + "@foal/storage": "^5.0.0", |
| 26 | + "@foal/typeorm": "^5.0.0", |
| 27 | + "@foal/typestack": "^5.0.0", |
28 | 28 | "@grpc/grpc-js": "~1.10.1", |
29 | 29 | "@grpc/proto-loader": "~0.7.10", |
30 | 30 | "@socket.io/redis-adapter": "~8.3.0", |
|
0 commit comments