Skip to content

Commit

Permalink
Update dependency cruiser to support new macaw (#5045)
Browse files Browse the repository at this point in the history
* Update dependency cruiser to support macaw

* Add changeset

* Exclude new macaw
  • Loading branch information
poulch committed Jul 16, 2024
1 parent 91070c2 commit 81d909b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-boxes-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

You can now see macaw ui migration progress
3 changes: 2 additions & 1 deletion .dependency-cruiser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
comment: "Macaw UI migration",
from: {},
to: {
path: "@saleor/macaw-ui/legacy",
path: "@saleor/macaw-ui",
pathNot: "@saleor/macaw-ui-next"
},
},
{
Expand Down

0 comments on commit 81d909b

Please sign in to comment.