From 4a01510ee416405cd78a9ee0b8439749c3a70254 Mon Sep 17 00:00:00 2001 From: Tomas Dabasinskas Date: Thu, 6 Apr 2023 08:37:42 +0300 Subject: [PATCH] Fix dependencies lint Signed-off-by: Tomas Dabasinskas --- plugins/puppetdb/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/puppetdb/package.json b/plugins/puppetdb/package.json index 7793106ed0..9ac646302e 100644 --- a/plugins/puppetdb/package.json +++ b/plugins/puppetdb/package.json @@ -46,7 +46,6 @@ "react-use": "^17.2.4" }, "peerDependencies": { - "@types/react": "^16.13.1 || ^17.0.0", "react": "^16.13.1 || ^17.0.0", "react-router-dom": "6.0.0-beta.0 || ^6.3.0" }, @@ -59,6 +58,7 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/node": "*", + "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", "msw": "^1.0.1" }, diff --git a/yarn.lock b/yarn.lock index 02af474822..2fcb43abf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7945,11 +7945,11 @@ __metadata: "@testing-library/react": ^12.1.3 "@testing-library/user-event": ^14.0.0 "@types/node": "*" + "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^1.0.1 react-use: ^17.2.4 peerDependencies: - "@types/react": ^16.13.1 || ^17.0.0 react: ^16.13.1 || ^17.0.0 react-router-dom: 6.0.0-beta.0 || ^6.3.0 languageName: unknown