Skip to content

Commit 9801a8f

Browse files
fix: allow peer dep 5.0.0-rc release candidate (#346)
1 parent 56cb9d5 commit 9801a8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/huge-worlds-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tokens-studio/sd-transforms': patch
3+
---
4+
5+
Specify version range for SD peer dep to specifically support the 5.0.0 release candidates.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"is-mergeable-object": "^1.1.1"
4242
},
4343
"peerDependencies": {
44-
"style-dictionary": ">=4.3.0 < 6"
44+
"style-dictionary": "^4.3.0 || ^5.0.0-rc.0"
4545
},
4646
"devDependencies": {
4747
"@changesets/cli": "^2.27.6",

0 commit comments

Comments
 (0)