From e554ae06ff90a972fe7625ccaa145ee3ada1c64f Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Wed, 3 Jan 2024 15:31:43 +0900 Subject: [PATCH] chore: format --- __tests__/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/deps.ts b/__tests__/deps.ts index a33fda0..abca7ac 100644 --- a/__tests__/deps.ts +++ b/__tests__/deps.ts @@ -6,5 +6,5 @@ export { DOMParser } from "https://deno.land/x/deno_dom@v0.1.37/deno-dom-wasm.ts"; export { render } from "https://esm.sh/@testing-library/preact@3.2.2"; -import "npm:textlint@^13.3.3"; -import "npm:@9renpoto/textlint-config-ja" +import "npm:textlint"; +import "npm:@9renpoto/textlint-config-ja";