Compare commits

...

1 Commits

Author SHA1 Message Date
af37979f32 Update dependency web-vitals to v4
Some checks failed
continuous-integration/drone/push Build is failing
2024-05-17 00:26:43 +00:00
2 changed files with 6 additions and 5 deletions

View File

@ -40,7 +40,7 @@
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.2.10", "vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^3.5.2", "web-vitals": "^4.0.0",
"xml-formatter": "^3.6.0" "xml-formatter": "^3.6.0"
} }
}, },
@ -22233,9 +22233,10 @@
} }
}, },
"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==",
"license": "Apache-2.0"
}, },
"node_modules/webidl-conversions": { "node_modules/webidl-conversions": {
"version": "6.1.0", "version": "6.1.0",

View File

@ -36,7 +36,7 @@
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.2.10", "vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^3.5.2", "web-vitals": "^4.0.0",
"xml-formatter": "^3.6.0" "xml-formatter": "^3.6.0"
}, },
"scripts": { "scripts": {