From c6f7cd7731e5e8b0a3fc7b5916d0f2de760da51b Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 4 Jun 2023 21:35:39 +0200 Subject: [PATCH] Feature/update dependency web vitals to v3.x (#343) * Update dependency "@fontsource/roboto" to v5.x Update to 5.0.2 * Update dependency "web-vitals" to v3.x Update to 3.3.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe489804..33447056 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-virtuoso": "^1.8.6", "swr": "^2.1.5", "use-query-params": "^2.2.1", - "web-vitals": "^2.1.0" + "web-vitals": "^3.3.2" }, "devDependencies": { "@types/react": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index 4e201fa4..c1b1cad2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10546,10 +10546,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.0.tgz#ebf5428875ab5bfc1056c2e80cd177001287de7b" - integrity sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg== +web-vitals@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.3.2.tgz#83e8dbd0f8fba43c5fe2e601573e804afc771790" + integrity sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q== webidl-conversions@^4.0.2: version "4.0.2"