Skip to content

Commit

Permalink
Dependencies updated to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardYan committed Jan 30, 2024
1 parent 0406441 commit 22e8596
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtop",
"version": "1.1.5",
"version": "1.1.6",
"description": "graphic top",
"main": "./index.js",
"bin": {
Expand Down Expand Up @@ -34,15 +34,15 @@
},
"homepage": "https://github.com/aksakalli/gtop#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"systeminformation": "^5.18.15"
"blessed": "0.1.81",
"blessed-contrib": "4.11.0",
"systeminformation": "5.21.24"
},
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"marked-man": "^1.3.3",
"prettier": "1.19.1"
"marked-man": "1.3.5",
"prettier": "3.2.4"
}
}
}

0 comments on commit 22e8596

Please sign in to comment.