Make WordPress Core

Ticket #52647: 52647.diff

File 52647.diff, 1.4 KB (added by SergeyBiryukov, 4 years ago)
  • Gruntfile.js

     
    185185                                                // Renamed to avoid conflict with jQuery hoverIntent.min.js (after minifying).
    186186                                                [ WORKING_DIR + 'wp-includes/js/hoverintent-js.min.js' ]: [ './node_modules/hoverintent/dist/hoverintent.min.js' ],
    187187                                                [ WORKING_DIR + 'wp-includes/js/imagesloaded.min.js' ]: [ './node_modules/imagesloaded/imagesloaded.pkgd.min.js' ],
     188                                                [ WORKING_DIR + 'wp-includes/js/jquery/jquery.js' ]: [ './node_modules/jquery/dist/jquery.min.js' ],
    188189                                                [ WORKING_DIR + 'wp-includes/js/jquery/jquery.form.js' ]: [ './node_modules/jquery-form/src/jquery.form.js' ],
    189190                                                [ WORKING_DIR + 'wp-includes/js/masonry.min.js' ]: [ './node_modules/masonry-layout/dist/masonry.pkgd.min.js' ],
    190191                                                [ WORKING_DIR + 'wp-includes/js/twemoji.js' ]: [ './node_modules/twemoji/dist/twemoji.js' ],
  • package.json

     
    134134                "formdata-polyfill": "3.0.13",
    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",
    139140                "jquery-hoverintent": "1.8.3",