Skip to content

Commit 7eeb32c

Browse files
authored
Merge pull request #209 from benjaminwaterlot/main
fix(engines): allow using yarn classic in all workspaces
2 parents 252b926 + 894425d commit 7eeb32c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/plenty-rice-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-tel-input': patch
3+
---
4+
5+
fix: allow using yarn classic in all workspaces

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"engines": {
2020
"npm": ">= 8",
21-
"yarn": ">=2",
21+
"yarn": ">= 1",
2222
"node": ">= 16",
2323
"pnpm": ">= 7"
2424
},

packages/svelte-tel-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"engines": {
2424
"npm": ">= 8",
25-
"yarn": ">= 2",
25+
"yarn": ">= 1",
2626
"node": ">= 18",
2727
"pnpm": ">= 8"
2828
},

0 commit comments

Comments
 (0)