@luminati-io/uikit 3.7.0 → 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.7.0",
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,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.8.0",
22
- "date-fns": "^3.3.1",
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.0",
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.0",
42
- "@babel/preset-env": "^7.24.0",
43
- "@babel/preset-react": "^7.23.3",
44
- "@storybook/addon-a11y": "^8.0.6",
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.6",
47
- "@storybook/addon-interactions": "^8.0.6",
48
- "@storybook/addon-links": "^8.0.6",
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.6",
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",
@@ -57,15 +56,15 @@
57
56
  "babel-plugin-prismjs": "^2.1.0",
58
57
  "babel-plugin-styled-components": "^2.1.4",
59
58
  "prop-types": "^15.8.1",
60
- "react": "^16.9.0",
61
- "react-dom": "^16.9.0",
59
+ "react": "^16.14.0",
60
+ "react-dom": "^16.14.0",
62
61
  "react-table": "^7.8.0",
63
62
  "react-virtualized": "^9.22.5",
64
- "storybook": "^8.0.6",
63
+ "storybook": "^8.0.9",
65
64
  "styled-components": "^6.1.8",
66
65
  "svg-sprite-loader": "^6.0.11",
67
66
  "svgo": "^3.2.0",
68
- "webpack": "^5.90.3",
67
+ "webpack": "^5.91.0",
69
68
  "webpack-cli": "^5.1.4",
70
69
  "webpack-merge": "^5.10.0"
71
70
  },