mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Update to complex.js@2.0.13 (fixing #2211)
This commit is contained in:
parent
410f5348ea
commit
85e04c21f5
@ -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
6
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user