From 8c6d51061fd206a978a49f34d4d79f42fec198c7 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Fri, 11 Oct 2024 18:32:02 +0200 Subject: [PATCH] Switch to non-RC version of eslint-plugin-react-hooks --- package.json | 2 +- pnpm-lock.yaml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e3227d6..3b331e6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-import-x": "4.3.1", "eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-react": "7.37.1", - "eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614", + "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-x": "1.14.3", "eslint-plugin-security": "3.0.1", "eslint-plugin-sonarjs": "1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ccce7c..85eae45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: 7.37.1 version: 7.37.1(eslint@9.12.0) eslint-plugin-react-hooks: - specifier: 5.1.0-rc-fb9a90fa48-20240614 - version: 5.1.0-rc-fb9a90fa48-20240614(eslint@9.12.0) + specifier: 5.0.0 + version: 5.0.0(eslint@9.12.0) eslint-plugin-react-x: specifier: 1.14.3 version: 1.14.3(eslint@9.12.0)(typescript@5.6.3) @@ -925,6 +925,12 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + eslint-plugin-react-hooks@5.0.0: + resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614: resolution: {integrity: sha512-xsiRwaDNF5wWNC4ZHLut+x/YcAxksUd9Rizt7LaEn3bV8VyYRpXnRJQlLOfYaVy9esk4DFP4zPPnoNVjq5Gc0w==} engines: {node: '>=10'} @@ -3216,6 +3222,10 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 + eslint-plugin-react-hooks@5.0.0(eslint@9.12.0): + dependencies: + eslint: 9.12.0 + eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614(eslint@9.12.0): dependencies: eslint: 9.12.0