From 0446a01e85e80cb1ebd3d29d88b20a78dffec748 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:49:13 +0200 Subject: [PATCH] Remove unused dependency "web-vitals" (#353) Was required by CRA --- package.json | 3 +-- yarn.lock | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 7f9f3466..c63fec09 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,7 @@ "swr": "^2.1.5", "use-query-params": "^2.2.1", "vite": "^4.3.9", - "vite-tsconfig-paths": "^4.2.0", - "web-vitals": "^3.3.2" + "vite-tsconfig-paths": "^4.2.0" }, "devDependencies": { "@types/react": "^18.2.8", diff --git a/yarn.lock b/yarn.lock index a8cdbeb4..2cc9e3b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2993,11 +2993,6 @@ void-elements@3.1.0: resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" integrity sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w== -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== - which-boxed-primitive@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"