Skip to content

Commit

Permalink
Bump typescript from 5.6.3 to 5.7.2 (#346)
Browse files Browse the repository at this point in the history
* Bump typescript from 5.6.3 to 5.7.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix type

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Barry <[email protected]>
  • Loading branch information
dependabot[bot] and msbarry authored Nov 30, 2024
1 parent bee6e81 commit 9e78633
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"prettier": "3.3.3",
"rollup": "4.26.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"whatwg-fetch": "3.6.20"
}
Expand Down
2 changes: 1 addition & 1 deletion src/dem-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class LocalDemManager implements DemManager {
});
mark?.();

return { arrayBuffer: result.buffer };
return { arrayBuffer: result.buffer as ArrayBuffer };
},
parentAbortController,
);
Expand Down

0 comments on commit 9e78633

Please sign in to comment.