@luminati-io/uikit 1.9.19 → 1.9.21

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.19",
3
+ "version": "1.9.21",
4
4
  "author": "Bright Data (http://brightdata.com)",
5
5
  "license": "ISC",
6
6
  "description": "brightdata's design system",
@@ -9,14 +9,14 @@
9
9
  "dist"
10
10
  ],
11
11
  "dependencies": {
12
- "@popperjs/core": "^2.11.7",
12
+ "@popperjs/core": "^2.11.8",
13
13
  "babel-plugin-prismjs": "^2.1.0",
14
14
  "date-fns": "^2.30.0",
15
15
  "lodash": "^4.17.21",
16
16
  "prismjs": "^1.29.0",
17
17
  "react-day-picker": "^8.7.1",
18
18
  "react-popper": "^2.3.0",
19
- "react-select": "^5.7.2"
19
+ "react-select": "^5.7.3"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@react-spring/web": "^9.7.1",
@@ -60,18 +60,18 @@
60
60
  "@visx/xychart": "^3.1.2",
61
61
  "babel-loader": "9.1.2",
62
62
  "babel-plugin-lodash": "^3.3.4",
63
- "babel-plugin-styled-components": "^2.1.1",
63
+ "babel-plugin-styled-components": "^2.1.3",
64
64
  "lodash-webpack-plugin": "^0.11.6",
65
65
  "prop-types": "^15.8.1",
66
66
  "react": "^16.9.0",
67
67
  "react-dom": "^16.9.0",
68
68
  "react-table": "^7.8.0",
69
- "styled-components": "^5.3.10",
69
+ "styled-components": "^5.3.11",
70
70
  "svg-sprite-loader": "^6.0.11",
71
71
  "svgo": "^3.0.2",
72
- "webpack": "^5.81.0",
73
- "webpack-cli": "^5.0.2",
74
- "webpack-merge": "^5.8.0"
72
+ "webpack": "^5.85.0",
73
+ "webpack-cli": "^5.1.1",
74
+ "webpack-merge": "^5.9.0"
75
75
  },
76
76
  "scripts": {
77
77
  "storybook": "start-storybook -p 6006 -c storybook_config",