Skip to content

Commit

Permalink
fix(logicbutton,picker): add missing commons devDep (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe authored Apr 1, 2024
1 parent 79e6cba commit 49057ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/logicbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "^9.1.3"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions components/picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "^9.1.3"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 49057ca

Please sign in to comment.