From deab0597cabe1300e6ee214768e14f1020d0f195 Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Thu, 21 Nov 2024 09:08:19 +0100 Subject: [PATCH] After CR --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0dee49..aefb522 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "repository": "git@github.com:ibexa/eslint-config-ibexa.git", "private": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "^8.10.0", - "@typescript-eslint/parser": "^8.10.0", + "@typescript-eslint/eslint-plugin": "8.10.0", + "@typescript-eslint/parser": "8.10.0", "typescript": "^5.6.3", "eslint": "8.55", "eslint-plugin-react": "7.33.2",