Skip to content

Commit f716783

Browse files
committed
chore:rebase
1 parent 995f153 commit f716783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^22.0.0",
3333
"@types/simple-oauth2": "^5.0.7",
3434
"fastify": "^5.0.0",
35-
"neostandard": "^0.11.9",
35+
"neostandard": "^0.12.0",
3636
"nock": "^13.5.4",
3737
"simple-get": "^4.0.1",
3838
"tap": "^18.7.1",

types/index.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import fastify from 'fastify'
1+
/* eslint-disable n/handle-callback-err -- Testing types, not actual code */
2+
import fastify, { FastifyInstance } from 'fastify'
23
import { expectAssignable, expectError, expectNotAssignable, expectType } from 'tsd'
34
import fastifyOauth2, {
45
FastifyOAuth2Options,
@@ -9,7 +10,6 @@ import fastifyOauth2, {
910
UserInfoExtraOptions
1011
} from '..'
1112
import type { ModuleOptions } from 'simple-oauth2'
12-
import { FastifyInstance } from 'fastify'
1313

1414
/**
1515
* Preparing some data for testing.

0 commit comments

Comments
 (0)