|
27 | 27 | "create-admin": "npx ts-node ./scripts/create-admin.ts", |
28 | 28 | "create-users": "npx ts-node ./scripts/add-users.ts", |
29 | 29 | "deploy:dev": "sh ./k8s/dev/deploy.sh", |
30 | | - "test:libs": "jest --testPathPattern='libs/.*\\.spec\\.ts$'", |
| 30 | + "test:libs": "jest --testPathPatterns='libs/.*\\.spec\\.ts$'", |
31 | 31 | "test:migrations": "pnpm --filter=typeorm test", |
32 | 32 | "test:all": "INCLUDE_LIBS=0 pnpm --filter=api test && INCLUDE_LIBS=0 pnpm --filter=chain test && INCLUDE_LIBS=0 pnpm --filter=notifications test && pnpm test:libs && pnpm --filter=typeorm test", |
33 | 33 | "test:cov:all": "pnpm --filter=api test:cov && pnpm --filter=chain test:cov && pnpm --filter=notifications test:cov && pnpm --filter=typeorm test:cov", |
|
82 | 82 | "devDependencies": { |
83 | 83 | "@eslint/eslintrc": "3.3.5", |
84 | 84 | "@eslint/js": "10.0.1", |
85 | | - "@hashgraph/hedera-local": "2.39.4", |
| 85 | + "@hashgraph/hedera-local": "2.40.1", |
86 | 86 | "@nestjs/cli": "11.0.16", |
87 | 87 | "@nestjs/schematics": "11.0.9", |
88 | 88 | "@nestjs/testing": "catalog:nestjs-core", |
89 | | - "@testcontainers/postgresql": "11.13.0", |
90 | | - "@testcontainers/rabbitmq": "11.13.0", |
91 | | - "@testcontainers/redis": "11.13.0", |
| 89 | + "@testcontainers/postgresql": "catalog:testcontainers", |
| 90 | + "@testcontainers/rabbitmq": "catalog:testcontainers", |
| 91 | + "@testcontainers/redis": "catalog:testcontainers", |
92 | 92 | "@types/express": "5.0.6", |
93 | 93 | "@types/jest": "catalog:", |
94 | 94 | "@types/node": "catalog:", |
|
104 | 104 | "eslint-plugin-prettier": "5.5.5", |
105 | 105 | "globals": "17.6.0", |
106 | 106 | "jest": "catalog:", |
107 | | - "jest-mock-extended": "4.0.0", |
| 107 | + "jest-mock-extended": "4.0.1", |
108 | 108 | "picocolors": "1.1.1", |
109 | 109 | "prettier": "catalog:", |
110 | 110 | "source-map-support": "0.5.21", |
111 | 111 | "supertest": "7.2.2", |
112 | | - "testcontainers": "11.13.0", |
| 112 | + "testcontainers": "catalog:testcontainers", |
113 | 113 | "ts-jest": "catalog:", |
114 | 114 | "ts-loader": "catalog:", |
115 | 115 | "ts-node": "catalog:", |
|
0 commit comments