Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee93d31

Browse files
committed
Fixed josdejong#1076: cannot use mathjs in React VR by updating to [email protected]
1 parent 032087e commit ee93d31

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
- Fixed calculating the Frobenius norm of complex matrices correctly,
77
see #1098. Thanks @jackschmidt.
8+
- Fixed #1076: cannot use mathjs in React VR by updating to
9+
810

911

1012
## 2018-05-02, version 4.2.1

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"dependencies": {
9797
"complex.js": "2.0.4",
9898
"decimal.js": "9.0.1",
99-
"escape-latex": "1.0.0",
99+
"escape-latex": "1.0.3",
100100
"fraction.js": "4.0.4",
101101
"javascript-natural-sort": "0.7.1",
102102
"seed-random": "2.2.0",

0 commit comments

Comments
 (0)