Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4492 from bbc/renovate/web-vitals-2.x
Browse files Browse the repository at this point in the history
Update dependency web-vitals to v2.0.1
  • Loading branch information
Jonathan Roebuck committed Jun 9, 2021
2 parents 872596a + 73de56c commit 3e9f1b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/utilities/web-vitals/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 1.0.9 | [PR#4492](https://github.com/bbc/psammead/pull/4492) upgrades google web-vitals package from ^1.1.1 to ^2.0.1 |
| 1.0.8 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies |
| 1.0.7 | [PR#4467](https://github.com/bbc/psammead/pull/4467) bumps 3rd-party dependencies |
| 1.0.6 | [PR#4420](https://github.com/bbc/psammead/pull/4420) bumps 3rd-party dependencies |
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/web-vitals/package.json
@@ -1,6 +1,6 @@
{
"name": "@bbc/web-vitals",
"version": "1.0.8",
"version": "1.0.9",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"cross-fetch": "^3.1.4",
"react-adaptive-hooks": "0.0.8",
"web-vitals": "^1.1.1"
"web-vitals": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -13178,10 +13178,10 @@ web-namespaces@^1.0.0:
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==

web-vitals@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c"
integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==
web-vitals@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.1.tgz#d122720bd9c8dd69792b19c0f6ab0346861a880f"
integrity sha512-niqKyp2T6xF9EzSi+xx+V6qitE0YfagzfUmDAa9qeCrIVeyfzQQ85Uy0ykeRlEVDCCqkhYccoUunNf9ZIQcvtA==

webidl-conversions@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit 3e9f1b4

Please sign in to comment.