Make WordPress Core

Changeset 46289 for trunk/package.json


Ignore:
Timestamp:
09/25/2019 08:19:17 AM (7 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/package.json

    r46189 r46289  
    115115                "moment": "2.22.2",
    116116                "polyfill-library": "3.27.4",
    117                 "react": "16.8.4",
    118                 "react-dom": "16.8.4",
     117                "react": "16.9.0",
     118                "react-dom": "16.9.0",
    119119                "twemoji": "12.1.2",
    120120                "underscore": "1.8.3",
Note: See TracChangeset for help on using the changeset viewer.