From 84862a2615d9b1001865667618a48b762917a85b Mon Sep 17 00:00:00 2001 From: Sergio Cabral Date: Mon, 22 Nov 2021 16:33:08 -0300 Subject: [PATCH] configure: npx npm-check-updates -u MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Não estava atualizando o arquivo package.json Bug? https://github.com/npm/cli/issues/708 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3a8793f0..53cf28f6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build": "tsc" }, "devDependencies": { - "@types/node": "^16.11.0", + "@types/node": "^16.11.9", "@types/redis": "^2.8.32", "@types/ws": "^8.2.0", "prettier": "^2.4.1", @@ -39,13 +39,13 @@ "dependencies": { "@sergiocabral/helper": "^2.1.1", "@types/sha1": "^1.1.3", - "@types/tmi.js": "^1.8.0", + "@types/tmi.js": "^1.8.1", "redis": "^3.1.2", "sha1": "^1.1.1", "tmi.js": "^1.8.5", - "ts-node": "^10.3.0", + "ts-node": "^10.4.0", "tslib": "^2.3.1", - "typescript": "^4.4.4", + "typescript": "^4.5.2", "ws": "^8.2.3" } }