@luminati-io/uikit 6.3.18-beta.0 → 6.3.18
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +24 -24
- package/dist/index.js.map +1 -1
- package/dist/umd/uikit.development.js +876 -1125
- package/dist/umd/uikit.development.js.map +1 -1
- package/dist/umd/uikit.production.min.js +24 -24
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luminati-io/uikit",
|
3
|
-
"version": "6.3.18
|
3
|
+
"version": "6.3.18",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -38,8 +38,7 @@
|
|
38
38
|
"react-day-picker": "^8.10.1",
|
39
39
|
"react-hot-toast": "^2.4.1",
|
40
40
|
"react-popper": "^2.3.0",
|
41
|
-
"react-select": "^5.8.3"
|
42
|
-
"resize-observer-polyfill": "^1.5.1"
|
41
|
+
"react-select": "^5.8.3"
|
43
42
|
},
|
44
43
|
"peerDependencies": {
|
45
44
|
"prop-types": ">=15.8.1",
|