Skip to content

Commit 7872cbe

Browse files
chore(deps): bump the astro group across 1 directory with 4 updates
Bumps the astro group with 4 updates in the / directory: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check). Updates `@astrojs/mdx` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.5/packages/integrations/mdx) Updates `@astrojs/react` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@6.0.2/packages/integrations/react) Updates `astro` from 7.1.3 to 7.2.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.2/packages/astro) Updates `@astrojs/check` from 0.9.9 to 0.9.10 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.10/packages/language-tools/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro - dependency-name: "@astrojs/mdx" dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: "@astrojs/react" dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro - dependency-name: astro dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40099d5 commit 7872cbe

2 files changed

Lines changed: 620 additions & 559 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^7.0.3",
14-
"@astrojs/react": "^6.0.1",
13+
"@astrojs/mdx": "^7.0.5",
14+
"@astrojs/react": "^6.0.2",
1515
"@astrojs/sitemap": "^3.7.3",
1616
"@radix-ui/react-dialog": "^1.1.23",
1717
"@radix-ui/react-navigation-menu": "^1.2.22",
1818
"@radix-ui/react-select": "^2.3.7",
1919
"@radix-ui/react-slot": "^1.3.3",
2020
"@radix-ui/react-visually-hidden": "^1.2.11",
2121
"@tailwindcss/vite": "^4.3.3",
22-
"astro": "^7.1.3",
22+
"astro": "^7.2.2",
2323
"astro-i18nya": "^0.2.6",
2424
"canvas-confetti": "^1.9.4",
2525
"class-variance-authority": "^0.7.1",
@@ -37,7 +37,7 @@
3737
"vite-plugin-svgr": "^5.2.0"
3838
},
3939
"devDependencies": {
40-
"@astrojs/check": "^0.9.9",
40+
"@astrojs/check": "^0.9.10",
4141
"@axe-core/playwright": "^4.12.1",
4242
"@iconify/json": "^2.2.512",
4343
"@playwright/test": "^1.61.1",

0 commit comments

Comments
 (0)