upgrade big.js
See https://github.com/MikeMcl/big.js/blob/master/CHANGELOG.md Change-Id: Ie526ba1332533296428099a9edab09a4327a875b Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/348627 Reviewed-by: Spencer Olson <solson@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Aaron Shafovaloff <ashafovaloff@instructure.com> Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
parent
c3019873e9
commit
8b7854e785
|
@ -125,7 +125,7 @@
|
|||
"axios-cache-adapter": "^2.7.0",
|
||||
"b-spline": "^2.0.2",
|
||||
"backbone": "1.1.1",
|
||||
"big.js": "^5.0.3",
|
||||
"big.js": "^6.2.1",
|
||||
"browserslist": "^4.22.2",
|
||||
"canvas_offline_course_viewer": "https://github.com/instructure/canvas_offline_course_viewer.git#1.2.0",
|
||||
"chart.js": "^3.9.1",
|
||||
|
@ -254,6 +254,7 @@
|
|||
"@testing-library/react": "^12",
|
||||
"@testing-library/react-hooks": "^5",
|
||||
"@testing-library/user-event": "^14",
|
||||
"@types/big.js": "^6.2.2",
|
||||
"@types/enzyme": "^3.10.16",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.9",
|
||||
"@types/jquery": "^3.5.6",
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
"author": "Instructure, Inc",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"big.js": "^5.2.2"
|
||||
"big.js": "^6.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/big.js": "^6.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// @ts-ignore
|
||||
import Big from 'big.js'
|
||||
|
||||
/**
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -6420,6 +6420,11 @@
|
|||
dependencies:
|
||||
"@babel/types" "^7.3.0"
|
||||
|
||||
"@types/big.js@^6.2.2":
|
||||
version "6.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.2.2.tgz#69422ec9ef59df1330ccfde2106d9e1159a083c3"
|
||||
integrity sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA==
|
||||
|
||||
"@types/body-parser@*":
|
||||
version "1.19.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4"
|
||||
|
@ -9084,11 +9089,16 @@ big-integer@^1.6.7:
|
|||
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
|
||||
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==
|
||||
|
||||
big.js@^5.0.3, big.js@^5.2.2:
|
||||
big.js@^5.2.2:
|
||||
version "5.2.2"
|
||||
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
||||
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
||||
|
||||
big.js@^6.2.1:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.1.tgz#7205ce763efb17c2e41f26f121c420c6a7c2744f"
|
||||
integrity sha512-bCtHMwL9LeDIozFn+oNhhFoq+yQ3BNdnsLSASUxLciOb1vgvpHsIO1dsENiGMgbb4SkP5TrzWzRiLddn8ahVOQ==
|
||||
|
||||
bin-v8-flags-filter@^1.1.2:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/bin-v8-flags-filter/-/bin-v8-flags-filter-1.2.0.tgz#023fc4ee22999b2b1f6dd1b7253621366841537e"
|
||||
|
|
Loading…
Reference in New Issue