Remove unused dependency "web-vitals" (#353)

Was required by CRA
This commit is contained in:
schroda
2023-06-05 01:49:13 +02:00
committed by GitHub
parent 4b83ccc889
commit 0446a01e85
2 changed files with 1 additions and 7 deletions

View File

@@ -43,8 +43,7 @@
"swr": "^2.1.5", "swr": "^2.1.5",
"use-query-params": "^2.2.1", "use-query-params": "^2.2.1",
"vite": "^4.3.9", "vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0", "vite-tsconfig-paths": "^4.2.0"
"web-vitals": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.8", "@types/react": "^18.2.8",

View File

@@ -2993,11 +2993,6 @@ void-elements@3.1.0:
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09" resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz#614f7fbf8d801f0bb5f0661f5b2f5785750e4f09"
integrity sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w== 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: which-boxed-primitive@^1.0.2:
version "1.0.2" version "1.0.2"
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"