Skip to content

Commit

Permalink
Upgraded mathjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x committed Aug 29, 2024
1 parent 287eaba commit ec25516
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
23 changes: 15 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"codemirror": "^6.0.1",
"mathjs": "^13.0.3"
"mathjs": "^13.1.1",
"upgrade": "^1.1.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/13.0.3/math.js",
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/13.1.1/math.js",
"coolprop.js",
"fluidProperties.js",
"molecularMass.js"
Expand Down

0 comments on commit ec25516

Please sign in to comment.