Remove unused web-vitals package

This commit is contained in:
Deluan 2021-05-31 10:21:24 -04:00
parent c5abdc19bc
commit 39c560a5c2
2 changed files with 2 additions and 14 deletions

13
ui/package-lock.json generated
View File

@ -39,8 +39,7 @@
"react-scripts": "^4.0.3", "react-scripts": "^4.0.3",
"redux": "^4.1.0", "redux": "^4.1.0",
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"uuid": "^8.3.2", "uuid": "^8.3.2"
"web-vitals": "^0.2.4"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.12.0", "@testing-library/jest-dom": "^5.12.0",
@ -19017,11 +19016,6 @@
"minimalistic-assert": "^1.0.0" "minimalistic-assert": "^1.0.0"
} }
}, },
"node_modules/web-vitals": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz",
"integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg=="
},
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
@ -36785,11 +36779,6 @@
"minimalistic-assert": "^1.0.0" "minimalistic-assert": "^1.0.0"
} }
}, },
"web-vitals": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz",
"integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg=="
},
"webidl-conversions": { "webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",

View File

@ -34,8 +34,7 @@
"react-scripts": "^4.0.3", "react-scripts": "^4.0.3",
"redux": "^4.1.0", "redux": "^4.1.0",
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"uuid": "^8.3.2", "uuid": "^8.3.2"
"web-vitals": "^0.2.4"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.12.0", "@testing-library/jest-dom": "^5.12.0",