Skip to content

Commit 80b2789

Browse files
committed
bump versions for esbuild and deno-loader in deno build script
1 parent cf217f3 commit 80b2789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bids-validator/build.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
*
55
* If you would like to use this package in a Node.js project, you'll need to use native ESM or a transform system
66
*/
7-
import * as esbuild from 'https://deno.land/x/esbuild@v0.20.2/mod.js'
7+
import * as esbuild from 'https://deno.land/x/esbuild@v0.24.0/mod.js'
88
import { parse } from 'https://deno.land/[email protected]/flags/mod.ts'
9-
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.10"
9+
import { denoPlugins } from "jsr:@luca/esbuild-deno-loader@0.11.0"
1010
import * as path from "https://deno.land/[email protected]/path/mod.ts"
1111
import { getVersion } from './src/version.ts'
1212

0 commit comments

Comments
 (0)