Skip to content

Commit 8ef7595

Browse files
committed
update lockfile
1 parent ac3ca1e commit 8ef7595

File tree

4 files changed

+1997
-4683
lines changed

4 files changed

+1997
-4683
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SolidStart is a pnpm-based monorepo with nested workspaces. Key directories incl
4848

4949
- **`packages/start`**: The core `@solidjs/start` package.
5050
- **`apps/landing-page`**: The official landing page.
51-
- **`apps/e2e`**: Unit and end-to-end (E2E) tests using Vitest and Cypress.
51+
- **`apps/tests`**: Unit and end-to-end (E2E) tests using Vitest and Cypress.
5252
- **`apps/fixtures`**: Fixture projects for testing.
5353

5454
Use pnpm filters (e.g. `pnpm --filter @solidjs/start ...`) to target specific packages.

apps/tests/app.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { defineConfig } from "@solidjs/start/config";
22

3-
export default defineConfig();
3+
export default defineConfig({
4+
ssr: true
5+
});

apps/tests/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@
2424
"jsdom": "^25.0.1",
2525
"lodash": "^4.17.21",
2626
"solid-js": "^1.9.5",
27-
"vinxi": "^0.5.3",
28-
"vite-plugin-solid": "^2.11.6",
27+
"vinxi": "^0.5.8",
28+
"vite-plugin-solid": "^2.11.8",
2929
"vitest": "3.0.5"
3030
},
31-
"engines": {
32-
"node": ">=22"
33-
},
3431
"devDependencies": {
3532
"@cypress/code-coverage": "^3.14.0",
3633
"@types/lodash": "^4.17.14",

0 commit comments

Comments
 (0)