Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security audit #38

Closed
wants to merge 1 commit into from
Closed

Security audit #38

wants to merge 1 commit into from

Conversation

jlamarr22
Copy link

@jlamarr22 jlamarr22 commented Jan 10, 2020

Bump dependencies and downgraded react-scripts-ts until we can fix it in a separate PR.

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@@ -1,7 +1,5 @@
///<reference types="chrome"/>

type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>
Copy link
Author

@jlamarr22 jlamarr22 Jan 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added in TS 3.5: https://www.infoq.com/news/2019/06/typescript-3-5-release/
yarn.lock version of TS is: 3.7.4 after bump

Fix issues

lock dependencies

bump
@jlamarr22
Copy link
Author

Pulling in to #37 instead

@jlamarr22 jlamarr22 closed this Jan 10, 2020
@jlamarr22 jlamarr22 deleted the security-audit branch January 10, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant