Skip to content

Commit bb97244

Browse files
authored
Merge pull request #8149 from QwikDev/showcase
chore(docs): update Showcase
2 parents 796be64 + 529d3ee commit bb97244

File tree

95 files changed

+462
-929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+462
-929
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
bashInteractive
3131
gitMinimal
3232

33-
nodejs_20
34-
corepack_20
33+
nodejs_22
34+
corepack_22
3535

3636
# Playwright for the end-to-end tests
3737
playwright-driver.browsers

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prettier": "3.6.2",
4444
"prism-themes": "1.9.0",
4545
"prismjs": "1.30.0",
46-
"puppeteer": "22.13.1",
46+
"playwright": "1.40.0",
4747
"qwik-image": "0.0.16",
4848
"react": "18.3.1",
4949
"react-dom": "18.3.1",
@@ -75,7 +75,7 @@
7575
"build.preview": "NODE_OPTIONS=--max-old-space-size=8192 vite build --ssr src/entry.preview.tsx",
7676
"build.repl-sw": "vite --config vite.config-repl-sw.mts build",
7777
"build.server": "NODE_OPTIONS=--max-old-space-size=8192 vite build -c adapters/cloudflare-pages/vite.config.mts",
78-
"build.showcase": "pnpm node scripts/showcase.js",
78+
"build.showcase": "node scripts/showcase.ts",
7979
"codesandbox.sync": "node codesandbox.sync.ts",
8080
"contributors": "node contributors.ts",
8181
"deploy": "wrangler pages publish ./dist",
58.6 KB
-34.2 KB
Binary file not shown.
-33.1 KB
Binary file not shown.
37 KB
-23.4 KB
Binary file not shown.
45.3 KB
-23.5 KB
Binary file not shown.
59.7 KB

0 commit comments

Comments
 (0)