Skip to content

Commit

Permalink
fix(svelte-5): remove svelte:component usage
Browse files Browse the repository at this point in the history
- Upgrade + patch dependencies
  • Loading branch information
theetrain committed Sep 6, 2024
1 parent 27ac8e9 commit 0570b2a
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 317 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
make test-e2e-5

test-e2e-4:
docker run -it --rm --ipc=host -v .:/srv/app -w /srv/app/e2e/svelte-4 mcr.microsoft.com/playwright:v1.45.0-jammy /bin/bash -c "npm i && npm run test"
docker run -it --rm --ipc=host -v .:/srv/app -w /srv/app/e2e/svelte-4 mcr.microsoft.com/playwright:v1.47.0-jammy /bin/bash -c "npm i && npm run test"

test-e2e-5:
docker run -it --rm --ipc=host -v .:/srv/app -w /srv/app/e2e/svelte-5 mcr.microsoft.com/playwright:v1.45.0-jammy /bin/bash -c "npm i && npm run test"
docker run -it --rm --ipc=host -v .:/srv/app -w /srv/app/e2e/svelte-5 mcr.microsoft.com/playwright:v1.47.0-jammy /bin/bash -c "npm i && npm run test"
Loading

0 comments on commit 0570b2a

Please sign in to comment.