Skip to content

Commit

Permalink
build: add missing dependency jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlet committed Sep 28, 2024
1 parent fd03f9e commit b5e63f0
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/qwik-basic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@vitest/ui": "^0.34.6",
"eslint": "8.57.0",
"eslint-plugin-qwik": "1.9.0",
"jsdom": "^25.0.1",
"prettier": "3.3.3",
"typescript": "5.4.5",
"undici": "*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"toc": "doctoc README.md",
"test": "pnpm -r test",
"test": "pnpm -r build && pnpm -r test",
"fmt": "pnpm -r fmt",
"lint": "pnpm -r lint",
"validate": "pnpm -r lint && pnpm -r validate",
Expand Down
Loading

0 comments on commit b5e63f0

Please sign in to comment.