deps: bump to typescript@4.6.2 (#2249)
* deps: bump to typescript@4.6.2 This bumps the typescript dep so that only one needs to be installed and updates to the latest version of typescript * Update tsconfigs Co-authored-by:Matthew Slipper <me@matthewslipper.com> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Showing
... | ... | @@ -36,7 +36,7 @@ |
"lint-staged": "11.0.0", | ||
"patch-package": "^6.4.7", | ||
"prettier": "^2.3.1", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.6.2" | ||
}, | ||
"scripts": { | ||
"clean": "yarn lerna run clean --parallel", | ||
... | ... |
Please register or sign in to comment