@luminati-io/uikit 3.0.1 → 3.0.2-beta.1
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.0.1",
|
3
|
+
"version": "3.0.2-beta.1",
|
4
4
|
"author": "Bright Data (http://brightdata.com)",
|
5
5
|
"license": "ISC",
|
6
6
|
"description": "brightdata's design system",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"react-dom": "^16.9.0",
|
69
69
|
"react-table": "^7.8.0",
|
70
70
|
"react-virtualized": "^9.22.5",
|
71
|
-
"styled-components": "^
|
71
|
+
"styled-components": "^6.0.7",
|
72
72
|
"svg-sprite-loader": "^6.0.11",
|
73
73
|
"svgo": "^3.0.2",
|
74
74
|
"webpack": "^5.88.2",
|
@@ -79,9 +79,8 @@
|
|
79
79
|
"storybook": "start-storybook -p 6006 -c storybook_config",
|
80
80
|
"build-storybook": "build-storybook -c storybook_config",
|
81
81
|
"test": "test-storybook --verbose -c storybook_config",
|
82
|
-
"build-
|
83
|
-
"build
|
84
|
-
"build": "rm -rf dist&&npm run build-development&&npm run build-production",
|
82
|
+
"build-webpack": "webpack",
|
83
|
+
"build": "rm -rf dist&&npm run build-webpack",
|
85
84
|
"prepublishOnly": "npm run build",
|
86
85
|
"minify-svg": "svgo -i ./assets/icons --final-newline",
|
87
86
|
"dry-publish": "npm publish --access public --dry-run",
|