From f4ff5b31bd7a82cfdf1d6e13295bd3a525b067a2 Mon Sep 17 00:00:00 2001 From: Ardalan Amini Date: Tue, 8 Mar 2022 13:01:03 +0330 Subject: [PATCH] deps(Dev): Bump typescript from 4.5.5 to 4.6.2 --- README.md | 3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 457d9f7..3a027c3 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,6 @@ This section includes the issues, changes & improvements I've made, with the tho - Outdated dependencies. > Related dependencies: `body-parser`, `dotenv`, `express`, `mongoose`, `@types/cors`, `@types/express`, > `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser`, `eslint`, `ts-node-dev`, `typescript` - > - > Note: As of this moment, the latest `typescript` version - > officially supported by the `@typescript-eslint/typescript-estree` is `4.5.5` - Not using exact versions for dependencies. > This issue has somewhat similar effects as the `package-lock.json` issue, > as `^version` will allow any semver compatible version to be installed. diff --git a/package-lock.json b/package-lock.json index 8c1d4d1..e7fd007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "5.14.0", "eslint": "8.10.0", "ts-node-dev": "1.1.8", - "typescript": "4.5.5" + "typescript": "4.6.2" }, "engines": { "node": ">=16.14.0" @@ -2637,9 +2637,9 @@ } }, "node_modules/typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", + "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4668,9 +4668,9 @@ } }, "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz", + "integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==", "dev": true }, "unpipe": { diff --git a/package.json b/package.json index 44cf661..e26adea 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "@typescript-eslint/parser": "5.14.0", "eslint": "8.10.0", "ts-node-dev": "1.1.8", - "typescript": "4.5.5" + "typescript": "4.6.2" } }