mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
External Libraries: Update the Moment library to version 2.29.4.
This is a minor bug fix release. Props dilipbheda. Fixes #56031. git-svn-id: https://develop.svn.wordpress.org/trunk@53725 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e49f452f65
commit
2437ef5130
6
package-lock.json
generated
6
package-lock.json
generated
@ -19041,9 +19041,9 @@
|
||||
}
|
||||
},
|
||||
"moment": {
|
||||
"version": "2.29.3",
|
||||
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
|
||||
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
|
||||
"version": "2.29.4",
|
||||
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
|
||||
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
|
||||
},
|
||||
"moment-timezone": {
|
||||
"version": "0.5.34",
|
||||
|
||||
@ -144,7 +144,7 @@
|
||||
"jquery-hoverintent": "1.10.2",
|
||||
"lodash": "4.17.21",
|
||||
"masonry-layout": "4.2.2",
|
||||
"moment": "2.29.3",
|
||||
"moment": "2.29.4",
|
||||
"objectFitPolyfill": "2.3.5",
|
||||
"polyfill-library": "4.0.0",
|
||||
"react": "17.0.2",
|
||||
|
||||
@ -106,7 +106,7 @@ function wp_default_packages_vendor( $scripts ) {
|
||||
'react' => '17.0.1',
|
||||
'react-dom' => '17.0.1',
|
||||
'regenerator-runtime' => '0.13.9',
|
||||
'moment' => '2.29.3',
|
||||
'moment' => '2.29.4',
|
||||
'lodash' => '4.17.19',
|
||||
'wp-polyfill-fetch' => '3.6.2',
|
||||
'wp-polyfill-formdata' => '4.0.10',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user