Skip to content

Commit 52e3d82

Browse files
Bump astro from 5.2.5 to 5.3.0
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.2.5 to 5.3.0. - [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/[email protected]/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26f9369 commit 52e3d82

File tree

7 files changed

+127
-75
lines changed

7 files changed

+127
-75
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
1515
"@astrojs/starlight": "^0.31.1",
16-
"astro": "^5.2.5",
16+
"astro": "^5.3.0",
1717
"sharp": "^0.33.5"
1818
}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@biomejs/biome": "^1.9.4",
2626
"@changesets/cli": "^2.27.12",
2727
"@playwright/test": "^1.50.1",
28-
"astro": "^5.2.5"
28+
"astro": "^5.3.0"
2929
}
3030
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/sitemap": "^3.2.1",
13-
"astro": "^5.2.5",
13+
"astro": "^5.3.0",
1414
"astro-integration-kit": "^0.18.0",
1515
"sharp": "^0.33.5",
1616
"theme-playground": "workspace:^"

0 commit comments

Comments
 (0)