@luminati-io/uikit 3.4.5 → 3.4.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,3 +23,12 @@
|
|
23
23
|
* This source code is licensed under the MIT license found in the
|
24
24
|
* LICENSE file in the root directory of this source tree.
|
25
25
|
*/
|
26
|
+
|
27
|
+
/** @license React v17.0.2
|
28
|
+
* react-is.production.min.js
|
29
|
+
*
|
30
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
31
|
+
*
|
32
|
+
* This source code is licensed under the MIT license found in the
|
33
|
+
* LICENSE file in the root directory of this source tree.
|
34
|
+
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.7",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"date-fns": "^3.3.1",
|
22
22
|
"lodash": "^4.17.21",
|
23
23
|
"prismjs": "^1.29.0",
|
24
|
+
"react-beautiful-dnd": "^13.1.1",
|
24
25
|
"react-day-picker": "^8.10.0",
|
25
26
|
"react-popper": "^2.3.0",
|
26
27
|
"react-select": "^5.8.0"
|