From ee93d3119c50d0cb697fcdd5e351db36076870ff Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 5 May 2018 10:53:44 +0200 Subject: [PATCH] Fixed #1076: cannot use mathjs in React VR by updating to `escape-latex@1.0.3` --- HISTORY.md | 2 ++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2e40a090a..46b6c4032 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 91578a201..3e95bf73c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 28dba24f8..53bb0faaa 100644 --- a/package.json +++ b/package.json @@ -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",