upgrade to typescript 5.2
test plan: build passes flag=none Change-Id: Ica9a47432508eeaff583ef8eaac87fbda97d84aa Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/326902 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Derek Williams <derek.williams@instructure.com> Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com> QA-Review: Aaron Shafovaloff <ashafovaloff@instructure.com> Product-Review: Aaron Shafovaloff <ashafovaloff@instructure.com>
This commit is contained in:
parent
25ff5de278
commit
792bfc8052
|
@ -339,7 +339,7 @@
|
|||
"timezone-mock": "^1.3.1",
|
||||
"tinymce": "^5",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.2.2",
|
||||
"waait": "^1",
|
||||
"webpack": "^5",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
"testcafe-browser-provider-selenium": "^1.2.0",
|
||||
"testcafe-react-selectors": "^3.3.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.2.2",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5",
|
||||
"webpack-merge": "^5",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"big.js": "^5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.2.2",
|
||||
"jest": "^28",
|
||||
"@babel/preset-env": "^7"
|
||||
},
|
||||
|
|
|
@ -26052,10 +26052,10 @@ typescript@^3.3.3:
|
|||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
|
||||
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
|
||||
|
||||
typescript@^5.0.2:
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
|
||||
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
|
||||
typescript@^5.2.2:
|
||||
version "5.2.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
||||
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
||||
|
||||
ua-parser-js@^0.7.30, ua-parser-js@^0.7.9:
|
||||
version "0.7.31"
|
||||
|
|
Loading…
Reference in New Issue