Skip to content
Merged
Prev Previous commit
Next Next commit
[typescript-redux-query] drop support typescript below 4.0 & update s…
…amples
  • Loading branch information
mkusaka committed Apr 12, 2022
commit eab3d4928c935c69c0aed107def2e8781e13c06e
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down