@luminati-io/uikit 6.2.1-beta.1 → 6.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,16 @@
|
|
6
6
|
|
7
7
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
8
8
|
|
9
|
+
/**
|
10
|
+
* @license React
|
11
|
+
* react-is.production.min.js
|
12
|
+
*
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
14
|
+
*
|
15
|
+
* This source code is licensed under the MIT license found in the
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
17
|
+
*/
|
18
|
+
|
9
19
|
/**
|
10
20
|
* @license React
|
11
21
|
* react-jsx-runtime.production.min.js
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.2.1
|
3
|
+
"version": "6.2.1",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -25,6 +25,7 @@
|
|
25
25
|
"react-beautiful-dnd": "^13.1.1",
|
26
26
|
"react-day-picker": "^8.10.1",
|
27
27
|
"react-hot-toast": "^2.4.1",
|
28
|
+
"react-is": "^18.3.1",
|
28
29
|
"react-popper": "^2.3.0",
|
29
30
|
"react-select": "^5.8.0"
|
30
31
|
},
|