Skip to content

Commit

Permalink
Newest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-gorter committed Jan 30, 2024
1 parent f4d11c7 commit 21409c0
Show file tree
Hide file tree
Showing 7 changed files with 603 additions and 435 deletions.
1 change: 1 addition & 0 deletions examples/benchmarks/uibench/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ uibench.init("Maquette", version);
let main = createMain(null);

document.addEventListener("DOMContentLoaded", () => {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
const container = document.querySelector("#App")!;

let projection = dom.append(container, main.render(), {});
Expand Down
1 change: 1 addition & 0 deletions examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"es2015",
"es6"
],
"types": [],
"module": "es6",
"noImplicitAny": true,
"preserveConstEnums": true,
Expand Down
Loading

0 comments on commit 21409c0

Please sign in to comment.