We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74001b commit 5b5dc37Copy full SHA for 5b5dc37
bin/migrate-stack
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
volta install [email protected]
4
-volta install yarn@4.1.1
+volta install yarn@4.2.1
5
volta setup
6
touch .env
7
package.json
@@ -172,7 +172,7 @@
172
],
173
"engines": {
174
"node": "^ 20.12",
175
- "yarn": "^ 4.1"
+ "yarn": "^ 4.2"
176
},
177
"main": "lib/index",
178
"types": "lib/index",
@@ -196,6 +196,6 @@
196
"_id": "@user-interviews/[email protected]",
197
"volta": {
198
"node": "20.12.1",
199
- "yarn": "4.1.1"
+ "yarn": "4.2.1"
200
}
201
0 commit comments