Skip to content

Commit

Permalink
chore: upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Nov 11, 2023
1 parent 514eb90 commit 10d407b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ yarn-error.log*

**/traces
**/node_modules

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"prettier": "^2.7.1",
"vitest": "^0.34.6"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@4.0.1"
}

0 comments on commit 10d407b

Please sign in to comment.