diff --git a/supported-version/package.json b/supported-version/package.json index 8723259..1326c81 100644 --- a/supported-version/package.json +++ b/supported-version/package.json @@ -11,12 +11,12 @@ "author": "", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", - "@actions/github": "^6.0.0" + "@actions/core": "0.0.0-PLACEHOLDER", + "@actions/github": "0.0.0-PLACEHOLDER" }, "devDependencies": { - "@types/jest": "^29.5.12", - "jest": "^29.7.0", - "ts-jest": "^29.2.3" + "@types/jest": "0.0.0-PLACEHOLDER", + "jest": "0.0.0-PLACEHOLDER", + "ts-jest": "0.0.0-PLACEHOLDER" } }