Skip to content

Commit 5b5dc37

Browse files
committed
bump yarn 4.2.1
1 parent b74001b commit 5b5dc37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/migrate-stack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
volta install [email protected]
4-
volta install yarn@4.1.1
4+
volta install yarn@4.2.1
55
volta setup
66
touch .env
77

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"engines": {
174174
"node": "^ 20.12",
175-
"yarn": "^ 4.1"
175+
"yarn": "^ 4.2"
176176
},
177177
"main": "lib/index",
178178
"types": "lib/index",
@@ -196,6 +196,6 @@
196196
"_id": "@user-interviews/[email protected]",
197197
"volta": {
198198
"node": "20.12.1",
199-
"yarn": "4.1.1"
199+
"yarn": "4.2.1"
200200
}
201201
}

0 commit comments

Comments
 (0)