Skip to content

Commit

Permalink
chore: upgrade yarn from 1.22.19 to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslavrell committed Nov 25, 2022
1 parent 6f73437 commit 3a09c81
Show file tree
Hide file tree
Showing 5 changed files with 23,891 additions and 16,991 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,13 @@ yarn-error.log
.yarn-integrity

# Netlify
.netlify
.netlify

# yarn v3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
807 changes: 807 additions & 0 deletions .yarn/releases/yarn-3.3.0.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-3.3.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"repository": {
"type": "git",
"url": "https://github.com/niklaslavrell/line-wizard"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 3a09c81

Please sign in to comment.