Skip to content

Commit

Permalink
chore: upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
szaleq committed Apr 26, 2024
1 parent b944355 commit c6a41f8
Show file tree
Hide file tree
Showing 5 changed files with 12,715 additions and 8,320 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
/theme.json
/vendor
node_modules

# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.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
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
"scripts": "ts",
"src": "src/assets"
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c6a41f8

Please sign in to comment.