@diplodoc/client 1.1.0 → 1.2.0

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.
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  /*!
8
- * focus-trap 7.5.2
8
+ * focus-trap 7.5.4
9
9
  * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
10
10
  */
11
11
 
@@ -16,15 +16,6 @@
16
16
 
17
17
  /*! https://mths.be/punycode v1.4.1 by @mathias */
18
18
 
19
- /**
20
- * @license
21
- * Lodash <https://lodash.com/>
22
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
23
- * Released under MIT license <https://lodash.com/license>
24
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
25
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
26
- */
27
-
28
19
  /**
29
20
  * @license React
30
21
  * react-dom-server-legacy.browser.production.min.js
@@ -75,6 +66,24 @@
75
66
  * LICENSE file in the root directory of this source tree.
76
67
  */
77
68
 
69
+ /** @license React v16.13.1
70
+ * react-is.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /** @license React v17.0.2
79
+ * react-is.production.min.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+
78
87
  /**!
79
88
  * hotkeys-js v3.9.4
80
89
  * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.