Skip to content

Commit

Permalink
chore: update carbon-components for storybook (#2221)
Browse files Browse the repository at this point in the history
Brings in new styles and updates for data table work
  • Loading branch information
vpicone authored Apr 17, 2019
1 parent 9907423 commit d869fef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
Binary file removed .yarn-offline-mirror/carbon-components-10.0.0.tgz
Binary file not shown.
Binary file not shown.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"babel-loader": "^8.0.4",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-react-docgen": "^2.0.0",
"carbon-components": "^10.0.0",
"carbon-components": "^10.1.0",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"cli-table": "^0.3.0",
Expand Down Expand Up @@ -242,8 +242,16 @@
"@commitlint/config-conventional"
],
"rules": {
"header-max-length": [2, "always", 50],
"body-max-line-length": [2, "always", 72]
"header-max-length": [
2,
"always",
50
],
"body-max-line-length": [
2,
"always",
72
]
}
},
"husky": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3693,10 +3693,10 @@ capture-exit@^2.0.0:
dependencies:
rsvp "^4.8.4"

carbon-components@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/carbon-components/-/carbon-components-10.0.0.tgz#d9e5da8619c7bd74c31ebabb759f23790460f2d6"
integrity sha512-SFTUy7C+pIucsWnuOsRFYcChXPhqYnutqwsyuQ4Tr3h+5SlytRo3R3dyHQeka4j+DEUagCRfIBu8NCBnipERyw==
carbon-components@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/carbon-components/-/carbon-components-10.1.0.tgz#c7d60ef3aaa4ec11629d1224e0064d15716e5072"
integrity sha512-CdybWT+lDhDnY4fp7HDacmL8X3i/9LD12WKK/AlmIZeoCAmqa0fo9GwRz1o8gQdQYOF/5LAjrdqOlKXkAOrGDQ==
dependencies:
carbon-icons "^7.0.7"
flatpickr "4.5.7"
Expand Down

0 comments on commit d869fef

Please sign in to comment.