Skip to content

Commit

Permalink
upgrade yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Oct 14, 2022
1 parent 732fdda commit a3a90cf
Show file tree
Hide file tree
Showing 8 changed files with 2,910 additions and 2,146 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ module
*.log
*.tgz

.yarn/cache
.yarn/install-state.gz
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
26 changes: 0 additions & 26 deletions .yarn/build-state.yml

This file was deleted.

Binary file removed .yarn/install-state.gz
Binary file not shown.
801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-berry.cjs

This file was deleted.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"
nodeLinker: "node-modules"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.4.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"version-snapshot": "lerna version --no-push --no-git-tag-version --yes --preid snapshot prepatch --force-publish",
"version": "yarn install && git add .",
"lerna": "lerna"
}
},
"packageManager": "yarn@3.2.4"
}
4,157 changes: 2,097 additions & 2,060 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a3a90cf

Please sign in to comment.