Skip to content

Commit

Permalink
fix(styles): adjusting carbon-components-react to dev dependency (#4041)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

No related issue

### Description

It was reported that the styles package was pulling in `carbon-components-react`, which is not necessary for the styles package itself but for the storybook generation for the expressive theme. This moves this dependency to `devDependencies` instead.

### Changelog

**Changed**

- Moved `carbon-components-react` to `devDependencies` for the styles package
  • Loading branch information
jeffchew authored Sep 24, 2020
1 parent d051621 commit 777d5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"@carbon/motion": "10.9.0",
"@carbon/themes": "10.18.0",
"@carbon/type": "10.15.0",
"carbon-components": "10.19.0",
"carbon-components-react": "7.19.0"
"carbon-components": "10.19.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
Expand All @@ -60,6 +59,7 @@
"babel-loader": "^8.0.6",
"browserslist-config-carbon": "^10.4.0",
"carbon-components": "10.19.0",
"carbon-components-react": "7.19.0",
"del": "^3.0.0",
"fast-sass-loader": "^1.5.0",
"gulp": "^4.0.2",
Expand Down

0 comments on commit 777d5ab

Please sign in to comment.