Skip to content

Commit 68fae2c

Browse files
authored
fix: adjust typescript peer dep (#479)
Was accidentally bumped in another commit
1 parent 5db27a3 commit 68fae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"stylus": "^0.55.0",
125125
"sugarss": "^2.0.0",
126126
"svelte": "^3.23.0",
127-
"typescript": "^4.5.2"
127+
"typescript": "^3.9.5 || ^4.0.0"
128128
},
129129
"peerDependenciesMeta": {
130130
"@babel/core": {

0 commit comments

Comments
 (0)