From 987c42aa5a51b5daa8315e37454a7c46f7fb3583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vendramini?= Date: Wed, 19 Feb 2025 21:16:56 -0300 Subject: [PATCH] Update package.json Fixing CI https://github.com/react-native-community/hooks/pull/410 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e5db772..922ae066 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "react-native": ">=0.65" }, "devDependencies": { - "@auto-it/all-contributors": "10.46.0", - "@auto-it/first-time-contributor": "10.46.0", + "@auto-it/all-contributors": "11.3.0", + "@auto-it/first-time-contributor": "11.3.0", "@react-native-community/eslint-config": "3.2.0", "@testing-library/react-hooks": "8.0.1", "@testing-library/react-native": "12.1.3", @@ -29,7 +29,7 @@ "@types/react": "18.2.20", "@types/react-native": "0.72.2", "all-contributors-cli": "6.25.1", - "auto": "10.46.0", + "auto": "11.3.0", "eslint": "8.41.0", "eslint-plugin-prettier": "4.2.1", "jest": "29.5.0",