Update cheerio version

This commit is contained in:
tree 2023-04-06 19:11:05 +02:00
rodič 34961fb83f
revize 33b7369b8a
3 změnil soubory, kde provedl 5 přidání a 3 odebrání

Zobrazit soubor

@ -25,4 +25,7 @@ sync:
deno run --unstable --allow-read --allow-write --allow-net utils/sync.js $(event)
tag:
deno run --unstable --allow-run utils/tag.js
deno run --unstable --allow-run utils/tag.js
inspect:
deno run --inspect-brk --unstable --allow-read utils/test.js

Zobrazit soubor

@ -1,4 +1,4 @@
import cheerio from "https://esm.sh/cheerio";
import cheerio from "https://esm.sh/cheerio@1.0.0-rc.12";
import { ensureDir, exists } from "https://deno.land/std@0.173.0/fs/mod.ts";
const CACHE_DIR = "./cache";

Zobrazit soubor

@ -1,4 +1,3 @@
import { assertEquals } from "https://deno.land/std@0.119.0/testing/asserts.ts";
import { DeConfEngine } from "./engine.js";
// initialize ajv JSON Schema validator