From d2b0eacbf502d9cdbc9aa0287f308bf15abe5478 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:54:10 +1200 Subject: [PATCH] chore(deps): upgrade typescript to 5.5 [EE-7294] (#11970) Co-authored-by: testa113 --- package.json | 2 +- tsconfig.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f991fa382..e256e2189 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 2d85a8839..ab2985ba4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ // "module": "commonjs", // "module": "esnext", "incremental": true, - "target": "es2017", + "target": "ES2018", "allowJs": true, "checkJs": false, "skipLibCheck": true, diff --git a/yarn.lock b/yarn.lock index ea015ba59..61c68e857 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"