Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flynncao committed Dec 18, 2024
1 parent 873c359 commit 6ec2dbd
Show file tree
Hide file tree
Showing 3 changed files with 1,338 additions and 1,619 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,40 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@grammyjs/auto-retry": "^2.0.1",
"@grammyjs/auto-retry": "^2.0.2",
"@grammyjs/conversations": "^1.2.0",
"@grammyjs/menu": "^1.2.1",
"@grammyjs/menu": "^1.3.0",
"@grammyjs/runner": "^2.0.3",
"@grammyjs/storage-mongodb": "^2.4.1",
"@grammyjs/storage-mongodb": "^2.4.2",
"@grammyjs/transformer-throttler": "^1.2.1",
"@js-joda/core": "^5.6.1",
"@js-joda/timezone": "^2.18.2",
"@typegoose/typegoose": "^12.0.0",
"axios": "^1.6.2",
"@js-joda/core": "^5.6.3",
"@js-joda/timezone": "^2.21.1",
"@typegoose/typegoose": "^12.10.1",
"axios": "^1.7.9",
"chalk": "^5.3.0",
"cron": "^3.1.7",
"dotenv": "^16.3.1",
"cron": "^3.3.1",
"dotenv": "^16.4.7",
"easytimer.js": "^4.6.0",
"grammy": "^1.19.2",
"grammy": "^1.33.0",
"moment": "^2.30.1",
"mongodb": "~6.3.0",
"mongoose": "^8.0.4",
"mongoose": "^8.9.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"socks-proxy-agent": "^8.0.5",
"tsx": "3.14.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.2.0",
"@swc/core": "^1.3.103",
"@types/node": "^20.10.5",
"@antfu/eslint-config": "^2.27.3",
"@swc/core": "^1.10.1",
"@types/node": "^20.17.10",
"concurrently": "^8.2.2",
"eslint": "8.57.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"nodemon": "^3.0.2",
"tsc-watch": "^6.0.4",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
"nodemon": "^3.1.9",
"tsc-watch": "^6.2.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 6ec2dbd

Please sign in to comment.