Skip to content

Commit

Permalink
chore: Migrate to typescript 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jun 2, 2023
1 parent 2a7b29f commit 8db6e42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions springwolf-ui/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 springwolf-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@angular/compiler-cli": "^16.0.4",
"@types/node": "^12.11.1",
"angular-in-memory-web-api": "^0.16.0",
"typescript": "^4.9.3"
"typescript": "^5.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h4>Message Binding</h4>
(keyup)="recalculateLineCount('massageBindingExample', bindingTextArea.value)"
></textarea>
</div>
<div [hidden]="!(headersExample?.lineCount > 1)" class="flex-column gap-0">
<div [hidden]="!(headersExample?.lineCount > 1)" class="flex-column gap-5">

<h4>Header</h4>
<textarea spellcheck="false"
Expand Down

0 comments on commit 8db6e42

Please sign in to comment.