Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RainEggplant committed Mar 15, 2023
1 parent 94a62c9 commit 83ee03e
Show file tree
Hide file tree
Showing 2 changed files with 3,350 additions and 2,116 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,33 +32,33 @@
"devDependencies": {
"@types/config": "^3.3.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/node": "^18.15.3",
"@types/node-telegram-bot-api": "^0.57.7",
"@types/promise-queue": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"chatgpt": "^5.0.8",
"chatgpt": "^5.0.10",
"config": "^3.3.9",
"dotenv": "^16.0.3",
"extensionless": "^1.1.1",
"extensionless": "^1.1.5",
"https-proxy-agent": "^5.0.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.0",
"node-fetch": "^3.3.1",
"node-telegram-bot-api": "^0.60.0",
"promise-queue": "^2.2.5",
"telegramify-markdown": "^1.0.6"
},
"optionalDependencies": {
"chatgpt-v3": "npm:[email protected]",
"puppeteer": "^19.7.3"
"puppeteer": "^19.7.5"
}
}
Loading

0 comments on commit 83ee03e

Please sign in to comment.