From 5306ce28fb9e4890c93ef8d4cef228bde115214a Mon Sep 17 00:00:00 2001 From: Goulin Khoge <36013798+goulinkh@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:18:02 +0200 Subject: [PATCH] fix lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa6c2d01..f9348d8c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/cli": "7.25.6", "@babel/eslint-parser": "7.25.1", "@babel/plugin-proposal-class-properties": "7.18.6", - "@babel/plugin-transform-runtime": "^7.25.4", + "@babel/plugin-transform-runtime": "7.25.4", "@babel/preset-react": "7.24.7", "@babel/preset-typescript": "7.24.7", "@eslint/compat": "1.1.1",