Skip to content

Commit

Permalink
configure: npx npm-check-updates -u
Browse files Browse the repository at this point in the history
Não estava atualizando o arquivo package.json

Bug?

npm/cli#708
  • Loading branch information
sergiocabral committed Nov 22, 2021
1 parent c1162df commit 84862a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 84862a2

Please sign in to comment.