Skip to content

Commit

Permalink
build(deps): bump @turbowarp/types from 59febbb to 69d5b2d (#857)
Browse files Browse the repository at this point in the history
* build(deps): bump @turbowarp/types from `59febbb` to `69d5b2d`

Bumps [@turbowarp/types](https://github.com/TurboWarp/types-tw) from `59febbb` to `69d5b2d`.
- [Commits](TurboWarp/types-tw@59febbb...69d5b2d)

---
updated-dependencies:
- dependency-name: "@turbowarp/types"
  dependency-type: direct:production
...

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

* Remove old // @ts-ignore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Muffin <[email protected]>
  • Loading branch information
dependabot[bot] and GarboMuffin committed Aug 9, 2023
1 parent 2591954 commit 6657fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions extensions/godslayerakp/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,13 +710,11 @@

showExtra() {
this.showingExtra = true;
// @ts-ignore
vm.extensionManager.refreshBlocks();
}

hideExtra() {
this.showingExtra = false;
// @ts-ignore
vm.extensionManager.refreshBlocks();
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 6657fbd

Please sign in to comment.