From 9934dba1bd4bbf35dca83ed61f2defdb39f101d9 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:29:11 +0000 Subject: [PATCH 1/2] docs: add typescript version requirements to development section Co-Authored-By: Jayant Krishnamurthy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f73f3a4ac..9d5e927ed6 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Fortuna is an off-chain service which can be used by [Entropy](https://pyth.netw ## Development +### TypeScript Version Requirements +The project requires TypeScript version >=4.7.4 <5.5.0. Using versions outside this range may result in linting warnings. + ### Pull requests Use the [Conventional Commits](https://www.conventionalcommits.org) format for your commit messages and PR titles. From ca66edc6668945b0136603a673f255ee754a86e7 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:35:01 +0000 Subject: [PATCH 2/2] style: fix prettier formatting in readme Co-Authored-By: Jayant Krishnamurthy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d5e927ed6..fb371090ff 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Fortuna is an off-chain service which can be used by [Entropy](https://pyth.netw ## Development ### TypeScript Version Requirements + The project requires TypeScript version >=4.7.4 <5.5.0. Using versions outside this range may result in linting warnings. ### Pull requests