Upgrade to Yarn 3

This commit is contained in:
Djuri Baars 2022-05-17 10:47:28 +02:00
parent 559aad4f81
commit b53f7a8847
6 changed files with 12533 additions and 9072 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary

10
.gitignore vendored
View File

@ -47,4 +47,12 @@ cypress/results/*
cypress/reports/*
cypress/screenshots/*
cypress/videos/*
.env
.env
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

BIN
.yarn/releases/yarn-3.2.1.cjs vendored Executable file

Binary file not shown.

3
.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.1.cjs

View File

@ -90,5 +90,6 @@
"prettier": "^2.6.2",
"typescript": "~4.6.3",
"yargs": "^17.4.1"
}
},
"packageManager": "yarn@3.2.1"
}

21587
yarn.lock

File diff suppressed because it is too large Load Diff