External Libraries: Update the Moment library to version `2.29.3`.

This is a minor bug fix release.

Props dilipbheda.
Fixes #56031.
Built from https://develop.svn.wordpress.org/trunk@53662


git-svn-id: http://core.svn.wordpress.org/trunk@53221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-07-05 15:21:26 +00:00
parent 2ab810d14c
commit 3ff86728e5
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
//! moment.js //! moment.js
//! version : 2.29.2 //! version : 2.29.3
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT //! license : MIT
//! momentjs.com //! momentjs.com
@ -5635,7 +5635,7 @@
//! moment.js //! moment.js
hooks.version = '2.29.2'; hooks.version = '2.29.3';
setHookCallback(createLocal); setHookCallback(createLocal);

File diff suppressed because one or more lines are too long

View File

@ -106,7 +106,7 @@ function wp_default_packages_vendor( $scripts ) {
'react' => '17.0.1', 'react' => '17.0.1',
'react-dom' => '17.0.1', 'react-dom' => '17.0.1',
'regenerator-runtime' => '0.13.9', 'regenerator-runtime' => '0.13.9',
'moment' => '2.29.2', 'moment' => '2.29.3',
'lodash' => '4.17.19', 'lodash' => '4.17.19',
'wp-polyfill-fetch' => '3.6.2', 'wp-polyfill-fetch' => '3.6.2',
'wp-polyfill-formdata' => '4.0.10', 'wp-polyfill-formdata' => '4.0.10',

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.1-alpha-53660'; $wp_version = '6.1-alpha-53662';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.