Skip to content

Commit

Permalink
Use the latest deno node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhomart Mukhamejanov committed Nov 19, 2021
1 parent 93e1611 commit c452c40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib-dyn/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ export const tarn = dex_tarn;
import dex_inherits from "https://dev.jspm.io/[email protected]";
export const inherits = dex_inherits;

import dex_events from "https://raw.githubusercontent.com/jspm/jspm-core/master/nodelibs/events.js";
import dex_events from "https://deno.land/[email protected]/node/events.ts";
export const events = dex_events;

import dex_util from "https://raw.githubusercontent.com/jspm/jspm-core/master/nodelibs/util.js";
import dex_util from "https://deno.land/[email protected]/node/util.ts";
export const util = dex_util;

import dex_lodash from "https://dev.jspm.io/lodash@4";
export const _ = dex_lodash;

import dex_debug from "https://dev.jspm.io/debug@4.1.1";
import dex_debug from "https://dev.jspm.io/debug@4";
export const debug = dex_debug;

import * as dex_colors from "https://deno.land/std/fmt/colors.ts";
Expand All @@ -25,14 +25,14 @@ export const uuid = dex_uuid;
import * as dex_path from "https://deno.land/std/path/mod.ts";
export const path = dex_path;

import dex_assert from "https://raw.githubusercontent.com/jspm/jspm-core/master/nodelibs/assert.js";
import dex_assert from "https://deno.land/[email protected]/node/assert.ts";
export const assert = dex_assert;

import dex_url from "https://raw.githubusercontent.com/jspm/jspm-core/master/nodelibs/url.js";
import dex_url from "https://deno.land/[email protected]/node/url.ts";
export const url = dex_url;

import dex_pgconn from "https://dev.jspm.io/pg-connection-string@2.2.0";
import dex_pgconn from "https://dev.jspm.io/pg-connection-string@2.5.0";
export const pgconn = dex_pgconn;

import dex_stream from "https://raw.githubusercontent.com/jspm/jspm-core/master/nodelibs/stream.js";
import dex_stream from "https://deno.land/[email protected]/node/stream.ts";
export const stream = dex_stream;

0 comments on commit c452c40

Please sign in to comment.