Make WordPress Core


Ignore:
Timestamp:
03/01/2021 12:52:11 AM (3 years ago)
Author:
peterwilsoncc
Message:

External Libraries: Install jQuery via NPM.

Previously, jQuery 1.12.4 was added to the WordPress SVN repo in order to backport an upstream security patch from jQuery 3.4.0.

Now that WordPress includes an unmodified version of jQuery 3.5.1 and no longer needs to maintain a fork, it can be removed from the SVN repo and installed via NPM again as part of the build.

Follow-up to [45342], [49101].

Props peterwilsoncc, SergeyBiryukov.
Merges [50445] to the 5.7 branch.
Fixes #52647.

Location:
branches/5.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.7

  • branches/5.7/package.json

    r50416 r50457  
    135135        "hoverintent": "2.2.1",
    136136        "imagesloaded": "4.1.4",
     137        "jquery": "3.5.1",
    137138        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    138139        "jquery-form": "4.2.1",
Note: See TracChangeset for help on using the changeset viewer.