switch to Yarn 3

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-19 12:54:02 +02:00
parent 7c2adfbfd1
commit f3cc06d7c1
6 changed files with 794 additions and 147539 deletions
+4
View File
@@ -61,6 +61,10 @@ typings/
# Optional npm cache directory
.npm
# Yarn 3 with modules linker
.yarn/*
!.yarn/releases
# Node version directives
.nvmrc
-147529
View File
File diff suppressed because one or more lines are too long
+783
View File
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
registry "https://registry.npmjs.org/"
disable-self-update-check true
lastUpdateCheck 1580389148099
yarn-path ".yarn/releases/yarn-1.22.19.js"
network-timeout 300000
+5
View File
@@ -0,0 +1,5 @@
nodeLinker: node-modules
httpTimeout: 300000
npmRegistryServer: "https://registry.npmjs.org/"
yarnPath: .yarn/releases/yarn-3.2.2.cjs
+2 -1
View File
@@ -90,5 +90,6 @@
"*.md": [
"node ./scripts/check-docs-quality"
]
}
},
"packageManager": "yarn@3.2.2"
}