@luminati-io/uikit 6.1.1 → 6.1.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminati-io/uikit",
3
- "version": "6.1.1",
3
+ "version": "6.1.3",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -10,15 +10,15 @@
10
10
  ],
11
11
  "dependencies": {
12
12
  "@popperjs/core": "^2.11.8",
13
- "@react-spring/web": "^9.7.3",
13
+ "@react-spring/web": "^9.7.4",
14
14
  "@visx/curve": "^3.3.0",
15
- "@visx/legend": "^3.5.0",
15
+ "@visx/legend": "^3.10.3",
16
16
  "@visx/pattern": "^3.3.0",
17
- "@visx/responsive": "^3.3.0",
17
+ "@visx/responsive": "^3.10.2",
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.10.2",
21
+ "@visx/xychart": "^3.11.0",
22
22
  "date-fns": "^3.6.0",
23
23
  "lodash": "^4.17.21",
24
24
  "prismjs": "^1.29.0",
@@ -34,12 +34,12 @@
34
34
  "react-dom": ">=16.9.0",
35
35
  "react-table": ">=7.8.0",
36
36
  "react-virtualized": ">=9.22.5",
37
- "styled-components": ">=6.1.8"
37
+ "styled-components": ">=6.1.13"
38
38
  },
39
39
  "devDependencies": {
40
- "@babel/core": "^7.24.5",
41
- "@babel/preset-env": "^7.24.5",
42
- "@babel/preset-react": "^7.24.1",
40
+ "@babel/core": "^7.25.2",
41
+ "@babel/preset-env": "^7.25.4",
42
+ "@babel/preset-react": "^7.24.7",
43
43
  "@chromatic-com/storybook": "^1.6.1",
44
44
  "@storybook/addon-a11y": "^8.2.9",
45
45
  "@storybook/addon-actions": "^8.2.9",
@@ -57,7 +57,7 @@
57
57
  "babel-plugin-lodash": "^3.3.4",
58
58
  "babel-plugin-prismjs": "^2.1.0",
59
59
  "babel-plugin-styled-components": "^2.1.4",
60
- "country-flag-icons": "^1.5.11",
60
+ "country-flag-icons": "^1.5.13",
61
61
  "libphonenumber-js": "^1.10.61",
62
62
  "prop-types": "^15.8.1",
63
63
  "react": "^18.3.1",
@@ -65,12 +65,12 @@
65
65
  "react-table": "^7.8.0",
66
66
  "react-virtualized": "^9.22.5",
67
67
  "storybook": "^8.2.9",
68
- "styled-components": "^6.1.8",
68
+ "styled-components": "^6.1.13",
69
69
  "svg-sprite-loader": "^6.0.11",
70
- "svgo": "^3.2.0",
71
- "webpack": "^5.91.0",
70
+ "svgo": "^3.3.2",
71
+ "webpack": "^5.94.0",
72
72
  "webpack-cli": "^5.1.4",
73
- "webpack-merge": "^5.10.0"
73
+ "webpack-merge": "^6.0.1"
74
74
  },
75
75
  "scripts": {
76
76
  "storybook": "storybook dev -p 6006 -c storybook_config",