Skip to content

Commit 8d87f7a

Browse files
authored
fix: update @intlify/core to v10 (#35)
* chore: update * fix: linting errors
1 parent cc3b7a5 commit 8d87f7a

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"vitest": "^1.3.0"
8383
},
8484
"dependencies": {
85-
"@intlify/core": "^9.10.1",
85+
"@intlify/core": "^10.0.3",
8686
"@intlify/utils": "^0.13.0"
8787
}
8888
}

scripts/bump-edge.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'node:process'
12
import { execSync } from 'node:child_process'
23
import { promises as fs } from 'node:fs'
34
import { resolve } from 'node:path'

scripts/preinstall.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'node:process'
12
import { spawnSync } from 'child_process'
23

34
const { status } = spawnSync('which', ['deno'], { stdio: 'ignore' })

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export const detectLocaleFromAcceptLanguageHeader = (
191191
* }
192192
* ```
193193
*/
194-
// deno-lint-ignore no-empty-interface
195194
export interface DefineLocaleMessage extends LocaleMessage<string> {} // eslint-disable-line @typescript-eslint/no-empty-interface
196195

197196
type ResolveResourceKeys<

0 commit comments

Comments
 (0)