This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tex example: Update babel to v7 + other deps (#2533)
Summary: **Summary** Updating deps to get rid of all those dependabot PRs. Also was kind of fun to do the whole babel v6 -> babel v7 migration. `npx babel-upgrade --write --install` was pretty handy. NOTE: I didn't upgrade `katex` to v0.8 because that broke the equation rendering in the example. **Test Plan** Ran the example, everything works. Pull Request resolved: #2533 Reviewed By: joelseq Differential Revision: D22787662 Pulled By: mrkev fbshipit-source-id: b177d74b761982a4c6d674e44545312ef4609500
- Loading branch information
1 parent
b79082f
commit ce94ecf
Showing
4 changed files
with
2,609 additions
and
2,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "presets": ["es2015"] } | ||
{"presets":["@babel/env"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.