Skip to content

Commit

Permalink
update yarn to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Jul 22, 2024
1 parent 1516e54 commit 31e0272
Show file tree
Hide file tree
Showing 5 changed files with 12,749 additions and 8,391 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ pids
*.seed
*.pid.lock

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.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.3.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"react-dom": "18.2.0",
"tslib": "2.5.3"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit 31e0272

Please sign in to comment.