Changeset 63430
- Timestamp:
- 09/01/2026 11:59:24 PM (18 hours ago)
- Location:
- branches/6.7
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Gruntfile.js (modified) (2 diffs)
-
package-lock.json (modified) (1 diff)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/Gruntfile.js
r59083 r63430 1708 1708 const distTag = grunt.option('dist-tag') || 'latest'; 1709 1709 grunt.log.writeln( `Updating WordPress packages (--dist-tag=${distTag})` ); 1710 spawn( 'np x', ['wp-scripts', 'packages-update', `--dist-tag=${distTag}` ], {1710 spawn( 'npm', [ 'exec', '--no', '--', 'wp-scripts', 'packages-update', `--dist-tag=${distTag}` ], { 1711 1711 cwd: __dirname, 1712 1712 stdio: 'inherit', … … 1715 1715 1716 1716 grunt.registerTask( 'browserslist:update', 'Update the local database of browser supports', function() { 1717 grunt.log.writeln( `Updating browsers list`);1718 spawn( 'np x', [ 'browserslist@latest', '--update-db' ], {1717 grunt.log.writeln( 'Updating browsers list' ); 1718 spawn( 'npm', [ 'exec', '--no', '--', 'update-browserslist-db' ], { 1719 1719 cwd: __dirname, 1720 1720 stdio: 'inherit', -
branches/6.7/package-lock.json
r63222 r63430 151 151 "terser-webpack-plugin": "5.3.10", 152 152 "uglify-js": "^3.17.4", 153 "update-browserslist-db": "1.1.1", 153 154 "uuid": "9.0.1", 154 155 "wait-on": "8.0.1", -
branches/6.7/package.json
r63222 r63430 73 73 "terser-webpack-plugin": "5.3.10", 74 74 "uglify-js": "^3.17.4", 75 "update-browserslist-db": "1.1.1", 75 76 "uuid": "9.0.1", 76 77 "wait-on": "8.0.1",
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)