Skip to content

Commit

Permalink
Merge pull request #6 from Hongbo-Miao/master
Browse files Browse the repository at this point in the history
fix(template): add missing dependencies
  • Loading branch information
jeffposnick committed Sep 14, 2020
2 parents 7d95cbc + 4ac589d commit ae7882e
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions packages/cra-template-pwa/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"package": {
"dependencies": {
"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 ae7882e

Please sign in to comment.