Skip to content

Commit

Permalink
Test removing sku peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Aug 12, 2024
1 parent 81442fa commit 7038fc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-students-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'braid-design-system': patch
---

Test removing `sku` peer dependency
3 changes: 1 addition & 2 deletions packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"sku": ">=10.13.1"
"react-dom": "^17 || ^18"
},
"skuSkipConfigure": true,
"skuSkipPostInstall": true,
Expand Down

0 comments on commit 7038fc2

Please sign in to comment.