Upgrade dependencies, require Yarn 3.1.0
This commit is contained in:
@@ -43,7 +43,7 @@ Related projects:
|
|||||||
|
|
||||||
## Usage
|
## 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:
|
to check:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+4
-4
@@ -23,15 +23,15 @@
|
|||||||
"@yarnpkg/plugin-pnp": "^3.0.0",
|
"@yarnpkg/plugin-pnp": "^3.0.0",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"clipanion": "^3.0.0",
|
"clipanion": "^3.0.0",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.5.1",
|
||||||
"raw-loader": "^4.0.1",
|
"raw-loader": "^4.0.1",
|
||||||
"typescript": "4.3.5",
|
"typescript": "4.5.4",
|
||||||
"webpack": "^5.35.0",
|
"webpack": "^5.35.0",
|
||||||
"webpack-sources": "^2.2.0"
|
"webpack-sources": "^2.2.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@yarnpkg/cli": "3.0.1",
|
"@yarnpkg/cli": "3.1.0",
|
||||||
"@yarnpkg/core": "3.0.0",
|
"@yarnpkg/core": "3.1.0",
|
||||||
"@yarnpkg/fslib": "2.5.1",
|
"@yarnpkg/fslib": "2.5.1",
|
||||||
"@yarnpkg/libzip": "2.2.2",
|
"@yarnpkg/libzip": "2.2.2",
|
||||||
"@yarnpkg/parsers": "2.4.0",
|
"@yarnpkg/parsers": "2.4.0",
|
||||||
|
|||||||
+1
-1
@@ -343,7 +343,7 @@ export default async (project: Project, cache: Cache, report: Report) => {
|
|||||||
`Preloaded ${numToPreload} packages into the Nix store`
|
`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.
|
// Don't break if there appears to be no Nix installation after all.
|
||||||
if (err.code !== "ENOENT") {
|
if (err.code !== "ENOENT") {
|
||||||
throw err;
|
throw err;
|
||||||
|
|||||||
Reference in New Issue
Block a user