diff --git a/README.md b/README.md index 9427b13..deb7835 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Advent of Code +![Check runs](https://img.shields.io/github/check-runs/PassiDel/aoc/main) +![Typescript version](https://img.shields.io/github/package-json/dependency-version/passidel/aoc/peer/typescript) +![Runtime Bun]() + > [LANGUAGE: TypeScript] > > [RUNTIME: Bun] diff --git a/bun.lockb b/bun.lockb index 6ab1a53..3c72e86 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a06e86f..9a7064a 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "replace-in-file": "^8.2.0" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.7.2" } }