Changeset 55012
- Timestamp:
- 12/22/2022 03:23:34 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r54811 r55012 17635 17635 }, 17636 17636 "jquery": { 17637 "version": "3.6. 1",17638 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6. 1.tgz",17639 "integrity": "sha512- opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="17637 "version": "3.6.3", 17638 "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", 17639 "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" 17640 17640 }, 17641 17641 "jquery-color": { -
trunk/package.json
r54811 r55012 140 140 "hoverintent": "2.2.1", 141 141 "imagesloaded": "4.1.4", 142 "jquery": "3.6. 1",142 "jquery": "3.6.3", 143 143 "jquery-color": "2.2.0", 144 144 "jquery-form": "4.3.0", -
trunk/src/wp-includes/script-loader.php
r54787 r55012 821 821 // jQuery. 822 822 // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging. 823 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6. 1' );824 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6. 1' );823 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.3' ); 824 $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.3' ); 825 825 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' ); 826 826
Note: See TracChangeset
for help on using the changeset viewer.