Skip to content

Commit

Permalink
Bump astro from 4.13.1 to 4.13.3
Browse files Browse the repository at this point in the history
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.13.1 to 4.13.3.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent dd63fc8 commit 4bda561
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.4",
"astro": "^4.13.1",
"astro": "^4.13.3",
"sharp": "^0.33.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@playwright/test": "^1.46.0",
"astro": "^4.13.1"
"astro": "^4.13.3"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.13.1",
"astro": "^4.13.3",
"astro-integration-kit": "^0.16.0",
"sharp": "^0.33.4",
"theme-playground": "workspace:^"
Expand Down
136 changes: 112 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/e2e/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"astro": "^4.12.2",
"astro": "^4.13.3",
"theme-ssg": "workspace:^",
"typescript": "^5.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/themes/theme-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {},
"devDependencies": {
"@types/node": "^22.1.0",
"astro": "^4.13.1"
"astro": "^4.13.3"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion tests/themes/theme-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {},
"devDependencies": {
"@types/node": "^22.1.0",
"astro": "^4.13.1"
"astro": "^4.13.3"
},
"dependencies": {
"astro-theme-provider": "workspace:^"
Expand Down

0 comments on commit 4bda561

Please sign in to comment.