From 8e5f873e52e9fc879db50b510fd6f9c7e22a9d52 Mon Sep 17 00:00:00 2001 From: Jorge Ezequiel Fabbroni Assum Date: Fri, 4 Oct 2024 16:16:30 -0300 Subject: [PATCH] v3.0.1-beta-7 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 290b1f2..cf431ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cabify/eslint-config", - "version": "3.0.1-beta-6", + "version": "3.0.1-beta-7", "description": "ESLint config for Cabify Javascript projects", "type": "module", "scripts": { @@ -39,7 +39,6 @@ ".": "./recommended.js" }, "dependencies": { - "typescript-eslint": "^8.8.0", "@typescript-eslint/eslint-plugin": "^8.4.0", "@typescript-eslint/parser": "^8.4.0", "confusing-browser-globals": "^1.0.10", @@ -52,7 +51,8 @@ "eslint-plugin-react": "^7.36.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^12.1.1", - "globals": "^15.9.0" + "globals": "^15.9.0", + "typescript-eslint": "^8.8.0" }, "peerDependencies": { "eslint": "9.11.0",