Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump typescript dependancy to support type-only import required for @…
…testing-library dependency.
  • Loading branch information
braedongough committed Mar 25, 2020
commit d104b353348acc30b1f084b71b2e0d5dac39b7b7
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^24.0.0",
"typescript": "~3.7.2"
"typescript": "3.8"
}
}
}