Skip to content

Commit

Permalink
Update template.json to match CRA templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aldreth committed Oct 29, 2020
1 parent 06bed75 commit 94bad4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/cra-template-pwa-typescript/template.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"package": {
"dependencies": {
"@types/react": "^16.9.49",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"typescript": "^4.0.2",
"@types/jest": "^26.0.15",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
Expand All @@ -17,6 +22,9 @@
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}
6 changes: 6 additions & 0 deletions packages/cra-template-pwa/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"package": {
"dependencies": {
"@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",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
Expand All @@ -14,6 +17,9 @@
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
}
}
}

0 comments on commit 94bad4b

Please sign in to comment.