Skip to content

Commit

Permalink
Update template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 13, 2020
1 parent a7f6c35 commit 6c80b6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.2",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.4",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.13",
"typescript": "^4.0.2",
"web-vitals": "^0.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.1.2",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.4",
"web-vitals": "^0.2.4"
},
"eslintConfig": {
Expand Down

0 comments on commit 6c80b6a

Please sign in to comment.