Skip to content

Commit

Permalink
chore: update package manager to Yarn 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 20, 2024
1 parent 22388c9 commit 8be1c3e
Show file tree
Hide file tree
Showing 6 changed files with 6,255 additions and 3,434 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ jestTestFile.js
dist/types/
CONTRIBUTING.md
test.*
.yarnrc.yml
.yarn/
Binary file added .yarn/install-state.gz
Binary file not shown.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"typescript": "^5.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}
},
"packageManager": "yarn@4.5.1"
}
8,745 changes: 5,313 additions & 3,432 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8be1c3e

Please sign in to comment.