Skip to content

Commit 00cdd8d

Browse files
Sahil Puravwombleton
Sahil Purav
authored andcommitted
chore: bump web-vital dependency version (facebook#10143)
1 parent 2f190eb commit 00cdd8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"svg-term-cli": "^2.1.1",
4343
"tempy": "^0.2.1",
4444
"wait-for-localhost": "^3.3.0",
45-
"web-vitals": "^0.2.4"
45+
"web-vitals": "^1.0.1"
4646
},
4747
"husky": {
4848
"hooks": {

packages/cra-template-typescript/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/react-dom": "^16.9.8",
1010
"@types/jest": "^26.0.15",
1111
"typescript": "^4.0.3",
12-
"web-vitals": "^0.2.4"
12+
"web-vitals": "^1.0.1"
1313
},
1414
"eslintConfig": {
1515
"extends": ["react-app", "react-app/jest"]

packages/cra-template/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@testing-library/jest-dom": "^5.11.4",
55
"@testing-library/react": "^11.1.0",
66
"@testing-library/user-event": "^12.1.10",
7-
"web-vitals": "^0.2.4"
7+
"web-vitals": "^1.0.1"
88
},
99
"eslintConfig": {
1010
"extends": ["react-app", "react-app/jest"]

0 commit comments

Comments
 (0)