Skip to content

Commit 53cb69e

Browse files
committed
Update Yarn to 4.2.2
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 70af3eb commit 53cb69e

File tree

4 files changed

+5567
-3840
lines changed

4 files changed

+5567
-3840
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ __pycache__/
294294
.ionide
295295
.ignored
296296

297+
# yarn
298+
.yarn/
299+
297300
# opam local switch
298301
_opam/
299302

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
"webpack": "5.91.0",
4949
"webpack-cli": "5.1.0",
5050
"webpack-dev-server": "5.0.2"
51-
}
51+
},
52+
"packageManager": "[email protected]"
5253
}

0 commit comments

Comments
 (0)