@luminati-io/uikit 3.4.2 → 3.4.4

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": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -17,11 +17,11 @@
17
17
  "@visx/responsive": "^3.3.0",
18
18
  "@visx/scale": "^3.5.0",
19
19
  "@visx/text": "^3.3.0",
20
- "@visx/xychart": "^3.5.1",
21
- "date-fns": "^2.30.0",
20
+ "@visx/xychart": "^3.8.0",
21
+ "date-fns": "^3.3.1",
22
22
  "lodash": "^4.17.21",
23
23
  "prismjs": "^1.29.0",
24
- "react-day-picker": "^8.9.1",
24
+ "react-day-picker": "^8.10.0",
25
25
  "react-popper": "^2.3.0",
26
26
  "react-select": "^5.8.0"
27
27
  },
@@ -29,15 +29,15 @@
29
29
  "react": ">=16.9.0",
30
30
  "react-dom": ">=16.9.0",
31
31
  "react-table": ">=7.8.0",
32
- "styled-components": ">=5.3.11",
33
- "prop-types": ">=15.7.0",
34
- "react-virtualized": ">=9.22.3"
32
+ "styled-components": ">=6.1.8",
33
+ "prop-types": ">=15.8.1",
34
+ "react-virtualized": ">=9.22.6"
35
35
  },
36
36
  "devDependencies": {
37
- "@babel/core": "7.20.12",
38
- "@babel/preset-env": "7.20.2",
39
- "@babel/preset-react": "7.18.6",
40
- "@rollup/plugin-alias": "^5.0.1",
37
+ "@babel/core": "^7.23.9",
38
+ "@babel/preset-env": "^7.23.9",
39
+ "@babel/preset-react": "^7.23.3",
40
+ "@rollup/plugin-alias": "^5.1.0",
41
41
  "@rollup/plugin-babel": "^6.0.4",
42
42
  "@rollup/plugin-commonjs": "^25.0.7",
43
43
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -68,10 +68,10 @@
68
68
  "rollup-plugin-peer-deps-external": "^2.2.4",
69
69
  "rollup-plugin-svg-sprites": "^1.2.5",
70
70
  "rollup-plugin-terser": "^7.0.2",
71
- "styled-components": "^6.1.6",
71
+ "styled-components": "^6.1.8",
72
72
  "svg-sprite-loader": "^6.0.11",
73
- "svgo": "^3.0.5",
74
- "webpack": "^5.89.0",
73
+ "svgo": "^3.2.0",
74
+ "webpack": "^5.90.0",
75
75
  "webpack-cli": "^5.1.4",
76
76
  "webpack-merge": "^5.10.0"
77
77
  },