Skip to content

Commit

Permalink
fix: update @intlify/core to v10 (#35)
Browse files Browse the repository at this point in the history
* chore: update

* fix: linting errors
  • Loading branch information
BobbieGoede authored Oct 7, 2024
1 parent cc3b7a5 commit 8d87f7a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"vitest": "^1.3.0"
},
"dependencies": {
"@intlify/core": "^9.10.1",
"@intlify/core": "^10.0.3",
"@intlify/utils": "^0.13.0"
}
}
1 change: 1 addition & 0 deletions scripts/bump-edge.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
1 change: 1 addition & 0 deletions scripts/preinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import process from 'node:process'
import { spawnSync } from 'child_process'

const { status } = spawnSync('which', ['deno'], { stdio: 'ignore' })
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export const detectLocaleFromAcceptLanguageHeader = (
* }
* ```
*/
// deno-lint-ignore no-empty-interface
export interface DefineLocaleMessage extends LocaleMessage<string> {} // eslint-disable-line @typescript-eslint/no-empty-interface

type ResolveResourceKeys<
Expand Down

0 comments on commit 8d87f7a

Please sign in to comment.