Skip to content

Commit 45528f6

Browse files
fix(deps): update dependency web-vitals to v3 (#3142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6eea516 commit 45528f6

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

static/code/stackblitz/v6/react/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v6/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-router-dom": "^5.2.0",
1717
"react-scripts": "5.0.1",
1818
"typescript": "^4.6.4",
19-
"web-vitals": "^2.1.4"
19+
"web-vitals": "^3.0.0"
2020
},
2121
"scripts": {
2222
"start": "react-scripts start",

static/code/stackblitz/v7/react/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v7/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-router-dom": "^5.2.0",
1818
"react-scripts": "5.0.1",
1919
"typescript": "^4.6.4",
20-
"web-vitals": "^2.1.4"
20+
"web-vitals": "^3.0.0"
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",

0 commit comments

Comments
 (0)