Skip to content

Commit 892e45f

Browse files
committed
Upgrade marketing app to Astro 6
- bump `astro` from `^5.7.13` to `^6.0.4` - update `@astrojs/check` to `^0.9.7` and refresh `bun.lock` dependency graph
1 parent ae4ae99 commit 892e45f

2 files changed

Lines changed: 57 additions & 91 deletions

File tree

apps/marketing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"typecheck": "astro check"
1111
},
1212
"dependencies": {
13-
"astro": "^5.7.13"
13+
"astro": "^6.0.4"
1414
},
1515
"devDependencies": {
16-
"@astrojs/check": "^0.9.4",
16+
"@astrojs/check": "^0.9.7",
1717
"typescript": "catalog:"
1818
}
1919
}

0 commit comments

Comments
 (0)