Update dependency web-vitals to v4 #173

Closed
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 3804c3cf08 - Show all commits

View File

@@ -39,7 +39,7 @@
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^3.5.2" "web-vitals": "^4.0.0"
} }
}, },
"node_modules/@adobe/css-tools": { "node_modules/@adobe/css-tools": {
@@ -3948,9 +3948,9 @@
} }
}, },
"node_modules/web-vitals": { "node_modules/web-vitals": {
"version": "3.5.2", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz",
"integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q=="
}, },
"node_modules/yallist": { "node_modules/yallist": {
"version": "3.1.1", "version": "3.1.1",

View File

@@ -35,7 +35,7 @@
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^3.5.2" "web-vitals": "^4.0.0"
}, },
"scripts": { "scripts": {
"start": "vite", "start": "vite",