Fix sb build (closes #18) (#19)

* Fix storybook build command

* Bump deps

* Add storybook build step

* Perform storybook build quiet

Co-authored-by: ErickSkrauch <erickskrauch@ely.by>
This commit is contained in:
Sviatoslav
2020-01-16 17:33:05 +02:00
committed by ErickSkrauch
parent 228bc048af
commit dfa8c6df5f
12 changed files with 2047 additions and 1024 deletions

View File

@@ -2,11 +2,11 @@
"name": "app",
"version": "1.0.0",
"dependencies": {
"@formatjs/intl-pluralrules": "^1.4.1",
"@formatjs/intl-relativetimeformat": "^4.5.4",
"@formatjs/intl-pluralrules": "^1.5.0",
"@formatjs/intl-relativetimeformat": "^4.5.7",
"@hot-loader/react-dom": "^16.11.0",
"@types/react": "^16.9.17",
"@types/react-redux": "^7.1.5",
"@types/react-redux": "^7.1.6",
"@types/react-router-dom": "^5.1.3",
"clsx": "^1.0.4",
"copy-to-clipboard": "^3.0.8",
@@ -21,7 +21,7 @@
"react-dom": "^16.12.0",
"react-helmet-async": "^1.0.4",
"react-hot-loader": "^4.12.18",
"react-intl": "^3.9.3",
"react-intl": "^3.11.0",
"react-motion": "^0.5.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
@@ -35,8 +35,8 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/react-helmet": "^5.0.14",
"@types/webpack-env": "^1.14.1",
"@types/react-helmet": "^5.0.15",
"@types/webpack-env": "^1.15.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.1"
}

View File

@@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/node": "^7.7.7",
"@babel/node": "^7.8.3",
"chalk": "^3.0.0",
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
"glob": "^7.1.6",