@luminati-io/uikit 1.9.20 → 1.9.22
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/uikit.umd.js +1664 -1825
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "1.9.
|
3
|
+
"version": "1.9.22",
|
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.
|
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.
|
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.
|
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.
|
69
|
+
"styled-components": "^5.3.11",
|
70
70
|
"svg-sprite-loader": "^6.0.11",
|
71
71
|
"svgo": "^3.0.2",
|
72
|
-
"webpack": "^5.
|
73
|
-
"webpack-cli": "^5.
|
74
|
-
"webpack-merge": "^5.
|
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",
|