External Libraries: Update Moment.js to version 2.27.0.

A full list of changes in this update can be found on GitHub: https://github.com/moment/moment/compare/2.26.0...2.27.0

Props hareesh-pillai, desrosj.
Previously [48075].
Fixes #50408.
Built from https://develop.svn.wordpress.org/trunk@48269


git-svn-id: http://core.svn.wordpress.org/trunk@48038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-07-01 20:29:19 +00:00
parent 87756494cc
commit 4329bd950b
3 changed files with 4 additions and 4 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48268';
$wp_version = '5.5-alpha-48269';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.