@luminati-io/uikit 1.9.26 → 1.9.27

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": "1.9.26",
3
+ "version": "1.9.27",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -31,7 +31,8 @@
31
31
  "react-dom": ">=16.9.0",
32
32
  "react-table": ">=7.8.0",
33
33
  "styled-components": ">=5.3.0",
34
- "prop-types": ">=15.7.0"
34
+ "prop-types": ">=15.7.0",
35
+ "react-virtualized": ">=9.22.3"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@babel/core": "7.20.12",
@@ -66,6 +67,7 @@
66
67
  "react": "^16.9.0",
67
68
  "react-dom": "^16.9.0",
68
69
  "react-table": "^7.8.0",
70
+ "react-virtualized": "^9.22.5",
69
71
  "styled-components": "^5.3.11",
70
72
  "svg-sprite-loader": "^6.0.11",
71
73
  "svgo": "^3.0.2",