From 9e1d5b958fd3f51f8bbfb5966e4e7f9ba4f205b7 Mon Sep 17 00:00:00 2001 From: loremedda Date: Tue, 26 Nov 2024 17:52:00 +0100 Subject: [PATCH] [SELC-6042] fix: Ensuring detection language and fix unit tests --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 655595b3..7d5320a6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@mui/x-data-grid": "^5.0.1", "@mui/x-data-grid-generator": "^5.0.1", "@pagopa/mui-italia": "^1.5.0", - "@pagopa/selfcare-common-frontend": "^1.34.48", + "@pagopa/selfcare-common-frontend": "^1.34.49", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@types/react-router-dom": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index a0b68bb6..46a3aa84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2049,10 +2049,10 @@ write-yaml-file "^4.1.3" yargs "^15.0.1" -"@pagopa/selfcare-common-frontend@^1.34.48": - version "1.34.48" - resolved "https://registry.npmjs.org/@pagopa/selfcare-common-frontend/-/selfcare-common-frontend-1.34.48.tgz#0b2ea1bc3fb1209d8ea4b6a0b2024c64bbbe9461" - integrity sha512-EBsRx+QsDN5lZczRldHWgx3H6iznMK8TFJmag/wv4eLY53QCtYQ4ACLdp5dIOM9dd+GBhjBFRTt0Dpb47stn1g== +"@pagopa/selfcare-common-frontend@^1.34.49": + version "1.34.49" + resolved "https://registry.npmjs.org/@pagopa/selfcare-common-frontend/-/selfcare-common-frontend-1.34.49.tgz#d369ce41e9b6742b0490175c197cbe3535a08214" + integrity sha512-NuQeFnTAwTgbvxUXSfrax59HvOQbajPDXF+GyBdPvOVUhJSi6FwGN1NqgKwVPMSqro0ZLrr39WomiYCpyISi5w== dependencies: "@emotion/react" "^11.11.1" "@emotion/styled" "^11.11.0"