Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 3, 2024
1 parent 3138c1e commit d022122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bench/bench.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import vento from "../mod.ts";
import nunjucks from "npm:[email protected]";
import { Liquid } from "npm:liquidjs@10.13.1";
import { Liquid } from "npm:liquidjs@10.14.0";
import { Eta } from "https://deno.land/x/[email protected]/src/index.ts";

const env = vento({
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bench": "deno bench --allow-read",
"docs": "cd docs && deno task serve",
"build": "deno run --allow-run=npm --allow-env --allow-sys --allow-read --allow-write --allow-net=jsr.io _scripts/build_npm.ts",
"update-deps": "rm -rf npm && deno run -A 'https://deno.land/x/[email protected].4/cli.ts' update deno.json **/*.ts"
"update-deps": "rm -rf npm && deno run -A 'https://deno.land/x/[email protected].5/cli.ts' update deno.json **/*.ts"
},
"lock": false,
"fmt": {
Expand Down

0 comments on commit d022122

Please sign in to comment.