Skip to content

Commit

Permalink
build: bump yarn to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Jul 28, 2024
1 parent 04c8013 commit 3550f7b
Show file tree
Hide file tree
Showing 5 changed files with 897 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,5 @@ fabric.properties
.idea/**/azureSettings.xml
*storybook.log

# yarn
.yarn

*.code-workspace
Binary file added .yarn/install-state.gz
Binary file not shown.
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +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 @@ -125,5 +125,5 @@
"typescript": "^5.2.2",
"unplugin-icons": "^0.18.5"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.3.1"
}

0 comments on commit 3550f7b

Please sign in to comment.