Skip to content

Commit

Permalink
Upgraded mathjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x authored Jun 5, 2024
1 parent 036d291 commit ce56789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"katex": "^0.16.9",
"markdown-it": "^14.0.0",
"markdown-it-texmath": "^1.0.0",
"mathjs": "^12.4.0"
"mathjs": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion public/mathWorker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importScripts(
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/12.4.1/math.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/13.0.0/math.js",
"coolprop.js",
"fluidProperties.js",
"molecularMass.js"
Expand Down

0 comments on commit ce56789

Please sign in to comment.