1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

upgraded flow version and updated code to use of React.Node (#2) (#3635)

This commit is contained in:
Matías Hernández Arellano 2018-01-30 17:11:37 -03:00 committed by Tim Neutkens
parent e093441bad
commit c4830c3a61
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import Link from 'next/link'
import Head from 'next/head'
type Props = {
children?: React.Element<any>,
children?: React.Node,
title?: string
}

View file

@ -15,8 +15,8 @@
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"flow-bin": "^0.59.0"
"babel-eslint": "8.2.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"flow-bin": "0.64.0"
}
}