Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
build: ⬆️ bump dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocfrancisco committed Nov 4, 2024
1 parent 867948c commit 8fdc7ae
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 177 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "topsters-download",
"version": "2.4",
"version": "2.5",
"description": "Puppeteer script for downloading chart from topsters.",
"main": "topsters-download.js",
"private": true,
Expand All @@ -13,17 +13,17 @@
"author": "renatocfrancisco",
"license": "Unlicense",
"dependencies": {
"@inquirer/confirm": "^3.1.22",
"@inquirer/input": "^2.2.9",
"@inquirer/select": "^2.4.7",
"puppeteer": "^23.2.0"
"@inquirer/confirm": "^5.0.1",
"@inquirer/input": "^4.0.1",
"@inquirer/select": "^4.0.1",
"puppeteer": "^23.6.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"standard": "^17.1.0"
"standard": "^17.1.2"
}
}
Loading

0 comments on commit 8fdc7ae

Please sign in to comment.