Revision a45ff28b4ac7b1bb897f4bf97bdb96e03c10e79d authored by William A. Stein on 22 October 2019, 16:42:20 UTC, committed by William A. Stein on 22 October 2019, 16:42:20 UTC
2 parent s 675b82e + fd36bf8
Raw File
upgrading-packages.md
# Notes on upgrading various packages

## KaTeX

Look at https://github.com/sagemathinc/cocalc/pull/3313 and see **all** the places where the exact version of KaTeX is hardcoded in CDN url's, etc.  Change them all at once!

## CodeMirror

Similar remarks to KaTeX.  Beware!

# Testing

## Jest
The following must be upgraded together.
```
jest
ts-jest
@types/jest
```
back to top