Skip to content

Commit

Permalink
Update all 3rd party patch dependencies (#11586)
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 7, 2024
1 parent 5256659 commit e0fc760
Show file tree
Hide file tree
Showing 42 changed files with 610 additions and 420 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
444 changes: 222 additions & 222 deletions .yarn/releases/yarn-3.8.1.cjs → .yarn/releases/yarn-3.8.2.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 @@ -8,5 +8,5 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v3'

yarnPath: .yarn/releases/yarn-3.8.1.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
checksumBehavior: update
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,22 @@
"@next/swc-darwin-x64": "npm:14.1.4",
"@next/swc-linux-arm64-gnu": "npm:14.1.4",
"@next/swc-linux-x64-gnu": "npm:14.1.4",
"@storybook/addon-a11y": "8.0.9",
"@storybook/addon-backgrounds": "8.0.9",
"@storybook/addon-controls": "8.0.9",
"@storybook/addon-docs": "8.0.9",
"@storybook/addon-toolbars": "8.0.9",
"@storybook/addon-viewport": "8.0.9",
"@storybook/blocks": "8.0.9",
"@storybook/addon-a11y": "8.0.10",
"@storybook/addon-backgrounds": "8.0.10",
"@storybook/addon-controls": "8.0.10",
"@storybook/addon-docs": "8.0.10",
"@storybook/addon-toolbars": "8.0.10",
"@storybook/addon-viewport": "8.0.10",
"@storybook/blocks": "8.0.10",
"@storybook/builder-webpack5": "8.0.9",
"@storybook/cli": "8.0.9",
"@storybook/cli": "8.0.10",
"@storybook/core-common": "^8.0.5",
"@storybook/react": "8.0.9",
"@storybook/react": "8.0.10",
"@storybook/react-webpack5": "8.0.9",
"@storybook/theming": "8.0.9",
"@storybook/theming": "8.0.10",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.6",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
Expand All @@ -198,7 +198,7 @@
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
"chromatic": "11.3.0",
"chromatic": "11.3.1",
"cli-table": "0.3.11",
"colors": "^1.4.0",
"compression-webpack-plugin": "11.1.0",
Expand All @@ -207,7 +207,7 @@
"cypress": "13.8.1",
"cypress-axe": "1.5.0",
"cypress-multi-reporters": "1.6.4",
"cypress-terminal-report": "6.0.1",
"cypress-terminal-report": "6.0.2",
"depcheck": "1.4.7",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
Expand Down Expand Up @@ -244,7 +244,7 @@
"react-test-renderer": "18.2.0",
"retry": "0.13.1",
"start-server-nestjs-webpack-plugin": "2.2.5",
"storybook": "8.0.9",
"storybook": "8.0.10",
"stream-browserify": "3.0.0",
"strip-ansi": "7.1.0",
"supertest": "7.0.0",
Expand Down Expand Up @@ -275,5 +275,5 @@
"cloud-init"
]
},
"packageManager": "yarn@3.8.1"
"packageManager": "yarn@3.8.2"
}
6 changes: 3 additions & 3 deletions ws-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@babel/preset-react": "7.24.1",
"@emotion/babel-plugin": "11.11.0",
"@emotion/jest": "^11.11.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.6",
"babel-plugin-transform-rename-import": "2.3.0",
"cypress": "13.8.1",
"cypress-terminal-report": "6.0.1",
"cypress-terminal-report": "6.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all2": "^6.0.0",
Expand Down
Loading

0 comments on commit e0fc760

Please sign in to comment.