diff --git a/bun.lockb b/bun.lockb index 1afae69..3a3631e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ea8bee5..a7e7a57 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "vitest": "^1.3.0" }, "dependencies": { - "@intlify/core": "^9.10.1", + "@intlify/core": "^10.0.3", "@intlify/utils": "^0.13.0" } } diff --git a/scripts/bump-edge.ts b/scripts/bump-edge.ts index 369e04e..e5fbd06 100644 --- a/scripts/bump-edge.ts +++ b/scripts/bump-edge.ts @@ -1,3 +1,4 @@ +import process from 'node:process' import { execSync } from 'node:child_process' import { promises as fs } from 'node:fs' import { resolve } from 'node:path' diff --git a/scripts/preinstall.js b/scripts/preinstall.js index bfa4dad..65d2a6e 100644 --- a/scripts/preinstall.js +++ b/scripts/preinstall.js @@ -1,3 +1,4 @@ +import process from 'node:process' import { spawnSync } from 'child_process' const { status } = spawnSync('which', ['deno'], { stdio: 'ignore' }) diff --git a/src/index.ts b/src/index.ts index 511118c..b389f5d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -191,7 +191,6 @@ export const detectLocaleFromAcceptLanguageHeader = ( * } * ``` */ -// deno-lint-ignore no-empty-interface export interface DefineLocaleMessage extends LocaleMessage {} // eslint-disable-line @typescript-eslint/no-empty-interface type ResolveResourceKeys<