Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Revert "Stick @types/node to 9.6.7 to avoid problems with 10.0.0" #321

Merged
merged 3 commits into from
May 11, 2018
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = function(

// Install dev dependencies
const types = [
'@types/node@9.6.7',
'@types/node',
'@types/react',
'@types/react-dom',
'@types/jest',
Expand Down