From 92258c709a9a4f1a3617b995551810962f0a65b2 Mon Sep 17 00:00:00 2001 From: samchungy Date: Tue, 12 Mar 2024 17:00:53 +1100 Subject: [PATCH] remove >= --- .changeset/soft-penguins-eat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/soft-penguins-eat.md b/.changeset/soft-penguins-eat.md index 149f290..e95f38c 100644 --- a/.changeset/soft-penguins-eat.md +++ b/.changeset/soft-penguins-eat.md @@ -4,4 +4,4 @@ Upgrade Typescript Eslint to 7.2.0 to support Typescript 5.4. -This bumps the minimum required versions of Node.js to 18.18.0, Eslint to >=8.56.0 and Typescript to >=4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0. +This bumps the minimum required versions of Node.js to 18.18.0, Eslint to 8.56.0 and Typescript to 4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0.