Skip to content

Commit

Permalink
fix(deps): update dependency web-vitals to v3 (#376)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2022
1 parent 772b53d commit b3dd57f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/react-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-reconciler": "^0.29.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@sabertazimi/react-scripts": "^5.11.0",
Expand Down
39 changes: 7 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@ __metadata:
react-dom: ^18.2.0
react-reconciler: ^0.29.0
typescript: ^4.7.4
web-vitals: ^2.1.4
web-vitals: ^3.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10702,17 +10702,7 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:5, https-proxy-agent@npm:^5.0.0":
version: 5.0.0
resolution: "https-proxy-agent@npm:5.0.0"
dependencies:
agent-base: 6
debug: 4
checksum: 165bfb090bd26d47693597661298006841ab733d0c7383a8cb2f17373387a94c903a3ac687090aa739de05e379ab6f868bae84ab4eac288ad85c328cd1ec9e53
languageName: node
linkType: hard

"https-proxy-agent@npm:^5.0.1":
"https-proxy-agent@npm:5, https-proxy-agent@npm:^5.0.0, https-proxy-agent@npm:^5.0.1":
version: 5.0.1
resolution: "https-proxy-agent@npm:5.0.1"
dependencies:
Expand Down Expand Up @@ -18987,10 +18977,10 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"web-vitals@npm:^2.1.4":
version: 2.1.4
resolution: "web-vitals@npm:2.1.4"
checksum: 03d3f47dbf55c3dce07beb0ff5de8ddd52e2d0a53a8df5c84e7a16dda93543341d67231fa79b1d9772b091419af4ec0fd395b8bcf451a0e26846e3f76b3d0efc
"web-vitals@npm:^3.0.0":
version: 3.0.0
resolution: "web-vitals@npm:3.0.0"
checksum: f38976829727d7de01808e496f2d9e0859b09a7af90a6df2fe2bccac23ad480333210544c18f3ad567188e3f5a16c9aa22ea223c329e9828905cf3b38e4b05d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -19695,22 +19685,7 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"ws@npm:^8.2.3, ws@npm:^8.4.2":
version: 8.5.0
resolution: "ws@npm:8.5.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 76f2f90e40344bf18fd544194e7067812fb1372b2a37865678d8f12afe4b478ff2ebc0c7c0aff82cd5e6b66fc43d889eec0f1865c2365d8f7a66d92da7744a77
languageName: node
linkType: hard

"ws@npm:^8.8.0":
"ws@npm:^8.2.3, ws@npm:^8.4.2, ws@npm:^8.8.0":
version: 8.8.1
resolution: "ws@npm:8.8.1"
peerDependencies:
Expand Down

0 comments on commit b3dd57f

Please sign in to comment.