Skip to content

Commit

Permalink
update picocolors and @types/node version
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed May 22, 2024
1 parent 07ccc72 commit fa161c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/package_json.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { assertEquals } from "@std/assert";
import { getPackageJson, type GetPackageJsonOptions } from "./package_json.ts";

const versions = {
picocolors: "^1.0.0",
nodeTypes: "^20.9.0",
picocolors: "^1.0.1",
nodeTypes: "^20.12.12",
tsLib: "^2.6.2",
};

Expand Down
6 changes: 3 additions & 3 deletions tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { ShimValue } from "../lib/shims.ts";
import { build, type BuildOptions, type ShimOptions } from "../mod.ts";

const versions = {
denoShim: "~0.18.0",
denoShim: "~0.19.1",
denoTestShim: "~0.5.0",
cryptoShim: "~0.3.1",
domExceptionShim: "^4.0.0",
Expand All @@ -15,8 +15,8 @@ const versions = {
timersShim: "~0.1.0",
weakRefSham: "~0.1.0",
undici: "^6.0.0",
picocolors: "^1.0.0",
nodeTypes: "^20.9.0",
picocolors: "^1.0.1",
nodeTypes: "^20.12.12",
tsLib: "^2.6.2",
};

Expand Down

0 comments on commit fa161c2

Please sign in to comment.