Skip to content

Commit

Permalink
Upgrade Yarn off of classic (closes #678)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed May 20, 2024
1 parent 115ed86 commit b340789
Show file tree
Hide file tree
Showing 5 changed files with 9,013 additions and 5,659 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ coverage
.vs
.vscode
package-lock.json
/.yarn/install-state.gz
**/.pnp.*
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
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
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -133,5 +134,6 @@
"jest": {
"optional": true
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit b340789

Please sign in to comment.