File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 292292 "prettier" : " ^2.8.8" ,
293293 "prettier-plugin-tailwindcss" : " ^0.3.0" ,
294294 "prop-types" : " ^15.8.1" ,
295- "rimraf" : " ^3 .0.2 " ,
295+ "rimraf" : " ^6 .0.1 " ,
296296 "style-loader" : " ^3.3.4" ,
297297 "supertest" : " ^7.0.0" ,
298298 "tailwind-scrollbar" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 2828 },
2929 "devDependencies" : {
3030 "@types/node" : " ^20" ,
31- "rimraf" : " ^3 .0.2 " ,
31+ "rimraf" : " ^6 .0.1 " ,
3232 "ts-proto" : " ^1.167.3"
3333 },
3434 "engines" : {
Original file line number Diff line number Diff line change 1515 "ioredis" : " ^5.3.2"
1616 },
1717 "devDependencies" : {
18- "@testcontainers/postgresql" : " ^10.28 .0" ,
19- "@testcontainers/redis" : " ^10.28 .0" ,
18+ "@testcontainers/postgresql" : " ^11.14 .0" ,
19+ "@testcontainers/redis" : " ^11.14 .0" ,
2020 "@trigger.dev/core" : " workspace:*" ,
2121 "std-env" : " ^3.9.0" ,
22- "testcontainers" : " ^10.28 .0" ,
22+ "testcontainers" : " ^11.14 .0" ,
2323 "tinyexec" : " ^0.3.0"
2424 },
2525 "scripts" : {
Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ export async function createRedisContainer({
7575 port ?: number ;
7676 network ?: StartedNetwork ;
7777} ) {
78- let container = new RedisContainer ( ) . withExposedPorts ( port ?? 6379 ) . withStartupTimeout ( 120_000 ) ; // 2 minutes
78+ let container = new RedisContainer ( "redis:7.2" )
79+ . withExposedPorts ( port ?? 6379 )
80+ . withStartupTimeout ( 120_000 ) ; // 2 minutes
7981
8082 if ( network ) {
8183 container = container . withNetwork ( network ) . withNetworkAliases ( "redis" ) ;
Original file line number Diff line number Diff line change 6464 "cpy-cli" : " ^5.0.0" ,
6565 "execa" : " ^8.0.1" ,
6666 "find-up" : " ^7.0.0" ,
67- "rimraf" : " ^5 .0.7 " ,
67+ "rimraf" : " ^6 .0.1 " ,
6868 "ts-essentials" : " 10.0.1" ,
6969 "tshy" : " ^3.0.2" ,
7070 "tsx" : " 4.17.0"
Original file line number Diff line number Diff line change 215215 "ai" : " ^6.0.0" ,
216216 "defu" : " ^6.1.4" ,
217217 "esbuild" : " ^0.23.0" ,
218- "rimraf" : " ^3 .0.2 " ,
218+ "rimraf" : " ^6 .0.1 " ,
219219 "superjson" : " ^2.2.1" ,
220220 "ts-essentials" : " 10.0.1" ,
221221 "tshy" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 4444 "@arethetypeswrong/cli" : " ^0.15.4" ,
4545 "@types/react" : " *" ,
4646 "@types/react-dom" : " *" ,
47- "rimraf" : " ^3 .0.2 " ,
47+ "rimraf" : " ^6 .0.1 " ,
4848 "tshy" : " ^3.0.2" ,
4949 "tsx" : " 4.17.0"
5050 },
Original file line number Diff line number Diff line change 4848 "@types/node" : " ^20.14.14" ,
4949 "@types/react" : " *" ,
5050 "@types/react-dom" : " *" ,
51- "rimraf" : " ^3 .0.2 " ,
51+ "rimraf" : " ^6 .0.1 " ,
5252 "tshy" : " ^3.0.2" ,
5353 "tsx" : " 4.17.0"
5454 },
Original file line number Diff line number Diff line change 7171 "@types/ws" : " ^8.5.3" ,
7272 "ai" : " ^6.0.0" ,
7373 "encoding" : " ^0.1.13" ,
74- "rimraf" : " ^3 .0.2 " ,
74+ "rimraf" : " ^6 .0.1 " ,
7575 "tshy" : " ^3.0.2" ,
7676 "tsx" : " 4.17.0" ,
7777 "typed-emitter" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments