Changeset 63429
- Timestamp:
- 09/01/2026 11:57:55 PM (33 hours ago)
- Location:
- branches/6.8
- 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.8
-
branches/6.8/Gruntfile.js
r60317 r63429 1826 1826 const distTag = grunt.option('dist-tag') || 'latest'; 1827 1827 grunt.log.writeln( `Updating WordPress packages (--dist-tag=${distTag})` ); 1828 spawn( 'np x', ['wp-scripts', 'packages-update', `--dist-tag=${distTag}` ], {1828 spawn( 'npm', [ 'exec', '--no', '--', 'wp-scripts', 'packages-update', `--dist-tag=${distTag}` ], { 1829 1829 cwd: __dirname, 1830 1830 stdio: 'inherit', … … 1833 1833 1834 1834 grunt.registerTask( 'browserslist:update', 'Update the local database of browser supports', function() { 1835 grunt.log.writeln( `Updating browsers list`);1836 spawn( 'np x', [ 'browserslist@latest', '--update-db' ], {1835 grunt.log.writeln( 'Updating browsers list' ); 1836 spawn( 'npm', [ 'exec', '--no', '--', 'update-browserslist-db' ], { 1837 1837 cwd: __dirname, 1838 1838 stdio: 'inherit', -
branches/6.8/package-lock.json
r63221 r63429 150 150 "terser-webpack-plugin": "5.3.12", 151 151 "uglify-js": "^3.19.3", 152 "update-browserslist-db": "1.1.1", 152 153 "uuid": "11.1.0", 153 154 "wait-on": "8.0.2", -
branches/6.8/package.json
r63221 r63429 71 71 "terser-webpack-plugin": "5.3.12", 72 72 "uglify-js": "^3.19.3", 73 "update-browserslist-db": "1.1.1", 73 74 "uuid": "11.1.0", 74 75 "wait-on": "8.0.2",
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)