Skip to content

Commit

Permalink
Update npm non-major dependencies (#1066)
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 Sep 23, 2024
1 parent 87995a0 commit d9db3f9
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 294 deletions.
328 changes: 164 additions & 164 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"madge": "^8.0.0",
"prettier": "^3.2.5",
"redux-logger": "^3.0.6",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^4.2.2",
"vite-plugin-svgr": "^4.1.0"
Expand All @@ -76,5 +76,5 @@
"playwright",
"cypress"
],
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
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.4.1",
"packageManager": "yarn@4.5.0",
"main": "index.js",
"scripts": {
"env:AT21": "cross-env environment=at21 npx playwright test",
Expand Down
Loading

0 comments on commit d9db3f9

Please sign in to comment.