Ticket #52647: 52647.diff
File 52647.diff, 1.4 KB (added by , 4 years ago) |
---|
-
Gruntfile.js
185 185 // Renamed to avoid conflict with jQuery hoverIntent.min.js (after minifying). 186 186 [ WORKING_DIR + 'wp-includes/js/hoverintent-js.min.js' ]: [ './node_modules/hoverintent/dist/hoverintent.min.js' ], 187 187 [ 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' ], 188 189 [ WORKING_DIR + 'wp-includes/js/jquery/jquery.form.js' ]: [ './node_modules/jquery-form/src/jquery.form.js' ], 189 190 [ WORKING_DIR + 'wp-includes/js/masonry.min.js' ]: [ './node_modules/masonry-layout/dist/masonry.pkgd.min.js' ], 190 191 [ WORKING_DIR + 'wp-includes/js/twemoji.js' ]: [ './node_modules/twemoji/dist/twemoji.js' ], -
package.json
134 134 "formdata-polyfill": "3.0.13", 135 135 "hoverintent": "2.2.1", 136 136 "imagesloaded": "4.1.4", 137 "jquery": "3.5.1", 137 138 "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz", 138 139 "jquery-form": "4.2.1", 139 140 "jquery-hoverintent": "1.8.3",