Skip to content

Commit b5d905c

Browse files
authored
test: fix typescript test (#97)
1 parent def3f6b commit b5d905c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
],
2626
"homepage": "https://github.com/fastify/fastify-oauth2#readme",
2727
"devDependencies": {
28+
"@types/node": "^15.6.1",
2829
"fastify": "^3.0.3",
2930
"nock": "^13.0.0",
3031
"pre-commit": "^1.2.2",
3132
"simple-get": "^4.0.0",
3233
"snazzy": "^9.0.0",
3334
"standard": "^16.0.0",
3435
"tap": "^15.0.0",
35-
"tsd": "^0.11.0"
36+
"tsd": "^0.16.0"
3637
},
3738
"dependencies": {
3839
"fastify-plugin": "^3.0.0",

0 commit comments

Comments
 (0)