Skip to content

Commit

Permalink
chore: bump typescript version (#10141)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Schmitz <[email protected]>
  • Loading branch information
trainto and ianschmitz authored Nov 25, 2020
1 parent 9a79df2 commit be6c193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"@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",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/jest": "^26.0.15",
"typescript": "^4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"eslintConfig": {
Expand Down

0 comments on commit be6c193

Please sign in to comment.