Skip to content

Commit 8919164

Browse files
committed
fix: fix build error
fix build error
1 parent 61385c0 commit 8919164

File tree

3 files changed

+48
-49
lines changed

3 files changed

+48
-49
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"astro@<=4.16.18": "^4.16.19",
5757
"devalue@<5.3.2": "^5.3.2",
5858
"mermaid@>=11.0.0-alpha.1 <11.10.0": "^11.10.0",
59-
"axios@<1.12.0": ">=1.12.0",
60-
"vite@>=6.0.0 <=6.3.5": ">=6.3.6"
59+
"axios@<1.12.0": "^1.12.0",
60+
"vite@>=6.0.0 <=6.3.5": "^6.3.6"
6161
}
6262
}
6363
}

pnpm-lock.yaml

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
/// <reference types="vitest" />
22
import { getViteConfig } from 'astro/config';
33

4-
export default getViteConfig({
5-
test: {
6-
// Vitest configuration options
7-
},
8-
});
4+
export default getViteConfig({});

0 commit comments

Comments
 (0)