chore: bump testcontainers + rimraf in dev/test deps

This commit is contained in:
nicktrn
2026-04-27 15:46:34 +01:00
parent e02e0de384
commit 4688261df7
10 changed files with 416 additions and 197 deletions
+1 -1
View File
@@ -292,7 +292,7 @@
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prop-types": "^15.8.1",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"style-loader": "^3.3.4",
"supertest": "^7.0.0",
"tailwind-scrollbar": "^3.0.1",
+1 -1
View File
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/node": "^20",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"ts-proto": "^1.167.3"
},
"engines": {
@@ -15,11 +15,11 @@
"ioredis": "^5.3.2"
},
"devDependencies": {
"@testcontainers/postgresql": "^10.28.0",
"@testcontainers/redis": "^10.28.0",
"@testcontainers/postgresql": "^11.14.0",
"@testcontainers/redis": "^11.14.0",
"@trigger.dev/core": "workspace:*",
"std-env": "^3.9.0",
"testcontainers": "^10.28.0",
"testcontainers": "^11.14.0",
"tinyexec": "^0.3.0"
},
"scripts": {
@@ -75,7 +75,9 @@ export async function createRedisContainer({
port?: number;
network?: StartedNetwork;
}) {
let container = new RedisContainer().withExposedPorts(port ?? 6379).withStartupTimeout(120_000); // 2 minutes
let container = new RedisContainer("redis:7.2")
.withExposedPorts(port ?? 6379)
.withStartupTimeout(120_000); // 2 minutes
if (network) {
container = container.withNetwork(network).withNetworkAliases("redis");
+1 -1
View File
@@ -64,7 +64,7 @@
"cpy-cli": "^5.0.0",
"execa": "^8.0.1",
"find-up": "^7.0.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"ts-essentials": "10.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0"
+1 -1
View File
@@ -215,7 +215,7 @@
"ai": "^6.0.0",
"defu": "^6.1.4",
"esbuild": "^0.23.0",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"superjson": "^2.2.1",
"ts-essentials": "10.0.1",
"tshy": "^3.0.2",
+1 -1
View File
@@ -44,7 +44,7 @@
"@arethetypeswrong/cli": "^0.15.4",
"@types/react": "*",
"@types/react-dom": "*",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0"
},
+1 -1
View File
@@ -48,7 +48,7 @@
"@types/node": "^20.14.14",
"@types/react": "*",
"@types/react-dom": "*",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0"
},
+1 -1
View File
@@ -71,7 +71,7 @@
"@types/ws": "^8.5.3",
"ai": "^6.0.0",
"encoding": "^0.1.13",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0",
"typed-emitter": "^2.1.0",
+403 -186
View File
File diff suppressed because it is too large Load Diff