Archived
0
0
Fork 0

chore: update yarn [ci skip]

This commit is contained in:
Daryl Ronningen 2021-08-07 12:43:31 -07:00
parent df3fce24c1
commit cbeb867f4c
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
5 changed files with 366 additions and 348 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,7 @@
nodeLinker: node-modules
nmMode: hardlinks-local
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
@ -10,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
yarnPath: .yarn/releases/yarn-sources.cjs
yarnPath: .yarn/releases/yarn-3.0.0.cjs

View file

@ -105,5 +105,6 @@
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
},
"packageManager": "yarn@3.0.0"
}