From 68e7488d39a5ef33188f28bac2ae31bf56e4ed3d Mon Sep 17 00:00:00 2001 From: Tom Ballinger Date: Mon, 16 Sep 2024 15:42:11 -0700 Subject: [PATCH] Upgrade eslint-plugin-react (#29876) Upgrade eslint-plugin-react to make `npm i` work in the convex-js repo GitOrigin-RevId: 3b5107276051448edd74cd1ea401af24ac23d12a --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f1eb77..303d8df 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "esbuild-plugin-external-global": "~1.0.1", "eslint": "9", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-require-extensions": "~0.1.3", "eslint-plugin-vitest": "~0.5.4",