Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2024
1 parent 9df3273 commit 312d58b
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 362 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.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 @@ -6,4 +6,4 @@ nodeLinker: node-modules

initScope: vue-recaptcha

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"playwright": "1.48.1",
"typed-query-selector": "2.12.0"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-recaptcha/playground-vite",
"private": true,
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"type": "module",
"dependencies": {
"vue": "^3.4.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-recaptcha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-recaptcha",
"version": "3.0.0-alpha.6",
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"description": "ReCAPTCHA vue component",
"author": "DanSnow",
"license": "MIT",
Expand Down

0 comments on commit 312d58b

Please sign in to comment.