Skip to content

Commit

Permalink
Update dependency web-vitals to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 14, 2022
1 parent 6ac179f commit 88b7a0b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions libs/@guardian/core-web-vitals/package.json
Expand Up @@ -8,13 +8,13 @@
"@guardian/libs": "10.0.0",
"tslib": "2.4.1",
"typescript": "4.3.2",
"web-vitals": "2.0.0"
"web-vitals": "3.1.0"
},
"peerDependencies": {
"@guardian/libs": "^10.0.0",
"tslib": "^2.4.1",
"typescript": "^4.3.2",
"web-vitals": "^2.0.0"
"web-vitals": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Expand Up @@ -15,7 +15,7 @@
"eslint": "8.0.0",
"tslib": "2.4.0",
"typescript": "4.3.2",
"web-vitals": "2.0.0"
"web-vitals": "3.1.0"
},
"peerDependencies": {
"@guardian/libs": "^9.0.0 || ^10.0.0",
Expand Down
Expand Up @@ -17,7 +17,7 @@
"react": "17.0.1",
"tslib": "2.4.0",
"typescript": "4.3.2",
"web-vitals": "2.0.0"
"web-vitals": "3.1.0"
},
"peerDependencies": {
"@guardian/libs": "^9.0.0 || ^10.0.0",
Expand Down
Expand Up @@ -12,7 +12,7 @@
"react": "17.0.1",
"tslib": "2.4.0",
"typescript": "4.3.2",
"web-vitals": "2.0.0"
"web-vitals": "3.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
Expand Down
20 changes: 12 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88b7a0b

Please sign in to comment.