Skip to content

Commit

Permalink
fix @tsd/typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 4, 2022
1 parent f575aad commit 0f2c010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"@jest/globals": "workspace:*",
"@jest/test-utils": "workspace:*",
"@tsconfig/node10": "^1.0.8",
"@tsd/typescript": "^4.5.5",
"@tsd/typescript": "~4.1.5",
"@types/babel__core": "^7.0.0",
"@types/babel__generator": "^7.0.0",
"@types/babel__template": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2592,7 +2592,7 @@ __metadata:
"@jest/globals": "workspace:*"
"@jest/test-utils": "workspace:*"
"@tsconfig/node10": ^1.0.8
"@tsd/typescript": ^4.5.5
"@tsd/typescript": ~4.1.5
"@types/babel__core": ^7.0.0
"@types/babel__generator": ^7.0.0
"@types/babel__template": ^7.0.0
Expand Down Expand Up @@ -4440,13 +4440,13 @@ __metadata:
languageName: node
linkType: hard

"@tsd/typescript@npm:^4.5.5":
version: 4.5.5
resolution: "@tsd/typescript@npm:4.5.5"
"@tsd/typescript@npm:~4.1.5":
version: 4.1.5
resolution: "@tsd/typescript@npm:4.1.5"
bin:
tsc: typescript/bin/tsc
tsserver: typescript/bin/tsserver
checksum: 8520820b99dbd4121a81d88a3a76ecc3519711c41baac5fb865b06cc90eac23f3b42a1f7c0beefdb042107ccf50db0b92115f7a2fc65852cacd59ebb9c2dd83f
checksum: 6f1f27ca5a67f30600c0da7c62ccf915374049a785660913cdbec45ab99dc2f0e1cfa1606cbc043b313cdff20424c0404a94685143e99ed58105efd0cab94df4
languageName: node
linkType: hard

Expand Down

0 comments on commit 0f2c010

Please sign in to comment.