Skip to content

Commit

Permalink
Update Yarn to 4.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed May 10, 2024
1 parent 70af3eb commit 6276b56
Show file tree
Hide file tree
Showing 5 changed files with 6,464 additions and 3,840 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ __pycache__/
.ionide
.ignored

# yarn
.yarn/*
!.yarn/releases

# opam local switch
_opam/

Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"webpack": "5.91.0",
"webpack-cli": "5.1.0",
"webpack-dev-server": "5.0.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 6276b56

Please sign in to comment.