chore: bump testcontainers + rimraf in dev/test deps
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Generated
+403
-186
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user