From e26e754ae80e5dd7c5c37e370190276426c75c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:11:29 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.1. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-create-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-create-react-app/package.json b/examples/browser-create-react-app/package.json index baa1cc9d..2d8eb2d8 100644 --- a/examples/browser-create-react-app/package.json +++ b/examples/browser-create-react-app/package.json @@ -43,7 +43,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.1", "tachyons": "^4.12.0", - "web-vitals": "^2.1.2" + "web-vitals": "^3.0.1" }, "devDependencies": { "@playwright/test": "^1.12.3",