chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 (#8101)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/SamVerschueren/tsd/releases)
- [Commits](https://github.com/SamVerschueren/tsd/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-17 19:15:04 +00:00
committed by GitHub
parent ec1ff376a5
commit dff38affa2
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -150,7 +150,7 @@
"start-server-and-test": "1.14.0",
"styled-components": "^5.3.5",
"ts-mocha": "^10.0.0",
"tsd": "^0.20.0",
"tsd": "^0.21.0",
"typescript": "^4.7.3",
"url": "^0.11.0"
},
@@ -3803,9 +3803,9 @@
}
},
"node_modules/@tsd/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-WjipklCf6qWQL4Hkw+FSwOXMA5JqKv04ro/c1aviYSzLJFdcFMrR/FHjOGBIEAIq7pb8Bw74wd+G45dWfC/Jnw==",
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-jjxcFpaWwETZZedPuPhWehlHA6cifStKV8viwc80FUVSUdv6sC4V0dWJ3OCBIWOQcxk7roxCDvzrc40CoDr5tg==",
"dev": true,
"bin": {
"tsc": "typescript/bin/tsc",
@@ -28453,12 +28453,12 @@
}
},
"node_modules/tsd": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.20.0.tgz",
"integrity": "sha512-iba/JlyT3qtnA9t8VrX2Fipu3L31U48oRIf1PNs+lIwQ7n63GTkt9eQlB5bLtfb7nYfy9t8oZzs+K4QEoEIS8Q==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.21.0.tgz",
"integrity": "sha512-6DugCw1Q4H8HYwDT3itzgALjeDxN4RO3iqu7gRdC/YNVSCRSGXRGQRRasftL1uKDuKxlFffYKHv5j5G7YnKGxQ==",
"dev": true,
"dependencies": {
"@tsd/typescript": "~4.6.3",
"@tsd/typescript": "~4.7.3",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"meow": "^9.0.0",
@@ -33372,9 +33372,9 @@
"dev": true
},
"@tsd/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-WjipklCf6qWQL4Hkw+FSwOXMA5JqKv04ro/c1aviYSzLJFdcFMrR/FHjOGBIEAIq7pb8Bw74wd+G45dWfC/Jnw==",
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-jjxcFpaWwETZZedPuPhWehlHA6cifStKV8viwc80FUVSUdv6sC4V0dWJ3OCBIWOQcxk7roxCDvzrc40CoDr5tg==",
"dev": true
},
"@turist/fetch": {
@@ -52394,12 +52394,12 @@
}
},
"tsd": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.20.0.tgz",
"integrity": "sha512-iba/JlyT3qtnA9t8VrX2Fipu3L31U48oRIf1PNs+lIwQ7n63GTkt9eQlB5bLtfb7nYfy9t8oZzs+K4QEoEIS8Q==",
"version": "0.21.0",
"resolved": "https://registry.npmjs.org/tsd/-/tsd-0.21.0.tgz",
"integrity": "sha512-6DugCw1Q4H8HYwDT3itzgALjeDxN4RO3iqu7gRdC/YNVSCRSGXRGQRRasftL1uKDuKxlFffYKHv5j5G7YnKGxQ==",
"dev": true,
"requires": {
"@tsd/typescript": "~4.6.3",
"@tsd/typescript": "~4.7.3",
"eslint-formatter-pretty": "^4.1.0",
"globby": "^11.0.1",
"meow": "^9.0.0",

View File

@@ -236,7 +236,7 @@
"start-server-and-test": "1.14.0",
"styled-components": "^5.3.5",
"ts-mocha": "^10.0.0",
"tsd": "^0.20.0",
"tsd": "^0.21.0",
"typescript": "^4.7.3",
"url": "^0.11.0"
},