Skip to content

Commit 17ad7ac

Browse files
chore(deps): bump the minor-and-patch group with 5 updates (#203)
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.5` | `0.37.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.13` | | [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.9.0` | `4.10.0` | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.7.2` | `2.12.2` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.26` | `0.5.0` | Updates `@astrojs/starlight` from 0.37.5 to 0.37.6 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.37.6/packages/starlight) Updates `@types/react` from 19.2.10 to 19.2.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `typedoc-plugin-markdown` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.10.0/packages/typedoc-plugin-markdown) Updates `@eslint-react/eslint-plugin` from 2.7.2 to 2.12.2 - [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.12.2/packages/plugins/eslint-plugin) Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.0 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.26...v0.5.0) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/react" dependency-version: 19.2.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typedoc-plugin-markdown dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 2.12.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.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 9ae39b2 commit 17ad7ac

File tree

4 files changed

+408
-496
lines changed

4 files changed

+408
-496
lines changed

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.6",
1616
"@astrojs/react": "^4.4.2",
17-
"@astrojs/starlight": "^0.37.5",
17+
"@astrojs/starlight": "^0.37.6",
1818
"@astrojs/starlight-tailwind": "^4.0.2",
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.10",
22+
"@types/react": "^19.2.13",
2323
"@types/react-dom": "^19.2.3",
2424
"astro": "^5.17.1",
2525
"astro-live-code": "^0.0.6",
@@ -33,7 +33,7 @@
3333
"starlight-typedoc": "^0.21.5",
3434
"tailwindcss": "^4.1.18",
3535
"typedoc": "^0.28.16",
36-
"typedoc-plugin-markdown": "^4.9.0"
36+
"typedoc-plugin-markdown": "^4.10.0"
3737
},
3838
"devDependencies": {
3939
"@emotion/react": "^11.14.0",

packages/filter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@fn-sphere/core": "workspace:^"
3131
},
3232
"devDependencies": {
33-
"@eslint-react/eslint-plugin": "^2.7.2",
33+
"@eslint-react/eslint-plugin": "^2.12.2",
3434
"@eslint/js": "^9.39.2",
3535
"@testing-library/dom": "^10.4.1",
3636
"@testing-library/react": "^16.3.2",
37-
"@types/react": "^19.2.10",
37+
"@types/react": "^19.2.13",
3838
"@types/react-dom": "^19.2.3",
3939
"eslint": "^9.39.2",
4040
"eslint-plugin-react-hooks": "^7.0.1",
41-
"eslint-plugin-react-refresh": "^0.4.26",
41+
"eslint-plugin-react-refresh": "^0.5.0",
4242
"globals": "^17.3.0",
4343
"jsdom": "^27.4.0",
4444
"react": "^19.2.4",

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.10",
16+
"@types/react": "^19.2.13",
1717
"react": "^19.2.4"
1818
},
1919
"peerDependencies": {

0 commit comments

Comments
 (0)