Skip to content

Commit

Permalink
Update to React 16.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 14, 2018
1 parent 3c8eb8e commit 2cf3ab0
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 50 deletions.
4 changes: 2 additions & 2 deletions lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -954,11 +954,11 @@ function gutenberg_register_vendor_scripts() {

gutenberg_register_vendor_script(
'react',
'https://unpkg.com/react@16.4.1/umd/react' . $react_suffix . '.js'
'https://unpkg.com/react@16.6.3/umd/react' . $react_suffix . '.js'
);
gutenberg_register_vendor_script(
'react-dom',
'https://unpkg.com/react-dom@16.4.1/umd/react-dom' . $react_suffix . '.js',
'https://unpkg.com/react-dom@16.6.3/umd/react-dom' . $react_suffix . '.js',
array( 'react' )
);
$moment_script = SCRIPT_DEBUG ? 'moment.js' : 'min/moment.min.js';
Expand Down
87 changes: 41 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@babel/runtime": "^7.0.0",
"@wordpress/escape-html": "file:../escape-html",
"lodash": "^4.17.10",
"react": "^16.4.1",
"react-dom": "^16.4.1"
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"enzyme": "^3.7.0"
Expand Down

0 comments on commit 2cf3ab0

Please sign in to comment.