@luminati-io/uikit 3.6.10 → 3.7.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,15 @@
|
|
24
24
|
* LICENSE file in the root directory of this source tree.
|
25
25
|
*/
|
26
26
|
|
27
|
+
/** @license React v16.14.0
|
28
|
+
* react-jsx-runtime.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
|
+
*/
|
35
|
+
|
27
36
|
/** @license React v17.0.2
|
28
37
|
* react-is.production.min.js
|
29
38
|
*
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.7.2",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -18,12 +18,12 @@
|
|
18
18
|
"@visx/scale": "^3.5.0",
|
19
19
|
"@visx/text": "^3.3.0",
|
20
20
|
"@visx/tooltip": "^3.3.0",
|
21
|
-
"@visx/xychart": "^3.
|
22
|
-
"date-fns": "^3.
|
21
|
+
"@visx/xychart": "^3.10.2",
|
22
|
+
"date-fns": "^3.6.0",
|
23
23
|
"lodash": "^4.17.21",
|
24
24
|
"prismjs": "^1.29.0",
|
25
25
|
"react-beautiful-dnd": "^13.1.1",
|
26
|
-
"react-day-picker": "^8.10.
|
26
|
+
"react-day-picker": "^8.10.1",
|
27
27
|
"react-hot-toast": "^2.4.1",
|
28
28
|
"react-popper": "^2.3.0",
|
29
29
|
"react-select": "^5.8.0"
|
@@ -37,17 +37,17 @@
|
|
37
37
|
"styled-components": ">=6.1.8"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@babel/core": "^7.24.
|
41
|
-
"@babel/preset-env": "^7.24.
|
42
|
-
"@babel/preset-react": "^7.
|
43
|
-
"@storybook/addon-a11y": "^8.0.
|
40
|
+
"@babel/core": "^7.24.5",
|
41
|
+
"@babel/preset-env": "^7.24.5",
|
42
|
+
"@babel/preset-react": "^7.24.1",
|
43
|
+
"@storybook/addon-a11y": "^8.0.9",
|
44
44
|
"@storybook/addon-actions": "^8.0.6",
|
45
|
-
"@storybook/addon-essentials": "^8.0.
|
46
|
-
"@storybook/addon-interactions": "^8.0.
|
47
|
-
"@storybook/addon-links": "^8.0.
|
45
|
+
"@storybook/addon-essentials": "^8.0.9",
|
46
|
+
"@storybook/addon-interactions": "^8.0.9",
|
47
|
+
"@storybook/addon-links": "^8.0.9",
|
48
48
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
49
49
|
"@storybook/react": "^8.0.6",
|
50
|
-
"@storybook/react-webpack5": "^8.0.
|
50
|
+
"@storybook/react-webpack5": "^8.0.9",
|
51
51
|
"@storybook/test": "^8.0.6",
|
52
52
|
"@storybook/test-runner": "^0.17.0",
|
53
53
|
"@storybook/theming": "^8.0.6",
|
@@ -56,15 +56,15 @@
|
|
56
56
|
"babel-plugin-prismjs": "^2.1.0",
|
57
57
|
"babel-plugin-styled-components": "^2.1.4",
|
58
58
|
"prop-types": "^15.8.1",
|
59
|
-
"react": "^16.
|
60
|
-
"react-dom": "^16.
|
59
|
+
"react": "^16.14.0",
|
60
|
+
"react-dom": "^16.14.0",
|
61
61
|
"react-table": "^7.8.0",
|
62
62
|
"react-virtualized": "^9.22.5",
|
63
|
-
"storybook": "^8.0.
|
63
|
+
"storybook": "^8.0.9",
|
64
64
|
"styled-components": "^6.1.8",
|
65
65
|
"svg-sprite-loader": "^6.0.11",
|
66
66
|
"svgo": "^3.2.0",
|
67
|
-
"webpack": "^5.
|
67
|
+
"webpack": "^5.91.0",
|
68
68
|
"webpack-cli": "^5.1.4",
|
69
69
|
"webpack-merge": "^5.10.0"
|
70
70
|
},
|