mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Add missing vendors file after r58271.
See #61324. Built from https://develop.svn.wordpress.org/trunk@58273 git-svn-id: http://core.svn.wordpress.org/trunk@57734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aa2fcbaa5f
commit
13df6623cf
30020
wp-includes/js/dist/vendor/react-dom.js
vendored
30020
wp-includes/js/dist/vendor/react-dom.js
vendored
File diff suppressed because one or more lines are too long
12
wp-includes/js/dist/vendor/react-dom.min.js
vendored
12
wp-includes/js/dist/vendor/react-dom.min.js
vendored
File diff suppressed because one or more lines are too long
19
wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt
vendored
Normal file
19
wp-includes/js/dist/vendor/react-dom.min.js.LICENSE.txt
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @license React
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
78
wp-includes/js/dist/vendor/react-jsx-runtime.js
vendored
Normal file
78
wp-includes/js/dist/vendor/react-jsx-runtime.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
wp-includes/js/dist/vendor/react-jsx-runtime.min.js
vendored
Normal file
2
wp-includes/js/dist/vendor/react-jsx-runtime.min.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/*! For license information please see react-jsx-runtime.min.js.LICENSE.txt */
|
||||
(()=>{"use strict";var r={20:(r,e,t)=>{var o=t(594),n=Symbol.for("react.element"),s=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,f=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function _(r,e,t){var o,s={},_=null,i=null;for(o in void 0!==t&&(_=""+t),void 0!==e.key&&(_=""+e.key),void 0!==e.ref&&(i=e.ref),e)a.call(e,o)&&!p.hasOwnProperty(o)&&(s[o]=e[o]);if(r&&r.defaultProps)for(o in e=r.defaultProps)void 0===s[o]&&(s[o]=e[o]);return{$$typeof:n,type:r,key:_,ref:i,props:s,_owner:f.current}}e.Fragment=s,e.jsx=_,e.jsxs=_},848:(r,e,t)=>{r.exports=t(20)},594:r=>{r.exports=React}},e={},t=function t(o){var n=e[o];if(void 0!==n)return n.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}(848);window.ReactJSXRuntime=t})();
|
9
wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt
vendored
Normal file
9
wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license React
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
3422
wp-includes/js/dist/vendor/react.js
vendored
3422
wp-includes/js/dist/vendor/react.js
vendored
File diff suppressed because one or more lines are too long
12
wp-includes/js/dist/vendor/react.min.js
vendored
12
wp-includes/js/dist/vendor/react.min.js
vendored
File diff suppressed because one or more lines are too long
9
wp-includes/js/dist/vendor/react.min.js.LICENSE.txt
vendored
Normal file
9
wp-includes/js/dist/vendor/react.min.js.LICENSE.txt
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* @license React
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
@ -91,6 +91,7 @@ function wp_default_packages_vendor( $scripts ) {
|
||||
$vendor_scripts = array(
|
||||
'react',
|
||||
'react-dom' => array( 'react' ),
|
||||
'react-jsx-runtime' => array( 'react' ),
|
||||
'regenerator-runtime',
|
||||
'moment',
|
||||
'lodash',
|
||||
@ -109,6 +110,7 @@ function wp_default_packages_vendor( $scripts ) {
|
||||
$vendor_scripts_versions = array(
|
||||
'react' => '18.3.1',
|
||||
'react-dom' => '18.3.1',
|
||||
'react-jsx-runtime' => '18.3.1',
|
||||
'regenerator-runtime' => '0.14.0',
|
||||
'moment' => '2.29.4',
|
||||
'lodash' => '4.17.21',
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58270';
|
||||
$wp_version = '6.6-alpha-58273';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user