chore: bump up Yarn to v4.2.2 (#96)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-13 07:53:07 +00:00 committed by GitHub
parent afc909fea5
commit fe58c5f73b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 297 additions and 296 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs

View File

@ -70,6 +70,6 @@
"pre-commit": "lint-staged && cargo fmt --all"
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"repository": "git@github.com:Brooooooklyn/Image.git"
}