@feathery/react 1.0.445 → 1.0.448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/umd/index.js +1 -1
- package/umd/index.js.LICENSE.txt +3 -12
package/umd/index.js.LICENSE.txt
CHANGED
|
@@ -30,15 +30,6 @@ object-assign
|
|
|
30
30
|
|
|
31
31
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
32
32
|
|
|
33
|
-
/**
|
|
34
|
-
* @license
|
|
35
|
-
* Lodash <https://lodash.com/>
|
|
36
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
37
|
-
* Released under MIT license <https://lodash.com/license>
|
|
38
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
39
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
40
|
-
*/
|
|
41
|
-
|
|
42
33
|
/** @license React v0.19.1
|
|
43
34
|
* scheduler.production.min.js
|
|
44
35
|
*
|
|
@@ -57,8 +48,8 @@ object-assign
|
|
|
57
48
|
* LICENSE file in the root directory of this source tree.
|
|
58
49
|
*/
|
|
59
50
|
|
|
60
|
-
/** @license React v16.
|
|
61
|
-
* react.production.min.js
|
|
51
|
+
/** @license React v16.14.0
|
|
52
|
+
* react-dom.production.min.js
|
|
62
53
|
*
|
|
63
54
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
64
55
|
*
|
|
@@ -67,7 +58,7 @@ object-assign
|
|
|
67
58
|
*/
|
|
68
59
|
|
|
69
60
|
/** @license React v16.14.0
|
|
70
|
-
* react
|
|
61
|
+
* react.production.min.js
|
|
71
62
|
*
|
|
72
63
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
73
64
|
*
|