Skip to content

Commit

Permalink
Update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai committed Jan 4, 2025
1 parent 085b947 commit 9e01133
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run",
"test:e2e": "playwright test",
"docker:start": "npx prisma migrate deploy && node build/index.js"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@simplewebauthn/browser": "^11.0.0",
"@simplewebauthn/types": "^11.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"lucide-svelte": "^0.462.0",
"magic-string": "^0.30.14",
"mode-watcher": "^0.5.0",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"prismock": "^1.33.6",
"sass-embedded": "^1.81.0",
"svelte": "^5.15.0",
Expand Down
30 changes: 15 additions & 15 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 9e01133

Please sign in to comment.