Skip to content

Commit

Permalink
Bump a few deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Clarke committed Feb 13, 2024
1 parent 59eda30 commit ad53f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/fileHandlers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ToscDoc } from './types.ts'
import { stopwatchTick, stopwatchLast } from './main.ts'
import { parse as parseXml, stringify as encodeXml } from 'https://deno.land/x/xml@2.0.4/mod.ts'
import { parse as parseXml, stringify as encodeXml } from 'https://deno.land/x/xml@2.1.3/mod.ts'
import { XmlEntities } from 'https://deno.land/x/[email protected]/mod.js'
import { inflate } from 'https://deno.land/x/[email protected].5/zlib/inflate.ts'
import { inflate } from 'https://deno.land/x/[email protected].6/zlib/inflate.ts'
import ProgressBar from 'https://deno.land/x/[email protected]/mod.ts'

export async function getToscFileContent(filePath: string) {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
writeProjectFile,
findReplaceScriptQuick,
} from './fileHandlers.ts'
import { exists } from 'https://deno.land/std@0.139.0/fs/mod.ts'
import { exists } from 'https://deno.land/std@0.215.0/fs/mod.ts'
import { debounce } from 'https://deno.land/x/[email protected]/mod.ts'

const stopwatch = [Date.now()]
Expand Down

0 comments on commit ad53f7f

Please sign in to comment.