Changeset 53296
- Timestamp:
- 04/27/2022 02:37:09 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r53278 r53296 23396 23396 }, 23397 23397 "underscore": { 23398 "version": "1.13. 2",23399 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13. 2.tgz",23400 "integrity": "sha512- ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g=="23398 "version": "1.13.3", 23399 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.3.tgz", 23400 "integrity": "sha512-QvjkYpiD+dJJraRA8+dGAU4i7aBbb2s0S3jA45TFOvg2VgqvdCDd/3N6CqA8gluk1W91GLoXg5enMUx560QzuA==" 23401 23401 }, 23402 23402 "underscore.string": { -
trunk/package.json
r53278 r53296 151 151 "regenerator-runtime": "0.13.9", 152 152 "twemoji": "14.0.2", 153 "underscore": "1.13. 2",153 "underscore": "1.13.3", 154 154 "whatwg-fetch": "3.6.2" 155 155 }, -
trunk/src/wp-includes/script-loader.php
r53288 r53296 969 969 did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' ); 970 970 971 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13. 2', 1 );971 $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.3', 1 ); 972 972 $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.1', 1 ); 973 973
Note: See TracChangeset
for help on using the changeset viewer.