chore(deps): upgrade typescript to 5.5 [EE-7294] (#11970)

Co-authored-by: testa113 <testa113>
pull/11980/head
Ali 5 months ago committed by GitHub
parent ca9f85a1ff
commit d2b0eacbf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -210,7 +210,7 @@
"swagger2openapi": "^7.0.8",
"tailwindcss": "3.3.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"typescript": "^5.5.2",
"undici": "^6.2.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1",

@ -6,7 +6,7 @@
// "module": "commonjs",
// "module": "esnext",
"incremental": true,
"target": "es2017",
"target": "ES2018",
"allowJs": true,
"checkJs": false,
"skipLibCheck": true,

@ -16658,10 +16658,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
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==
typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
ufo@^1.3.2:
version "1.3.2"

Loading…
Cancel
Save