Skip to content

Commit

Permalink
chore(deps): update yarn to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent a197e5f commit f3eba6d
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 172 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.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.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.1.1"
},
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -47,5 +47,5 @@
"lint-staged": {
"*.{js,ts,tsx}": "yarn lint:fix"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.1.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.26",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.1.1"
},
"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.8",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.1.1",
"bin": "./bin/sea.js",
"engines": {
"node": "> 20.x.x",
"yarn": "4.x"
"yarn": "4.1.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"engines": {
"node": "20.x",
"yarn": "4.x"
"yarn": "4.1.1"
},
"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 @@ -7524,11 +7524,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=d69c25"
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/6a538ecb51bbd087a1f4bcfe05f6fd06b68172bcb5525e7031fac08aa0c2329c51fb230ce43d645535c02daa9cfac41f2cb4b1979a7501b2d448c5ea78a18a76
checksum: 10c2/9c19035472ef28f103ba5c5aee7c56e9749ab97c5616e34d9ad8f9323f2e29c51736964b6d13f5116092350cedb3535c2b78705e75fb1e99f41e9b1d838b0f77
languageName: node
linkType: hard

Expand Down

0 comments on commit f3eba6d

Please sign in to comment.