yarn: begin migration to 3.x

https://yarnpkg.com/getting-started/migration#step-by-step
This commit is contained in:
David Lechner
2022-03-14 15:04:38 -05:00
parent 187a973fa3
commit 5816ca32eb
3 changed files with 789 additions and 1 deletions
+785
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.0.cjs
nodeLinker: node-modules
+2 -1
View File
@@ -103,5 +103,6 @@
"eslint-plugin-total-functions": "^4.10.1",
"jest-mock-extended": "^2.0.4",
"prettier": "^2.5.1"
}
},
"packageManager": "yarn@3.2.0"
}