chore(deps): update dependency tsd to ^0.31.0 (#936)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-01 05:49:56 +03:00
committed by GitHub
parent 634df000c6
commit e030fe2ab7
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"rimraf": "^5.0.5",
"tsd": "^0.30.7",
"tsd": "^0.31.0",
"tsutils": "^3.21.0",
"typescript": "^5.3.3"
}
@@ -1652,9 +1652,9 @@
}
},
"node_modules/@tsd/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-CQlfzol0ldaU+ftWuG52vH29uRoKboLinLy84wS8TQOu+m+tWoaUfk4svL4ij2V8M5284KymJBlHUusKj6k34w==",
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-htCVCSQP58wZcLfQaT7ikW9hSjJN7ntIe0HzAfYpBauI0tYoIM0ow4XEZGFwYN266qEsJoOHhlnkNvz/gLrx4Q==",
"dev": true,
"engines": {
"node": ">=14.17"
@@ -11948,12 +11948,12 @@
}
},
"node_modules/tsd": {
"version": "0.30.7",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.30.7.tgz",
"integrity": "sha512-oTiJ28D6B/KXoU3ww/Eji+xqHJojiuPVMwA12g4KYX1O72N93Nb6P3P3h2OAhhf92Xl8NIhb/xFmBZd5zw/xUw==",
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.31.0.tgz",
"integrity": "sha512-yjBiQ5n8OMv/IZOuhDjBy0ZLCoJ7rky/RxRh5W4sJ0oNNCU/kf6s3puPAkGNi59PptDdkcpUm+RsKSdjR2YbNg==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~5.3.3",
"@tsd/typescript": "~5.4.3",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"jest-diff": "^29.0.3",

View File

@@ -152,7 +152,7 @@
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"rimraf": "^5.0.5",
"tsd": "^0.30.7",
"tsd": "^0.31.0",
"tsutils": "^3.21.0",
"typescript": "^5.3.3"
},