Skip to content

Commit 91a0586

Browse files
chore(deps): bump the minor-and-patch group with 6 updates (#208)
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.13` | `19.2.14` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `5.17.2` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.16` | `0.28.17` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `7.3.7` | `7.3.8` | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.12.2` | `2.13.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` | Updates `@types/react` from 19.2.13 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `astro` from 5.17.1 to 5.17.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.17.2/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.17.2/packages/astro) Updates `typedoc` from 0.28.16 to 0.28.17 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.28.16...v0.28.17) 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 `@eslint-react/eslint-plugin` from 2.12.2 to 2.13.0 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.13.0/packages/plugins/eslint-plugin) Updates `typescript-eslint` from 8.54.0 to 8.55.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: astro dependency-version: 5.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typedoc dependency-version: 0.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@mui/material" dependency-version: 7.3.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1587686 commit 91a0586

File tree

4 files changed

+824
-573
lines changed

4 files changed

+824
-573
lines changed

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@radix-ui/react-popover": "^1.1.15",
2020
"@radix-ui/react-select": "^2.2.6",
2121
"@tailwindcss/vite": "^4.1.18",
22-
"@types/react": "^19.2.13",
22+
"@types/react": "^19.2.14",
2323
"@types/react-dom": "^19.2.3",
24-
"astro": "^5.17.1",
24+
"astro": "^5.17.2",
2525
"astro-live-code": "^0.0.6",
2626
"astro-relative-links": "^0.4.2",
2727
"react": "^19.2.4",
@@ -32,15 +32,15 @@
3232
"starlight-links-validator": "^0.19.2",
3333
"starlight-typedoc": "^0.21.5",
3434
"tailwindcss": "^4.1.18",
35-
"typedoc": "^0.28.16",
35+
"typedoc": "^0.28.17",
3636
"typedoc-plugin-markdown": "^4.10.0"
3737
},
3838
"devDependencies": {
3939
"@emotion/react": "^11.14.0",
4040
"@emotion/styled": "^11.14.1",
4141
"@fn-sphere/filter": "workspace:*",
4242
"@fn-sphere/theme-mui-material": "workspace:*",
43-
"@mui/material": "^7.3.7",
43+
"@mui/material": "^7.3.8",
4444
"zod": "^4.3.6"
4545
}
4646
}

packages/filter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"@fn-sphere/core": "workspace:^"
3131
},
3232
"devDependencies": {
33-
"@eslint-react/eslint-plugin": "^2.12.2",
33+
"@eslint-react/eslint-plugin": "^2.13.0",
3434
"@eslint/js": "^10.0.1",
3535
"@testing-library/dom": "^10.4.1",
3636
"@testing-library/react": "^16.3.2",
37-
"@types/react": "^19.2.13",
37+
"@types/react": "^19.2.14",
3838
"@types/react-dom": "^19.2.3",
3939
"eslint": "^10.0.0",
4040
"eslint-plugin-react-hooks": "^7.0.1",
@@ -43,7 +43,7 @@
4343
"jsdom": "^28.0.0",
4444
"react": "^19.2.4",
4545
"react-dom": "^19.2.4",
46-
"typescript-eslint": "^8.54.0",
46+
"typescript-eslint": "^8.55.0",
4747
"zod": "^4.3.6"
4848
},
4949
"peerDependencies": {

packages/theme-mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typeCheck": "tsc --noEmit"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^19.2.13",
16+
"@types/react": "^19.2.14",
1717
"react": "^19.2.4"
1818
},
1919
"peerDependencies": {

0 commit comments

Comments
 (0)