-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Yarn off of classic (closes #678)
- Loading branch information
1 parent
115ed86
commit b340789
Showing
5 changed files
with
9,013 additions
and
5,659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ coverage | |
.vs | ||
.vscode | ||
package-lock.json | ||
/.yarn/install-state.gz | ||
**/.pnp.* |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
enableGlobalCache: true | ||
|
||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.2.2.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^8.0.0", | ||
"jest": "^29.0.0", | ||
"jest-matcher-utils": "^29.7.0", | ||
"jest-serializer-ansi-escapes": "^2.0.1", | ||
"jest-watch-typeahead": "^2.0.0", | ||
"lint-staged": "~13.2.0", | ||
|
@@ -133,5 +134,6 @@ | |
"jest": { | ||
"optional": true | ||
} | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.