Upgrade dependencies, require Yarn 3.1.0

This commit is contained in:
Stéphan Kochen
2021-12-14 09:55:07 +01:00
parent 16b661b7aa
commit 00b7adf473
5 changed files with 541 additions and 466 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Related projects:
## Usage
The minimum version of Yarn is 3.0.0. Run the following in your project folder
The minimum version of Yarn is 3.1.0. Run the following in your project folder
to check:
```sh
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -23,15 +23,15 @@
"@yarnpkg/plugin-pnp": "^3.0.0",
"babel-loader": "^8.1.0",
"clipanion": "^3.0.0",
"prettier": "2.3.2",
"prettier": "2.5.1",
"raw-loader": "^4.0.1",
"typescript": "4.3.5",
"typescript": "4.5.4",
"webpack": "^5.35.0",
"webpack-sources": "^2.2.0"
},
"resolutions": {
"@yarnpkg/cli": "3.0.1",
"@yarnpkg/core": "3.0.0",
"@yarnpkg/cli": "3.1.0",
"@yarnpkg/core": "3.1.0",
"@yarnpkg/fslib": "2.5.1",
"@yarnpkg/libzip": "2.2.2",
"@yarnpkg/parsers": "2.4.0",
+1 -1
View File
@@ -343,7 +343,7 @@ export default async (project: Project, cache: Cache, report: Report) => {
`Preloaded ${numToPreload} packages into the Nix store`
);
}
} catch (err) {
} catch (err: any) {
// Don't break if there appears to be no Nix installation after all.
if (err.code !== "ENOENT") {
throw err;
+534 -459
View File
File diff suppressed because it is too large Load Diff