From 644e9a7a47f987d839c476b7ca9aa2421e173fb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:09:47 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to v18.2.51 --- package.json | 2 +- yarn.lock | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f41b497..8f662a3a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", "@types/node": "20.11.16", - "@types/react": "18.2.48", + "@types/react": "18.2.51", "@types/react-dom": "18.2.18", "i18next": "23.8.2", "lodash.isequal": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index 16fd1beb..1a190099 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3351,7 +3351,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:18.2.48": +"@types/react@npm:*": version: 18.2.48 resolution: "@types/react@npm:18.2.48" dependencies: @@ -3362,6 +3362,17 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:18.2.51": + version: 18.2.51 + resolution: "@types/react@npm:18.2.51" + dependencies: + "@types/prop-types": "npm:*" + "@types/scheduler": "npm:*" + csstype: "npm:^3.0.2" + checksum: 10/af2935027172ea40695b90b02e98520a097160fa8517f6022e2e2cf8518017e0b84991cc34ee8d72cd91dcb7c5404784d4bada7a4836edf2727c3d6703c16ff8 + languageName: node + linkType: hard + "@types/sanitize-html@npm:^2.9.0": version: 2.9.5 resolution: "@types/sanitize-html@npm:2.9.5" @@ -6565,7 +6576,7 @@ __metadata: "@types/i18n": "npm:0.13.10" "@types/lodash.isequal": "npm:^4.5.8" "@types/node": "npm:20.11.16" - "@types/react": "npm:18.2.48" + "@types/react": "npm:18.2.51" "@types/react-dom": "npm:18.2.18" "@types/uuid": "npm:9.0.8" "@typescript-eslint/eslint-plugin": "npm:6.20.0"