From 46afe0db594f5a14a4bc78d604739a989a9523d4 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 14 Jan 2026 13:46:06 +0100 Subject: [PATCH] chore(deps): update react-is and @types/react-is to version 19.2.0 for compatibility --- apps/infoalloggi/package-lock.json | 10 +++++----- apps/infoalloggi/package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index ba591d1..93e1f6d 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -74,7 +74,7 @@ "react-email": "^5.2.3", "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", - "react-is": "^19.1.1", + "react-is": "^19.2.0", "react-leaflet": "^5.0.0", "react-number-format": "^5.4.4", "react-pdf": "^10.2.0", @@ -109,7 +109,7 @@ "@types/pg": "^8.15.5", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.7", - "@types/react-is": "^19.0.0", + "@types/react-is": "^19.2.0", "@types/uuid": "^10.0.0", "cross-env": "^10.1.0", "jiti": "^2.6.1", @@ -13175,9 +13175,9 @@ } }, "node_modules/react-is": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.3.tgz", - "integrity": "sha512-qJNJfu81ByyabuG7hPFEbXqNcWSU3+eVus+KJs+0ncpGfMyYdvSmxiJxbWR65lYi1I+/0HBcliO029gc4F+PnA==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.0.tgz", + "integrity": "sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==", "license": "MIT" }, "node_modules/react-leaflet": { diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index e6f8bba..fcf507e 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -86,7 +86,7 @@ "react-email": "^5.2.3", "react-hook-form": "^7.62.0", "react-hot-toast": "^2.5.2", - "react-is": "^19.1.1", + "react-is": "^19.2.0", "react-leaflet": "^5.0.0", "react-number-format": "^5.4.4", "react-pdf": "^10.2.0", @@ -121,7 +121,7 @@ "@types/pg": "^8.15.5", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.7", - "@types/react-is": "^19.0.0", + "@types/react-is": "^19.2.0", "@types/uuid": "^10.0.0", "cross-env": "^10.1.0", "jiti": "^2.6.1",