Skip to content

Commit

Permalink
Merge pull request #42 from otiai10/dependabot/npm_and_yarn/main/type…
Browse files Browse the repository at this point in the history
…script-5.6.3

Bump typescript from 5.5.4 to 5.6.3
  • Loading branch information
otiai10 authored Oct 9, 2024
2 parents a1b929d + 0538f0f commit 4cce7fb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions e2e/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const data = [
`--load-extension=${ext}`,
],
});
await browser.newPage();
const background = await browser.waitForTarget(
target => target.type() === 'service_worker',
);
Expand Down
26 changes: 19 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"@types/chrome": "^0.0.273",
"@types/jest": "^29.2.4",
"@types/node": "^22.7.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"jest": "^29.3.1",
Expand Down

0 comments on commit 4cce7fb

Please sign in to comment.