Skip to content

Commit

Permalink
fix(type): add carbon/layout to dependencies (#12183)
Browse files Browse the repository at this point in the history
* fix(type): add carbon/layout to dependencies

* chore(project): update lockfile

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
abbeyhrt and kodiakhq[bot] committed Sep 29, 2022
1 parent d6aca36 commit 7e30406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/type/package.json
Expand Up @@ -37,7 +37,8 @@
"clean": "rimraf css es lib umd"
},
"dependencies": {
"@carbon/grid": "^11.7.0-rc.0"
"@carbon/grid": "^11.7.0-rc.0",
"@carbon/layout": "^11.7.0-rc.0"
},
"devDependencies": {
"@carbon/cli": "^11.5.0-rc.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -2336,6 +2336,7 @@ __metadata:
dependencies:
"@carbon/cli": ^11.5.0-rc.0
"@carbon/grid": ^11.7.0-rc.0
"@carbon/layout": ^11.7.0-rc.0
"@carbon/test-utils": ^10.26.0
change-case: ^4.1.1
css: ^3.0.0
Expand Down

0 comments on commit 7e30406

Please sign in to comment.