updated theme GeneratePress version 3.3.1

This commit is contained in:
2023-10-22 22:20:33 +00:00
committed by Gitium
parent 9507c3bb08
commit 60d1e2a750
5 changed files with 11 additions and 7 deletions

View File

@ -204,7 +204,7 @@ class GeneratePress_Dashboard {
wp_enqueue_script(
'generate-dashboard',
get_template_directory_uri() . '/assets/dist/dashboard.js',
array( 'wp-api', 'wp-i18n', 'wp-components', 'wp-element', 'wp-api-fetch' ),
array( 'wp-api', 'wp-i18n', 'wp-components', 'wp-element', 'wp-api-fetch', 'wp-hooks', 'wp-polyfill' ),
GENERATE_VERSION,
true
);