Skip to content

Commit

Permalink
Update editor related npm packages
Browse files Browse the repository at this point in the history
The npm packages needed updating for 6.4 to the latest.

Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski

Fixes #59411



git-svn-id: https://develop.svn.wordpress.org/trunk@56710 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Sep 26, 2023
1 parent e77aaf1 commit ae1484c
Show file tree
Hide file tree
Showing 79 changed files with 31,202 additions and 3,156 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ module.exports = function(grunt) {
'webpack-assets': webpackFiles.map( function( file ) {
return setFilePath( WORKING_DIR, file );
} ),
'interactivity-assets': [
WORKING_DIR + 'wp-includes/js/dist/interactivity.asset.php',
WORKING_DIR + 'wp-includes/js/dist/interactivity.min.asset.php',
],
dynamic: {
dot: true,
expand: true,
Expand Down Expand Up @@ -1458,6 +1462,7 @@ module.exports = function(grunt) {
'clean:webpack-assets',
'webpack:prod',
'webpack:dev',
'clean:interactivity-assets',
] );

grunt.registerTask( 'build:js', [
Expand Down
Loading

0 comments on commit ae1484c

Please sign in to comment.