Skip to content

Commit

Permalink
Update npm non-major dependencies (#905)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 9d9d621 commit cc6a878
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 376 deletions.
517 changes: 259 additions & 258 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.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 @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
"playwright",
"cypress"
],
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.1"
}
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playwright",
"version": "1.0.0",
"description": "",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.2.1",
"main": "index.js",
"scripts": {
"env:AT21": "cross-env environment=at22 npx playwright test",
Expand Down
Loading

0 comments on commit cc6a878

Please sign in to comment.