Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jan 29, 2023
1 parent ec8e065 commit 93be6f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deps.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { parse } from "https://deno.land/x/xml@2.0.4/mod.ts";
export { parse } from "https://deno.land/x/xml@2.1.0/mod.ts";
export { ZipReader, Uint8ArrayReader, TextWriter } from "https://deno.land/x/[email protected]/index.js"
2 changes: 1 addition & 1 deletion examples/generation-forecast.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Query } from "https://deno.land/x/[email protected].0/mod.ts";
import { Query } from "https://deno.land/x/[email protected].2/mod.ts";

// Prepare dates
const
Expand Down
4 changes: 2 additions & 2 deletions examples/generation-per-unit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Query } from "https://deno.land/x/[email protected].0/mod.ts";
import { PsrType } from "https://deno.land/x/[email protected].0/src/parameters/psrtype.js";
import { Query } from "https://deno.land/x/[email protected].2/mod.ts";
import { PsrType } from "https://deno.land/x/[email protected].2/src/parameters/psrtype.js";

// Prepare dates
const
Expand Down
6 changes: 3 additions & 3 deletions examples/outages.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { QueryZipped } from "https://deno.land/x/[email protected].1/mod.ts";
import { PsrType } from "https://deno.land/x/[email protected].1/src/parameters/psrtype.js";
import { BusinessType } from "https://deno.land/x/[email protected].1/src/parameters/businesstype.js";
import { QueryZipped } from "https://deno.land/x/[email protected].2/mod.ts";
import { PsrType } from "https://deno.land/x/[email protected].2/src/parameters/psrtype.js";
import { BusinessType } from "https://deno.land/x/[email protected].2/src/parameters/businesstype.js";

// Prepare dates
const
Expand Down
2 changes: 1 addition & 1 deletion examples/spot-prices-today.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Query } from "https://deno.land/x/entsoe_api_client@0.1.9/mod.ts";
import { Query } from "https://deno.land/x/entsoe_api_client@0.2.2/mod.ts";

// Prepare dates
const
Expand Down

0 comments on commit 93be6f6

Please sign in to comment.