Skip to content

Commit

Permalink
build(deps): remove web-vitals (#506)
Browse files Browse the repository at this point in the history
* chore: dependencies update

* chore: update test dependencies

* chore: update bootstrap from v5.2.0 to v5.2.1

* chore: update qrcode from v1.5.0 to v1.5.1

* chore: update react-i18next from v11.16.9 to v11.18.6

* chore: remove dependency web-vitals
  • Loading branch information
theborakompanioni authored Sep 21, 2022
1 parent dbd5b6f commit 7342e10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
15 changes: 1 addition & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
"typescript": "^4.7.2"
},
"dependencies": {
"serve": "14.0.1"
Expand Down
6 changes: 0 additions & 6 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { ServiceInfoProvider } from './context/ServiceInfoContext'
import { WalletProvider } from './context/WalletContext'
import { ServiceConfigProvider } from './context/ServiceConfigContext'

import reportWebVitals from './reportWebVitals'
import 'bootstrap/dist/css/bootstrap.min.css'
import './index.css'
import './i18n/config'
Expand Down Expand Up @@ -44,8 +43,3 @@ ReactDOM.render(
</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()
13 changes: 0 additions & 13 deletions src/reportWebVitals.ts

This file was deleted.

0 comments on commit 7342e10

Please sign in to comment.