Update to complex.js@2.0.13 (fixing #2211)

This commit is contained in:
Jos de Jong 2021-05-12 17:18:19 +02:00
parent 410f5348ea
commit 85e04c21f5
3 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@
- Added TypeScript definitions to the project, making it redundant to install
`@types/mathjs`, and making it easier to improve the definitions. See #2187,
#2192. Thanks @CatsMiaow.
- Update to `complex.js@2.0.13` (fixing #2211). Thanks @infusion
- Fix #2174: function `pickRandom` having no name. Thanks @HK-SHAO.
- Fix #2019: VSCode auto import keeps adding import { null } from 'mathjs'.
- Fix #2185: Fix TypeScript definition of unit division, which can also return

6
package-lock.json generated
View File

@ -3704,9 +3704,9 @@
"dev": true
},
"complex.js": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.0.11.tgz",
"integrity": "sha512-6IArJLApNtdg1P1dFtn3dnyzoZBEF0MwMnrfF1exSBRpZYoy4yieMkpZhQDC0uwctw48vii0CFVyHfpgZ/DfGw=="
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.0.13.tgz",
"integrity": "sha512-UEWd3G3/kd3lJmsdLsDh9qfinJlujL4hIFn3Vo4/G5eqehPsgCHf2CLhFs77tVkOp2stt/jbNit7Q1XFANFltA=="
},
"component-emitter": {
"version": "1.3.0",

View File

@ -26,7 +26,7 @@
],
"dependencies": {
"@babel/runtime": "^7.14.0",
"complex.js": "^2.0.11",
"complex.js": "^2.0.13",
"decimal.js": "^10.2.1",
"escape-latex": "^1.2.0",
"fraction.js": "^4.0.13",