Skip to content

Commit 93b0764

Browse files
committed
Merge pull request #321 from wmonk/revert-315-stick-node-types
Revert "Stick @types/node to 9.6.7 to avoid problems with 10.0.0"
2 parents ebcccb4 + c3cfc5b commit 93b0764

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = function(
105105

106106
// Install dev dependencies
107107
const types = [
108-
'@types/node@9.6.7',
108+
'@types/node',
109109
'@types/react',
110110
'@types/react-dom',
111111
'@types/jest',

0 commit comments

Comments
 (0)