Skip to content

Commit

Permalink
feat: upgrade @deno/shim-deno to 0.18 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 28, 2024
1 parent 6c00d71 commit d957877
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function getDenoShim(): Shim {
return {
package: {
name: "@deno/shim-deno",
version: "~0.17.0",
version: "~0.18.0",
},
globalNames: ["Deno"],
};
Expand Down Expand Up @@ -197,7 +197,7 @@ function getUndiciShim(): Shim {
return {
package: {
name: "undici",
version: "^5.27.2",
version: "^6.0.0",
},
globalNames: [
"fetch",
Expand Down
4 changes: 2 additions & 2 deletions tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import { build, BuildOptions, ShimOptions } from "../mod.ts";
import { path } from "../lib/mod.deps.ts";

const versions = {
denoShim: "~0.17.0",
denoShim: "~0.18.0",
denoTestShim: "~0.5.0",
cryptoShim: "~0.3.1",
domExceptionShim: "^4.0.0",
domExceptionShimTypes: "^4.0.0",
promptsShim: "~0.1.0",
timersShim: "~0.1.0",
weakRefSham: "~0.1.0",
undici: "^5.27.2",
undici: "^6.0.0",
picocolors: "^1.0.0",
nodeTypes: "^20.9.0",
tsLib: "^2.6.2",
Expand Down

0 comments on commit d957877

Please sign in to comment.