Skip to content

Commit

Permalink
chore: upgrade to Yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Dec 27, 2021
1 parent 68b6385 commit a8a2367
Show file tree
Hide file tree
Showing 5 changed files with 7,969 additions and 4,953 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@ package-lock.json
yarn.lock
yarn-error.log
dist
test/*.bundle.js
test/*.bundle.js

# Yarn 2+
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.17.cjs"
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.1.1.cjs
Loading

0 comments on commit a8a2367

Please sign in to comment.