Skip to content

Commit

Permalink
fix(template): add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Sep 11, 2020
1 parent 7d95cbc commit 0540f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cra-template-pwa-typescript/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"package": {
"dependencies": {
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.2",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
Expand Down

0 comments on commit 0540f1f

Please sign in to comment.