| @@ -9,24 +9,24 @@ | ||
| 9 | 9 | return array( |
| 10 | 10 | array( |
| 11 | 11 | 'handle' => 'wp-block-directory', |
| 12 | 12 | 'path' => 'block-directory/style', |
| 13 | - 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor', 'wp-notices'), | |
| 13 | + 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-editor'), | |
| 14 | 14 | ), |
| 15 | 15 | array( |
| 16 | 16 | 'handle' => 'wp-block-editor', |
| 17 | 17 | 'path' => 'block-editor/style', |
| 18 | - 'dependencies' => array('wp-commands', 'wp-components', 'wp-notices', 'wp-preferences'), | |
| 18 | + 'dependencies' => array('wp-commands', 'wp-components', 'wp-preferences'), | |
| 19 | 19 | ), |
| 20 | 20 | array( |
| 21 | 21 | 'handle' => 'wp-block-library', |
| 22 | 22 | 'path' => 'block-library/style', |
| 23 | - 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices', 'wp-patterns'), | |
| 23 | + 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-patterns'), | |
| 24 | 24 | ), |
| 25 | 25 | array( |
| 26 | 26 | 'handle' => 'wp-commands', |
| 27 | 27 | 'path' => 'commands/style', |
| 28 | - 'dependencies' => array('wp-components', 'wp-preferences'), | |
| 28 | + 'dependencies' => array('wp-components'), | |
| 29 | 29 | ), |
| 30 | 30 | array( |
| 31 | 31 | 'handle' => 'wp-components', |
| 32 | 32 | 'path' => 'components/style', |
| @@ -39,24 +39,24 @@ | ||
| 39 | 39 | ), |
| 40 | 40 | array( |
| 41 | 41 | 'handle' => 'wp-edit-post', |
| 42 | 42 | 'path' => 'edit-post/style', |
| 43 | - 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-notices', 'wp-preferences', 'wp-widgets'), | |
| 43 | + 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-preferences', 'wp-widgets'), | |
| 44 | 44 | ), |
| 45 | 45 | array( |
| 46 | 46 | 'handle' => 'wp-edit-site', |
| 47 | 47 | 'path' => 'edit-site/style', |
| 48 | - 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences', 'wp-widgets'), | |
| 48 | + 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-commands', 'wp-components', 'wp-editor', 'wp-patterns', 'wp-preferences', 'wp-widgets'), | |
| 49 | 49 | ), |
| 50 | 50 | array( |
| 51 | 51 | 'handle' => 'wp-edit-widgets', |
| 52 | 52 | 'path' => 'edit-widgets/style', |
| 53 | - 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences', 'wp-widgets'), | |
| 53 | + 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'), | |
| 54 | 54 | ), |
| 55 | 55 | array( |
| 56 | 56 | 'handle' => 'wp-editor', |
| 57 | 57 | 'path' => 'editor/style', |
| 58 | - 'dependencies' => array('wp-block-editor', 'wp-commands', 'wp-components', 'wp-media-utils', 'wp-notices', 'wp-patterns', 'wp-preferences'), | |
| 58 | + 'dependencies' => array('wp-block-editor', 'wp-commands', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences'), | |
| 59 | 59 | ), |
| 60 | 60 | array( |
| 61 | 61 | 'handle' => 'wp-format-library', |
| 62 | 62 | 'path' => 'format-library/style', |
| @@ -69,24 +69,19 @@ | ||
| 69 | 69 | ), |
| 70 | 70 | array( |
| 71 | 71 | 'handle' => 'wp-media-utils', |
| 72 | 72 | 'path' => 'media-utils/style', |
| 73 | - 'dependencies' => array('wp-components', 'wp-notices', 'wp-preferences'), | |
| 74 | - ), | |
| 75 | - array( | |
| 76 | - 'handle' => 'wp-notices', | |
| 77 | - 'path' => 'notices/style', | |
| 78 | 73 | 'dependencies' => array('wp-components'), |
| 79 | 74 | ), |
| 80 | 75 | array( |
| 81 | 76 | 'handle' => 'wp-nux', |
| 82 | 77 | 'path' => 'nux/style', |
| 83 | - 'dependencies' => array(), | |
| 78 | + 'dependencies' => array('wp-components'), | |
| 84 | 79 | ), |
| 85 | 80 | array( |
| 86 | 81 | 'handle' => 'wp-patterns', |
| 87 | 82 | 'path' => 'patterns/style', |
| 88 | - 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'), | |
| 83 | + 'dependencies' => array('wp-block-editor', 'wp-components'), | |
| 89 | 84 | ), |
| 90 | 85 | array( |
| 91 | 86 | 'handle' => 'wp-preferences', |
| 92 | 87 | 'path' => 'preferences/style', |
| @@ -94,12 +89,12 @@ | ||
| 94 | 89 | ), |
| 95 | 90 | array( |
| 96 | 91 | 'handle' => 'wp-reusable-blocks', |
| 97 | 92 | 'path' => 'reusable-blocks/style', |
| 98 | - 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'), | |
| 93 | + 'dependencies' => array('wp-block-editor', 'wp-components'), | |
| 99 | 94 | ), |
| 100 | 95 | array( |
| 101 | 96 | 'handle' => 'wp-widgets', |
| 102 | 97 | 'path' => 'widgets/style', |
| 103 | - 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-notices'), | |
| 98 | + 'dependencies' => array('wp-block-editor', 'wp-components'), | |
| 104 | 99 | ), |
| 105 | 100 | ); |