Skip to content

Commit 682bd67

Browse files
committed
fix: set ~ for typescript dependency
1 parent 9a2d64d commit 682bd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"redux": "4.0.5",
2828
"redux-devtools-extension": "2.13.8",
2929
"redux-mock-store": "1.5.4",
30-
"typescript": "3.8.0"
30+
"typescript": "~3.8.0"
3131
},
3232
"scripts": {
3333
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",

0 commit comments

Comments
 (0)