Skip to content

Commit cdb1731

Browse files
committed
npmパッケージ更新
1 parent fa78fe3 commit cdb1731

File tree

4 files changed

+754
-1232
lines changed

4 files changed

+754
-1232
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import remarkIndexIdHeader from './src/remark/remark-index-id-header';
1111

1212
// https://astro.build/config
1313
export default defineConfig({
14+
output: 'static',
1415
adapter: cloudflare(),
1516
prefetch: {
1617
prefetchAll: true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"dependencies": {
4242
"@astrojs/check": "^0.9.4",
4343
"@astrojs/cloudflare": "^12.6.10",
44-
"@astrojs/mdx": "^3.1.9",
44+
"@astrojs/mdx": "^4.3.10",
4545
"@astrojs/partytown": "^2.1.4",
46-
"@astrojs/react": "^3.6.3",
46+
"@astrojs/react": "^4.4.2",
4747
"@types/react": "^18.3.21",
4848
"@types/react-dom": "^18.3.7",
4949
"algoliasearch": "^5.25.0",
50-
"astro": "^4.16.18",
50+
"astro": "^5.15.5",
5151
"clsx": "^2.1.1",
5252
"marked": "^15.0.12",
5353
"prism-react-renderer": "^2.4.1",

0 commit comments

Comments
 (0)