Skip to content

Commit 7230208

Browse files
committed
feat: loosen TypeScript peerDependency version
1 parent f9af73d commit 7230208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
"typescript": "^3.8.3"
103103
},
104104
"peerDependencies": {
105-
"typescript": "^3.0.0"
105+
"typescript": ">=3.0.0"
106106
}
107107
}

0 commit comments

Comments
 (0)