mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Fixed #1076: cannot use mathjs in React VR by updating to escape-latex@1.0.3
This commit is contained in:
parent
032087ee9d
commit
ee93d3119c
@ -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
6
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user