Update dependency web-vitals to v4

This commit is contained in:
Renovate 2024-11-09 00:06:15 +00:00
parent 6525f29901
commit 2b087ed9c2
2 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@
"react-dom": "^18.1.0",
"react-scripts": "next",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
"web-vitals": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
@ -14226,9 +14226,9 @@
}
},
"node_modules/web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
"integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
"integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw=="
},
"node_modules/webidl-conversions": {
"version": "6.1.0",
@ -25161,9 +25161,9 @@
}
},
"web-vitals": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz",
"integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg=="
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
"integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw=="
},
"webidl-conversions": {
"version": "6.1.0",

View File

@ -20,7 +20,7 @@
"react-dom": "^18.1.0",
"react-scripts": "next",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
"web-vitals": "^4.0.0"
},
"scripts": {
"start": "BROWSER=none react-scripts start",