Skip to content

Commit

Permalink
chore(deps): update vite 70bb8de (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Oct 21, 2024
1 parent 5a6d0be commit bc1869d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 41 deletions.
4 changes: 2 additions & 2 deletions examples/react-ssr-workerd/e2e/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ test("server error stack", async ({ request }) => {
text = text.replaceAll(process.cwd(), "__CWD__");
expect(text).toMatch(`\
Error: crash ssr
at Module.crashSsr (__CWD__/src/crash-ssr.ts:7:9)
at Module.handler (__CWD__/src/entry-server.tsx:15:5)`);
at crashSsr (__CWD__/src/crash-ssr.ts:7:9)
at handler (__CWD__/src/entry-server.tsx:15:5)`);
});

test("hot custom message", async ({ request }) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tsup": "^8.1.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite": "6.0.0-beta.3",
"vite": "https://pkg.pr.new/vite@70bb8de",
"vitest": "^2.0.3",
"wrangler": "^3.79.0"
},
Expand Down
83 changes: 45 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit bc1869d

Please sign in to comment.