Make WordPress Core

Changeset 49101 for trunk/package.json


Ignore:
Timestamp:
10/07/2020 04:31:53 PM (4 years ago)
Author:
azaozz
Message:

Update jQuery step two:

  • Add jquery-migrate.js v.3.3.1 to core and load it in debug mode when SCRIPT_DEBUG is true.
  • Add jquery.min.js, update jquery.js to 3.5.1 non-minified. This should help when debugging.
  • Rebuild jQuery UI 1.12.1 and add it to core.
  • Fix/adjust tests to match the above changes.

See #50564.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r49099 r49101  
    6262        "ink-docstrap": "1.3.2",
    6363        "install-changed": "1.1.0",
    64         "jquery-migrate": "1.4.1",
    6564        "matchdep": "~2.0.0",
    6665        "node-sass": "~4.14.1",
     
    138137        "jquery-form": "4.2.1",
    139138        "jquery-hoverintent": "1.8.3",
    140         "jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
    141139        "lodash": "4.17.19",
    142140        "masonry-layout": "4.2.2",
Note: See TracChangeset for help on using the changeset viewer.