Skip to content

Commit

Permalink
Merge pull request #80 from exacaster/dependabot/npm_and_yarn/fronten…
Browse files Browse the repository at this point in the history
…d/web-vitals-3.0.0

Remove web-vitals
  • Loading branch information
pdambrauskas authored Aug 25, 2022
2 parents bb76b85 + b29d549 commit b9f3fbf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"react-moment": "^1.1.1",
"react-router-dom": "^6.3.0",
"sass": "^1.34.0",
"typescript": "^4.1.2",
"web-vitals": "^2.1.4"
"typescript": "^4.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
6 changes: 0 additions & 6 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ import React from 'react';
import ReactDOM from 'react-dom';
import './index.scss';
import App from './App';
import reportWebVitals from './reportWebVitals';

ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
15 changes: 0 additions & 15 deletions frontend/src/reportWebVitals.ts

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9781,11 +9781,6 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"

web-vitals@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.4.tgz#76563175a475a5e835264d373704f9dde718290c"
integrity sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==

webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
Expand Down

0 comments on commit b9f3fbf

Please sign in to comment.