Skip to content

Commit deac5a5

Browse files
build(deps): bump the dependencies group across 1 directory with 8 updates
Bumps the dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.2.13` | `10.2.14` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.1` | `7.71.2` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.7` | `7.3.8` | | [@mui/types](https://github.com/mui/material-ui/tree/HEAD/packages/mui-types) | `7.4.10` | `7.4.11` | | [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `8.25.0` | `8.27.2` | | [@mui/system](https://github.com/mui/material-ui/tree/HEAD/packages/mui-system) | `7.3.7` | `7.3.8` | | [msw](https://github.com/mswjs/msw) | `2.4.11` | `2.12.10` | | [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `8.25.0` | `8.27.2` | Updates `storybook` from 10.2.13 to 10.2.14 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.2.14/code/core) Updates `react-hook-form` from 7.71.1 to 7.71.2 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.71.1...v7.71.2) Updates `@mui/material` from 7.3.7 to 7.3.8 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-material) Updates `@mui/types` from 7.4.10 to 7.4.11 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-types) Updates `@mui/x-date-pickers` from 8.25.0 to 8.27.2 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v8.27.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v8.27.2/packages/x-date-pickers) Updates `@mui/system` from 7.3.7 to 7.3.8 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v7.3.8/packages/mui-system) Updates `msw` from 2.4.11 to 2.12.10 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.4.11...v2.12.10) Updates `@mui/x-tree-view` from 8.25.0 to 8.27.2 - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v8.27.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v8.27.2/packages/x-tree-view) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: react-hook-form dependency-version: 7.71.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@mui/material" dependency-version: 7.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@mui/types" dependency-version: 7.4.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@mui/x-date-pickers" dependency-version: 8.27.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@mui/system" dependency-version: 7.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: msw dependency-version: 2.12.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@mui/x-tree-view" dependency-version: 8.27.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e688d58 commit deac5a5

53 files changed

Lines changed: 417 additions & 324 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lint-staged": "^15.5.0",
9292
"nx": "22.5.3",
9393
"prettier": "^3.5.3",
94-
"react-hook-form": "^7.55.0",
94+
"react-hook-form": "^7.71.2",
9595
"react-imask": "7.6.1",
9696
"react-number-format": "5.4.4",
9797
"remark-gfm": "^4.0.1",
@@ -108,6 +108,6 @@
108108
"workerDirectory": "static"
109109
},
110110
"dependencies": {
111-
"storybook": "10.2.13"
111+
"storybook": "10.2.14"
112112
}
113113
}

packages/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@availity/mui-chip": "workspace:^",
4545
"@availity/mui-layout": "workspace:^",
4646
"@availity/mui-typography": "workspace:^",
47-
"@mui/material": "^7.3.4",
47+
"@mui/material": "^7.3.8",
4848
"react": "19.2.0",
4949
"react-dom": "19.2.0",
5050
"tsup": "^8.4.0",

packages/alert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@availity/mui-icon": "workspace:*"
4646
},
4747
"devDependencies": {
48-
"@mui/material": "^7.3.4",
48+
"@mui/material": "^7.3.8",
4949
"react": "19.2.0",
5050
"react-dom": "19.2.0",
5151
"tsup": "^8.4.0",

packages/authorize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@tanstack/react-query": "^4.36.1"
4646
},
4747
"devDependencies": {
48-
"@mui/material": "^7.3.4",
48+
"@mui/material": "^7.3.8",
4949
"react": "19.2.0",
5050
"react-dom": "19.2.0",
5151
"tsup": "^8.4.0",

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"publish:canary": "yarn npm publish --access public --tag canary"
4242
},
4343
"dependencies": {
44-
"@mui/types": "^7.4.7",
44+
"@mui/types": "^7.4.11",
4545
"qs": "^6.15.0"
4646
},
4747
"devDependencies": {
4848
"@availity/api-axios": "^12.0.4",
4949
"@availity/mui-form-utils": "workspace:^",
5050
"@availity/mui-icon": "workspace:^",
5151
"@availity/mui-textfield": "workspace:^",
52-
"@mui/material": "^7.3.4",
52+
"@mui/material": "^7.3.8",
5353
"@tanstack/react-query": "^4.36.1",
5454
"react": "19.2.0",
5555
"react-dom": "19.2.0",

packages/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@availity/mui-icon": "workspace:^",
44-
"@mui/material": "^7.3.4",
44+
"@mui/material": "^7.3.8",
4545
"react": "19.2.0",
4646
"react-dom": "19.2.0",
4747
"tsup": "^8.4.0",

packages/backdrop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"publish:canary": "yarn npm publish --access public --tag canary"
4141
},
4242
"devDependencies": {
43-
"@mui/material": "^7.3.4",
43+
"@mui/material": "^7.3.8",
4444
"react": "19.2.0",
4545
"react-dom": "19.2.0",
4646
"tsup": "^8.4.0",

packages/badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@availity/mui-icon": "workspace:^",
45-
"@mui/material": "^7.3.4",
45+
"@mui/material": "^7.3.8",
4646
"react": "19.2.0",
4747
"react-dom": "19.2.0",
4848
"tsup": "^8.4.0",

packages/block-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@availity/mui-button": "workspace:*",
4242
"@availity/mui-paper": "workspace:*",
43-
"@mui/material": "^7.3.4",
43+
"@mui/material": "^7.3.8",
4444
"react": "19.2.0",
4545
"react-dom": "19.2.0",
4646
"tsup": "^8.4.0",

packages/breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"publish:canary": "yarn npm publish --access public --tag canary"
4141
},
4242
"devDependencies": {
43-
"@mui/material": "^7.3.4",
43+
"@mui/material": "^7.3.8",
4444
"react": "19.2.0",
4545
"react-dom": "19.2.0",
4646
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)