Commit ff2f166
authored
Update
## Summary:
This silences some warnings about incorrect peer deps when installing packages
in webapp. The choice of 2.1.1 vs. 3.0.0 isn't relevant for Perseus (we don't
use any of the changed APIs) so perhaps we could have used a version range like
`2.1.1 - 3`. However, that is not necessarily forward-compatible, since Perseus
might someday add features that depend on 3.x.x-only APIs. Dependency
management is hard.
Issue: none
## Test plan:
CI should pass.
Author: benchristel
Reviewers: jeremywiebe, handeyeco
Required Reviewers:
Approved By: jeremywiebe
Checks: ✅ 8 checks were successful
Pull Request URL: #2522@khanacademy/mathjax-renderer peer dep to 3.0.0 (#2522)1 parent 1eaf969 commit ff2f166
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments