@luminati-io/uikit 3.7.0 → 3.7.3
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.7.
|
3
|
+
"version": "3.7.3",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -18,14 +18,13 @@
|
|
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
|
-
"react-phone-input-2": "^2.15.1",
|
29
28
|
"react-popper": "^2.3.0",
|
30
29
|
"react-select": "^5.8.0"
|
31
30
|
},
|
@@ -38,17 +37,17 @@
|
|
38
37
|
"styled-components": ">=6.1.8"
|
39
38
|
},
|
40
39
|
"devDependencies": {
|
41
|
-
"@babel/core": "^7.24.
|
42
|
-
"@babel/preset-env": "^7.24.
|
43
|
-
"@babel/preset-react": "^7.
|
44
|
-
"@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",
|
45
44
|
"@storybook/addon-actions": "^8.0.6",
|
46
|
-
"@storybook/addon-essentials": "^8.0.
|
47
|
-
"@storybook/addon-interactions": "^8.0.
|
48
|
-
"@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",
|
49
48
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
50
49
|
"@storybook/react": "^8.0.6",
|
51
|
-
"@storybook/react-webpack5": "^8.0.
|
50
|
+
"@storybook/react-webpack5": "^8.0.9",
|
52
51
|
"@storybook/test": "^8.0.6",
|
53
52
|
"@storybook/test-runner": "^0.17.0",
|
54
53
|
"@storybook/theming": "^8.0.6",
|
@@ -56,16 +55,18 @@
|
|
56
55
|
"babel-plugin-lodash": "^3.3.4",
|
57
56
|
"babel-plugin-prismjs": "^2.1.0",
|
58
57
|
"babel-plugin-styled-components": "^2.1.4",
|
58
|
+
"country-flag-icons": "^1.5.11",
|
59
|
+
"libphonenumber-js": "^1.10.61",
|
59
60
|
"prop-types": "^15.8.1",
|
60
|
-
"react": "^16.
|
61
|
-
"react-dom": "^16.
|
61
|
+
"react": "^16.14.0",
|
62
|
+
"react-dom": "^16.14.0",
|
62
63
|
"react-table": "^7.8.0",
|
63
64
|
"react-virtualized": "^9.22.5",
|
64
|
-
"storybook": "^8.0.
|
65
|
+
"storybook": "^8.0.9",
|
65
66
|
"styled-components": "^6.1.8",
|
66
67
|
"svg-sprite-loader": "^6.0.11",
|
67
68
|
"svgo": "^3.2.0",
|
68
|
-
"webpack": "^5.
|
69
|
+
"webpack": "^5.91.0",
|
69
70
|
"webpack-cli": "^5.1.4",
|
70
71
|
"webpack-merge": "^5.10.0"
|
71
72
|
},
|