Skip to content

Commit c0a91b5

Browse files
authored
Merge pull request #27 from intlify/renovate/supertest-6.x
chore(deps): update dependency @types/supertest to v6
2 parents 063779d + 7093478 commit c0a91b5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

bun.lockb

425 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@types/node": "^20.6.0",
73-
"@types/supertest": "^2.0.12",
73+
"@types/supertest": "^6.0.0",
7474
"@vitest/coverage-v8": "^3.0.0",
7575
"bumpp": "^10.0.0",
7676
"gh-changelogen": "^0.2.8",

spec/integration.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ import {
1010
} from '../src/index.ts'
1111

1212
import type { App, H3Event } from 'h3'
13-
import type { SuperTest, Test } from 'supertest'
1413
import type { CoreContext } from '@intlify/core'
1514
import type { DefineLocaleMessage } from '../src/index.ts'
1615

1716
let app: App
18-
let request: SuperTest<Test>
17+
let request: ReturnType<typeof supertest>
1918

2019
afterEach(() => {
2120
vi.resetAllMocks()

0 commit comments

Comments
 (0)