Stu Wilcox

Results 2 issues of Stu Wilcox

### Summary Add missing dependencies @babel/plugin-transform-computed-properties to @haul-bundler/babel-preset-react-native. The following dependencies are used in @haul-bundler/babel-preset-react-native - [@babel/plugin-transform-arrow-functions](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L61) - [@babel/plugin-transform-computed-properties](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L56) - [@babel/plugin-transform-destructuring](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L57) - [@babel/plugin-transform-for-of](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L65) - [@babel/plugin-transform-regenerator](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L58) However they are not declared...

## Summary In @microsoft/api-extractor there is a dependency on typescript, and this PR converts that from a hard dependency to a peerDependency, so the client can supply their own typescript...