Skip to content

Commit

Permalink
moves web-vitals lib to template dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
housseindjirdeh committed Jun 6, 2020
1 parent de2187d commit c8a84ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"strip-ansi": "^6.0.0",
"svg-term-cli": "^2.1.1",
"tempy": "^0.2.1",
"wait-for-localhost": "^3.1.0"
"wait-for-localhost": "^3.1.0",
"web-vitals": "^0.2.2"
},
"husky": {
"hooks": {
Expand Down
3 changes: 2 additions & 1 deletion packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^25.0.0",
"typescript": "^3.8.0"
"typescript": "^3.8.0",
"web-vitals": "^0.2.2"
}
}
}
3 changes: 2 additions & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"dependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.0"
"@testing-library/user-event": "^10.1.0",
"web-vitals": "^0.2.2"
}
}
}
1 change: 0 additions & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"terser-webpack-plugin": "3.0.2",
"ts-pnp": "1.2.0",
"url-loader": "4.1.0",
"web-vitals": "^0.2.2",
"webpack": "4.43.0",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
Expand Down

0 comments on commit c8a84ba

Please sign in to comment.