chore(ui): fix storybook build (#895)

* Add storybook build

* Downgrade color
This commit is contained in:
Nathan Bierema 2021-10-01 17:34:29 -04:00 committed by GitHub
parent 13c775ee2c
commit 88685b08a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.173",
"base16": "^1.0.0",
"color": "^4.0.1",
"color": "^3.2.1",
"csstype": "^3.0.9",
"lodash.curry": "^4.1.1"
},

View File

@ -22,7 +22,7 @@
"start": "yarn run storybook",
"storybook": "start-storybook -p 6006 -s ./fonts",
"build-storybook": "build-storybook -s ./fonts",
"build": "yarn run build:types && yarn run build:js",
"build": "yarn run build:types && yarn run build:js && yarn run build-storybook",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"clean": "rimraf lib",
@ -43,7 +43,7 @@
"@types/simple-element-resize-detector": "^1.3.0",
"base16": "^1.0.0",
"codemirror": "^5.63.0",
"color": "^4.0.1",
"color": "^3.2.1",
"prop-types": "^15.7.2",
"react-icons": "^4.2.0",
"react-select": "^5.0.0",

View File

@ -5076,7 +5076,7 @@ __metadata:
"@typescript-eslint/parser": ^4.31.2
base16: ^1.0.0
codemirror: ^5.63.0
color: ^4.0.1
color: ^3.2.1
csstype: ^3.0.9
enzyme: ^3.11.0
enzyme-adapter-react-16: ^1.15.6
@ -11240,7 +11240,7 @@ __metadata:
languageName: node
linkType: hard
"color-convert@npm:^1.9.0":
"color-convert@npm:^1.9.0, color-convert@npm:^1.9.3":
version: 1.9.3
resolution: "color-convert@npm:1.9.3"
dependencies:
@ -11282,13 +11282,13 @@ __metadata:
languageName: node
linkType: hard
"color@npm:^4.0.1":
version: 4.0.1
resolution: "color@npm:4.0.1"
"color@npm:^3.2.1":
version: 3.2.1
resolution: "color@npm:3.2.1"
dependencies:
color-convert: ^2.0.1
color-convert: ^1.9.3
color-string: ^1.6.0
checksum: 46b1e7c6a5d5b1db5e0a8f1f32eea015a1923c9a591cbef67e20b439d67fe8043a7c3beb96c602f0055068909c3ee73bc8ee1817e76a25861a92f64430d6118f
checksum: f81220e8b774d35865c2561be921f5652117638dcda7ca4029262046e37fc2444ac7bbfdd110cf1fd9c074a4ee5eda8f85944ffbdda26186b602dd9bb05f6400
languageName: node
linkType: hard
@ -24307,7 +24307,7 @@ fsevents@^1.2.7:
"@typescript-eslint/eslint-plugin": ^4.31.2
"@typescript-eslint/parser": ^4.31.2
base16: ^1.0.0
color: ^4.0.1
color: ^3.2.1
csstype: ^3.0.9
eslint: ^7.32.0
eslint-config-prettier: ^8.3.0