Merge pull request #60 from Brooooooklyn/renovate/all-minor-patch

chore: bump up Yarn to v3.6.3
This commit is contained in:
LongYinan 2023-08-24 17:42:00 +08:00 committed by GitHub
commit 549bbff786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 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-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs

View File

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