Fixed #1076: cannot use mathjs in React VR by updating to escape-latex@1.0.3

This commit is contained in:
jos 2018-05-05 10:53:44 +02:00
parent 032087ee9d
commit ee93d3119c
3 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,8 @@
- Fixed calculating the Frobenius norm of complex matrices correctly,
see #1098. Thanks @jackschmidt.
- Fixed #1076: cannot use mathjs in React VR by updating to
`escape-latex@1.0.3`.
## 2018-05-02, version 4.2.1

6
package-lock.json generated
View File

@ -1173,9 +1173,9 @@
}
},
"escape-latex": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/escape-latex/-/escape-latex-1.0.0.tgz",
"integrity": "sha512-oogO9Cg3n/4nspF34CTfXFymgI79skca66DebIIQgxVy6qRVqczl/ji2YGAqhFCzpD/oAt/fCWF4qlhMAfda+g=="
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-latex/-/escape-latex-1.0.3.tgz",
"integrity": "sha512-GfKaG/7FOKdIdciylIzgaShBTPjdGQ5LJ2EcKLKXPLpcMO1MvCEVotkhydEShwCINRacZr2r3fk5A1PwZ4e5sA=="
},
"escape-string-regexp": {
"version": "1.0.5",

View File

@ -96,7 +96,7 @@
"dependencies": {
"complex.js": "2.0.4",
"decimal.js": "9.0.1",
"escape-latex": "1.0.0",
"escape-latex": "1.0.3",
"fraction.js": "4.0.4",
"javascript-natural-sort": "0.7.1",
"seed-random": "2.2.0",