Make WordPress Core

Changeset 50650 for trunk/package.json


Ignore:
Timestamp:
04/02/2021 07:40:43 PM (4 years ago)
Author:
davidbaumwald
Message:

External Libraries: Update Underscore to version 1.12.1.

Full set of changes at https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1.
The new version includes a sourceMappingURL that causes a build failure, so this change
also introduces a task to remove this from the source during the build.

Props mukesh27, hareesh-pillai, desrosj, SergeyBiryukov, TimoTijhof.
Fixes #45785.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50615 r50650  
    146146        "react-dom": "16.13.1",
    147147        "twemoji": "13.0.2",
    148         "underscore": "1.8.3",
     148        "underscore": "1.12.1",
    149149        "whatwg-fetch": "3.0.0"
    150150    },
Note: See TracChangeset for help on using the changeset viewer.