Update dependency web-vitals to v4 #216

Open
pierre wants to merge 1 commits from renovate/web-vitals-4.x into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 1b2ffa65fa - Show all commits

View File

@ -40,7 +40,7 @@
"uuid": "^11.0.3", "uuid": "^11.0.3",
"vite": "^5.4.11", "vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3", "vite-tsconfig-paths": "^5.1.3",
"web-vitals": "^3.5.2", "web-vitals": "^4.0.0",
"xml-formatter": "^3.6.0" "xml-formatter": "^3.6.0"
} }
}, },
@ -21327,9 +21327,9 @@
} }
}, },
"node_modules/web-vitals": { "node_modules/web-vitals": {
"version": "3.5.2", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz",
"integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==", "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==",
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {

View File

@ -36,7 +36,7 @@
"uuid": "^11.0.3", "uuid": "^11.0.3",
"vite": "^5.4.11", "vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3", "vite-tsconfig-paths": "^5.1.3",
"web-vitals": "^3.5.2", "web-vitals": "^4.0.0",
"xml-formatter": "^3.6.0" "xml-formatter": "^3.6.0"
}, },
"scripts": { "scripts": {