diff --git a/fixtures/ecosystems/typescript/package.json b/fixtures/ecosystems/typescript/package.json index 237fd4a..b8cd3b3 100644 --- a/fixtures/ecosystems/typescript/package.json +++ b/fixtures/ecosystems/typescript/package.json @@ -7,7 +7,7 @@ "test": "vitest run --reporter=junit --outputFile=test_results/junit/TEST-test_svcs.xml" }, "devDependencies": { - "typescript": "^6.0.0", + "typescript": "^7.0.0", "vitest": "^4.0.0" } }