Skip to content

Commit

Permalink
fix(deps): update dependency web-vitals to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 305cc2a commit 61c32e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"react": "~18.2.0",
"react-dom": "~18.2.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"devDependencies": {
"kkt": "^7.5.3"
Expand Down
2 changes: 1 addition & 1 deletion example/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.16.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@uiw/doc": "^4.21.23",
Expand Down
2 changes: 1 addition & 1 deletion example/react-router-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.16.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"react": "~18.2.0",
"react-dom": "~18.2.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.3",
Expand Down

0 comments on commit 61c32e1

Please sign in to comment.