Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 56890c7

Browse files
authored
chore: pin ts version (#3411)
The TypeScript project [release breaking changes as minor versions](microsoft/TypeScript#41563 (comment)) so pin to `4.0.x` until we can do the refactoring needed to upgrade to `4.1.x`.
1 parent 188635b commit 56890c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

types-use-ipfs-from-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ipfs": "^0.52.1"
66
},
77
"devDependencies": {
8-
"typescript": "^4.0.3"
8+
"typescript": "4.0.x"
99
},
1010
"scripts": {
1111
"test": "tsc --noEmit"

types-use-ipfs-from-typed-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ipfs": "^0.52.1"
66
},
77
"devDependencies": {
8-
"typescript": "^4.0.3"
8+
"typescript": "4.0.x"
99
},
1010
"scripts": {
1111
"test": "tsc --noEmit"

0 commit comments

Comments
 (0)