Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.11.0",
"web-vitals": "^2.1.0",
"yaml": "^2.8.2",
"yaml": "^2.8.3",
"zod": "^4.3.5"
},
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
Expand All @@ -12,5 +11,3 @@ root.render(
<App />
</React.StrictMode>
);

reportWebVitals();
15 changes: 0 additions & 15 deletions src/reportWebVitals.ts

This file was deleted.

18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,7 @@ __metadata:
typescript-eslint: "npm:^8.59.4"
vite: "npm:^8.0.14"
vitest: "npm:^4.1.7"
web-vitals: "npm:^2.1.0"
yaml: "npm:^2.8.2"
yaml: "npm:^2.8.3"
zod: "npm:^4.3.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2730,13 +2729,6 @@ __metadata:
languageName: node
linkType: hard

"web-vitals@npm:^2.1.0":
version: 2.1.4
resolution: "web-vitals@npm:2.1.4"
checksum: 10c0/c71ab674936c6b4d51679e037e3819c24bdad9f30410fe8a84fd8218d29d9bacf15ae9fd570d361f3e9621aa8454f61277f66ac1a5c19b50facf3220a37a73eb
languageName: node
linkType: hard

"which@npm:^2.0.1":
version: 2.0.2
resolution: "which@npm:2.0.2"
Expand Down Expand Up @@ -2799,12 +2791,12 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.8.2":
version: 2.8.2
resolution: "yaml@npm:2.8.2"
"yaml@npm:^2.8.3":
version: 2.9.0
resolution: "yaml@npm:2.9.0"
bin:
yaml: bin.mjs
checksum: 10c0/703e4dc1e34b324aa66876d63618dcacb9ed49f7e7fe9b70f1e703645be8d640f68ab84f12b86df8ac960bac37acf5513e115de7c970940617ce0343c8c9cd96
checksum: 10c0/f340718df45e97a9551b9bf9dac61c80050bc464513b710debfb5067c380c8472e3b67809cffacb4ab5ffb5e66ef9310816c88b05f371cec60abfedd8c88e0a2
languageName: node
linkType: hard

Expand Down
Loading