From 6a44999339e4cad9f5b6a4c9ac20c802b9ac7b92 Mon Sep 17 00:00:00 2001 From: Themistoklis Bogiatzoglou Date: Tue, 29 Sep 2020 16:55:14 +0300 Subject: [PATCH 1/2] Update typescript to v4 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dc5003e..97a827f 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ "devDependencies": { "@types/node": "^14.6.0", "@types/socket.io": "^2.1.11", - "@typescript-eslint/eslint-plugin": "^3.9.1", - "@typescript-eslint/parser": "^3.9.1", + "@typescript-eslint/eslint-plugin": "^4.2.0", + "@typescript-eslint/parser": "^4.2.0", "fastify": "^3.2.1", "fastify-tsconfig": "^1.0.0", "standard": "^14.3.4", "tap": "^14.10.8", "ts-standard": "^9.0.0", "tsd": "^0.13.1", - "typescript": "^3.9.7" + "typescript": "^4.0.3" }, "keywords": [ "fastify", From c6c3800ccc49cb5edd17ae06abd502b4e2201a94 Mon Sep 17 00:00:00 2001 From: Themistoklis Bogiatzoglou Date: Tue, 29 Sep 2020 16:59:43 +0300 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97a827f..9b53b79 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ "@types/node": "^14.6.0", "@types/socket.io": "^2.1.11", "@typescript-eslint/eslint-plugin": "^4.2.0", - "@typescript-eslint/parser": "^4.2.0", + "@typescript-eslint/parser": "^4.2.0", "fastify": "^3.2.1", "fastify-tsconfig": "^1.0.0", "standard": "^14.3.4", "tap": "^14.10.8", "ts-standard": "^9.0.0", "tsd": "^0.13.1", - "typescript": "^4.0.3" + "typescript": "^4.0.3" }, "keywords": [ "fastify",