Changeset 50650
- Timestamp:
- 04/02/2021 07:40:43 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r50445 r50650 1127 1127 } 1128 1128 ] 1129 }, 1130 sourceMaps: { 1131 options: { 1132 patterns: [ 1133 { 1134 match: new RegExp( '//# sourceMappingURL=.*\\s*' ), 1135 replacement: '' 1136 } 1137 ] 1138 }, 1139 files: [ 1140 { 1141 expand: true, 1142 flatten: true, 1143 src: [ 1144 BUILD_DIR + 'wp-includes/js/underscore.js' 1145 ], 1146 dest: BUILD_DIR + 'wp-includes/js/' 1147 } 1148 ] 1129 1149 } 1130 1150 }, … … 1570 1590 'includes:embed', 1571 1591 'replace:emojiBannerText', 1592 'replace:sourceMaps', 1572 1593 'verify:build' 1573 1594 ] ); -
trunk/package-lock.json
r50615 r50650 23054 23054 }, 23055 23055 "underscore": { 23056 "version": "1. 8.3",23057 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1. 8.3.tgz",23058 "integrity": "sha 1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="23056 "version": "1.12.1", 23057 "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", 23058 "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" 23059 23059 }, 23060 23060 "underscore.string": { -
trunk/package.json
r50615 r50650 146 146 "react-dom": "16.13.1", 147 147 "twemoji": "13.0.2", 148 "underscore": "1. 8.3",148 "underscore": "1.12.1", 149 149 "whatwg-fetch": "3.0.0" 150 150 },
Note: See TracChangeset
for help on using the changeset viewer.