From 81b5cd3642e435cc106ad66d5bbbac266a5fdcde Mon Sep 17 00:00:00 2001 From: PijusSerapinasMipsas Date: Wed, 23 Aug 2023 22:06:49 +0300 Subject: [PATCH] typescript version update --- .github/workflows/staging.yml | 2 +- package.json | 2 +- tsconfig.json | 4 ---- yarn.lock | 8 ++++---- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index eed4afc4483..c11dd3b80e6 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -35,7 +35,7 @@ jobs: context: ./ file: ./Dockerfile push: true - tags: pspc/ecency-boilerplate:legacy + tags: pspc/ecency-boilerplate:latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} \ No newline at end of file diff --git a/package.json b/package.json index 9b4904b44f1..7f8e3db815e 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "ts-jest": "^26.4.2", "tslint": "^5.18.0", "tslint-react": "^4.0.0", - "typescript": "^3.5.3", + "typescript": "^5.1.6", "url-loader": "^4.1.1", "webpack": "4.46.0", "webpack-dev-server": "3.11.0" diff --git a/tsconfig.json b/tsconfig.json index 9da8b513bfb..ce6f590bf66 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,12 +27,8 @@ "strictNullChecks": true, "strict": true, "pretty": true, - "suppressImplicitAnyIndexErrors": true, "target": "es5" }, - "include": [ - "src/**/*", - ], "exclude": [ "node_modules", "build", diff --git a/yarn.lock b/yarn.lock index 52e1631f668..50125090c16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11400,10 +11400,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.5.3: - version "3.9.10" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" - integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== unbox-primitive@^1.0.1: version "1.0.1"