Skip to content

Commit

Permalink
Update npm non-major dependencies (#1128)
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 Oct 24, 2024
1 parent 6681a47 commit 1214d7b
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 609 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 @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"@playwright/test": "^1.47.2",
"@storybook/addon-a11y": "^8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-vite": "8.3.5",
"@storybook/addon-essentials": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@testing-library/cypress": "^10.0.0",
"@types/node": "^20.12.7",
"@types/react": "^18.0.28",
Expand Down Expand Up @@ -73,7 +73,7 @@
"msw-storybook-addon": "^2.0.3",
"prettier": "^3.2.5",
"redux-logger": "^3.0.6",
"storybook": "8.3.5",
"storybook": "8.3.6",
"typescript": "5.6.3",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^4.2.2",
Expand All @@ -86,7 +86,7 @@
"cypress",
"playwright"
],
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"msw": {
"workerDirectory": [
".mock"
Expand Down
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": "[email protected].0",
"packageManager": "[email protected].1",
"main": "index.js",
"scripts": {
"env:AT21": "cross-env environment=at21 npx playwright test",
Expand Down
Loading

0 comments on commit 1214d7b

Please sign in to comment.