Skip to content

Commit aadf563

Browse files
lucsoftgithub-actions[bot]
authored andcommitted
Update dependencies
1 parent f0acc9d commit aadf563

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/account/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IsometricCanvas, IsometricCanvasProps, IsometricRectangle, IsometricRectangleProps, PlaneView } from "https://cdn.jsdelivr.net/npm/@elchininet/isometric@3.10.0/esm/index.js";
1+
import { IsometricCanvas, IsometricCanvasProps, IsometricRectangle, IsometricRectangleProps, PlaneView } from "https://cdn.jsdelivr.net/npm/@elchininet/isometric@3.10.1/esm/index.js";
22
import { Card, Component, createElement, Custom, Grid, Spacer, Vertical, View } from "webgen/mod.ts";
33
import { SmallCard } from "../../components/Card.ts";
44
import { bytes, timeSince } from "../../helper/convert.ts";

pages/docs/liveEditor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// import esbuildwasm from 'https://deno.land/x/esbuild@v0.24.0/esbuild.wasm';
2-
// import * as esbuild from 'https://deno.land/x/esbuild@v0.24.0/wasm.js';
1+
// import esbuildwasm from 'https://deno.land/x/esbuild@v0.24.2/esbuild.wasm';
2+
// import * as esbuild from 'https://deno.land/x/esbuild@v0.24.2/wasm.js';
33
// import { httpImports } from "https://deno.land/x/esbuild_serve@1.5.0/features/httpImports.ts";
44

55
// await esbuild.initialize({

0 commit comments

Comments
 (0)