Skip to content

Commit d1a1538

Browse files
committed
Script Loader: Sync default package script versions in 5.3 branch.
Follow up to [44960] and [51756]. See #54413. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@52104 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 98b472b commit d1a1538

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/wp-includes/script-loader.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,43 +225,43 @@ function wp_default_packages_scripts( &$scripts ) {
225225

226226
$packages_versions = array(
227227
'a11y' => '2.5.1',
228-
'annotations' => '1.7.2',
228+
'annotations' => '1.7.4',
229229
'api-fetch' => '3.6.4',
230230
'autop' => '2.5.1',
231231
'blob' => '2.5.1',
232-
'block-editor' => '3.2.5',
233-
'block-library' => '2.9.6',
232+
'block-editor' => '3.2.7',
233+
'block-library' => '2.9.12',
234234
'block-serialization-default-parser' => '3.4.1',
235-
'blocks' => '6.7.2',
236-
'components' => '8.3.2',
235+
'blocks' => '6.7.3',
236+
'components' => '8.3.4',
237237
'compose' => '3.7.2',
238238
'core-data' => '2.7.5',
239239
'data-controls' => '1.3.4',
240240
'data' => '4.9.2',
241241
'date' => '3.5.0',
242242
'deprecated' => '2.6.1',
243243
'dom-ready' => '2.5.1',
244-
'dom' => '2.5.2',
245-
'edit-post' => '3.8.6',
246-
'editor' => '9.7.6',
244+
'dom' => '2.5.3',
245+
'edit-post' => '3.8.12',
246+
'editor' => '9.7.9',
247247
'element' => '2.8.2',
248248
'escape-html' => '1.5.1',
249-
'format-library' => '1.9.5',
249+
'format-library' => '1.9.7',
250250
'hooks' => '2.6.0',
251251
'html-entities' => '2.5.0',
252252
'i18n' => '3.6.1',
253253
'is-shallow-equal' => '1.6.1',
254254
'keycodes' => '2.6.2',
255-
'list-reusable-blocks' => '1.8.4',
255+
'list-reusable-blocks' => '1.8.6',
256256
'media-utils' => '1.2.4',
257257
'notices' => '1.8.2',
258-
'nux' => '3.7.2',
258+
'nux' => '3.7.4',
259259
'plugins' => '2.7.2',
260260
'priority-queue' => '1.3.1',
261261
'redux-routine' => '3.6.2',
262-
'rich-text' => '3.7.2',
262+
'rich-text' => '3.7.4',
263263
'shortcode' => '2.4.1',
264-
'server-side-render' => '1.3.4',
264+
'server-side-render' => '1.3.6',
265265
'token-list' => '1.6.1',
266266
'url' => '2.8.2',
267267
'viewport' => '2.8.2',

0 commit comments

Comments
 (0)