Skip to content

Commit

Permalink
chore: bump web-vital dependency version (facebook#10143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil Purav authored and abhiisheek committed May 24, 2023
1 parent cab641c commit 9329763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"svg-term-cli": "^2.1.1",
"tempy": "^0.2.1",
"wait-for-localhost": "^3.3.0",
"web-vitals": "^0.2.4"
"web-vitals": "^1.0.1"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/react-dom": "^16.9.8",
"@types/jest": "^26.0.15",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
"web-vitals": "^1.0.1"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"web-vitals": "^0.2.4"
"web-vitals": "^1.0.1"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
Expand Down

0 comments on commit 9329763

Please sign in to comment.