Skip to content

Commit 6b38e80

Browse files
build(deps-dev): bump tsd from 0.22.0 to 0.24.1 (#160)
* build(deps-dev): bump tsd from 0.22.0 to 0.24.1 Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.22.0 to 0.24.1. - [Release notes](https://github.com/SamVerschueren/tsd/releases) - [Commits](tsdjs/tsd@v0.22.0...v0.24.1) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix typing test Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: uzlopak <[email protected]>
1 parent e721305 commit 6b38e80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"proxyquire": "^2.1.3",
4040
"standard": "^17.0.0",
4141
"tap": "^16.0.0",
42-
"tsd": "^0.22.0",
42+
"tsd": "^0.24.1",
4343
"why-is-node-running": "^2.2.2"
4444
},
4545
"dependencies": {

test/types/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ app.register(fastifyRedis, {
1515
})
1616

1717
app.register(fastifyRedis, {
18-
keepAlive: 0,
1918
namespace: 'two',
2019
url: 'redis://127.0.0.1:6379'
2120
})

0 commit comments

Comments
 (0)