Yarn upgraded to v.2

Yarn upgraded to v.2
This commit is contained in:
Alexander I. Chebykin 2022-05-01 20:11:10 +03:00
parent 7df8646bc4
commit d3f9f32188
6 changed files with 10516 additions and 6272 deletions

9
.gitignore vendored
View File

@ -22,3 +22,12 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
# Yarn 2
.yarn/*
#!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

File diff suppressed because one or more lines are too long

785
.yarn/releases/yarn-3.2.0.cjs vendored Normal file

File diff suppressed because one or more lines are too long

7
.yarnrc.yml Normal file
View File

@ -0,0 +1,7 @@
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.2.0.cjs

View File

@ -53,5 +53,6 @@
"last 2 versions",
"not dead",
"not ie 11"
]
],
"packageManager": "yarn@3.2.0"
}

15438
yarn.lock

File diff suppressed because it is too large Load Diff