Make WordPress Core


Ignore:
Timestamp:
09/25/2019 08:19:17 AM (5 years ago)
Author:
gziolo
Message:

Block Editor: Align the version of React with the one used in Gutenberg plugin

Gutenberg 6.5 works with react and react-dom set to v16.9.0. This change aligns both.

Props youknowriad.
Fixes #48121.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r46257 r46289  
    9292
    9393    $vendor_scripts_versions = array(
    94         'react'                       => '16.8.4',
    95         'react-dom'                   => '16.8.4',
     94        'react'                       => '16.9.0',
     95        'react-dom'                   => '16.9.0',
    9696        'moment'                      => '2.22.2',
    9797        'lodash'                      => '4.17.15',
Note: See TracChangeset for help on using the changeset viewer.