Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent ba54125 commit 5ff2406
Show file tree
Hide file tree
Showing 7 changed files with 941 additions and 901 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"lint-staged": {
"*.{js,ts,tsx}": "yarn lint:fix"
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.5.2"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.5.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/sea/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@chyzwar/sea",
"version": "1.0.16",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.5.2",
"bin": "./bin/sea.js",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.5.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6608,11 +6608,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=b45daf"
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/e11b713baee2d87cd88b797712020e4abf195905c32648a5a27f7e4f5bf6bc28fa9724bc5900057d4285c485dea0147adfafa3cb74fbd36663af77a97587b7b7
checksum: 10c2/6f3d6f48b9d016fd0fd655e5a12a0cd7148e98d3c827d77ca97d3d53429ab70cfaa690d832014522b312a0b344046baca7005d1b01f1732c2967fd2ddf57d0fe
languageName: node
linkType: hard

Expand Down

0 comments on commit 5ff2406

Please sign in to comment.