Skip to content

Commit

Permalink
update react preset to latest version (#23134)
Browse files Browse the repository at this point in the history
  • Loading branch information
fransiskusbenny authored and taylorotwell committed Feb 12, 2018
1 parent f97e57b commit 29c7deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Console/Presets/React.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ protected static function updatePackageArray(array $packages)
{
return [
'babel-preset-react' => '^6.23.0',
'react' => '^15.4.2',
'react-dom' => '^15.4.2',
'react' => '^16.2.0',
'react-dom' => '^16.2.0',
] + Arr::except($packages, ['vue']);
}

Expand Down

0 comments on commit 29c7deb

Please sign in to comment.