Skip to content

Commit

Permalink
bump versions for esbuild and deno-loader in deno build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Oct 14, 2024
1 parent cf217f3 commit 80b2789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bids-validator/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*
* If you would like to use this package in a Node.js project, you'll need to use native ESM or a transform system
*/
import * as esbuild from 'https://deno.land/x/esbuild@v0.20.2/mod.js'
import * as esbuild from 'https://deno.land/x/esbuild@v0.24.0/mod.js'
import { parse } from 'https://deno.land/std@0.223.0/flags/mod.ts'
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10"
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.0"
import * as path from "https://deno.land/std@0.223.0/path/mod.ts"
import { getVersion } from './src/version.ts'

Expand Down

0 comments on commit 80b2789

Please sign in to comment.