Skip to content

Commit 9001803

Browse files
chore(deps): bump astro from 5.18.0 to 6.1.1
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.0 to 6.1.1. - [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@6.1.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8ef913 commit 9001803

File tree

4 files changed

+581
-329
lines changed

4 files changed

+581
-329
lines changed

apps/docs/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/starlight": "^0.38.2",
13-
"astro": "^6.0.0",
13+
"astro": "^6.1.3",
1414
"sharp": "^0.34.5"
1515
}
1616
}

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/tailwind": "^6.0.0",
1616
"@hookform/resolvers": "^5.2.2",
1717
"@tanstack/react-query": "^5.95.2",
18-
"astro": "^6.1.2",
18+
"astro": "^6.1.3",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"lucide-react": "^1.6.0",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@xterm/addon-fit": "^0.11.0",
2727
"@xterm/addon-web-links": "^0.11.0",
2828
"@xterm/xterm": "^6.0.0",
29-
"astro": "^6.1.2",
29+
"astro": "^6.1.3",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
3232
"d3": "^7.9.0",

0 commit comments

Comments
 (0)