Project: migrate to Yarn 3

This commit is contained in:
vchikalkin 2022-12-19 13:28:00 +03:00
parent f1fe8e48bd
commit af3b079a88
7 changed files with 14944 additions and 10082 deletions

9
.gitignore vendored
View File

@ -33,3 +33,12 @@ yarn-error.log*
# typescript
*.tsbuildinfo
# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

807
.yarn/releases/yarn-3.3.0.cjs vendored Normal file

File diff suppressed because one or more lines are too long

9
.yarnrc.yml Normal file
View File

@ -0,0 +1,9 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v3'
yarnPath: .yarn/releases/yarn-3.3.0.cjs

View File

@ -82,5 +82,6 @@
},
"msw": {
"workerDirectory": "public"
}
},
"packageManager": "yarn@3.3.0"
}

24154
yarn.lock

File diff suppressed because it is too large Load Diff