Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 17, 2022
1 parent 058348c commit e44c931
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ We are current DevOps the master branch from the repo to Heroku under the protec

You can visit the staging system at <http://friday.chatie.io/>

## DDD & CQRS

- [Refactoring Friday BOT with NestJS, Domain-driven Design (DDD), and CQRS, @huan, Feb 27, 2022](https://wechaty.js.org/2022/02/27/refactoring-friday-bot-with-nestjs-ddd-cqrs/)
- [CQRS Wechaty](https://github.com/wechaty/cqrs): An event-driven architecture wrapper for Wechaty that applies the CQS principle by using separate Query and Command messages to retrieve and modify the bot state, respectively.

## Contributors

[![contributor](https://sourcerer.io/fame/huan/wechaty/friday/images/0)](https://sourcerer.io/fame/huan/wechaty/friday/links/0)
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"homepage": "https://github.com/wechaty/friday#readme",
"dependencies": {
"@nestjs/common": "^8.3.1",
"@nestjs/core": "^8.3.1",
"@nestjs/cqrs": "^8.0.2",
"@nestjs/common": "^8.4.1",
"@nestjs/core": "^8.4.1",
"@nestjs/cqrs": "^8.0.3",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^8.3.1",
"@nestjs/platform-express": "^8.4.1",
"@nestjs/schedule": "^1.0.2",
"axios": "^0.26.0",
"axios": "^0.26.1",
"cli-color": "^2.0.1",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.0",
Expand All @@ -50,20 +50,20 @@
"moment": "^2.29.1",
"node-cron": "^3.0.0",
"read-pkg-up": "^9.1.0",
"rxjs": "^7.5.4",
"rxjs": "^7.5.5",
"sheet-db": "^1.0.1",
"time-constants": "^1.0.3",
"vorpal-hacker-news": "^1.0.6",
"wechaty": "^1.15.2",
"wechaty": "^1.18.1",
"wechaty-bot5-assistant": "^0.2.14",
"wechaty-freshdesk": "^1.0.2",
"wechaty-intercom": "^1.0.1",
"wechaty-plugin-contrib": "^1.11.1",
"wechaty-puppet-gitter": "^1.10.1",
"wechaty-puppet-official-account": "^1.10.3",
"wechaty-puppet-oicq": "^1.10.2",
"wechaty-puppet-service": "^1.11.2",
"wechaty-puppet-whatsapp": "^1.15.3",
"wechaty-puppet-service": "^1.18.2",
"wechaty-puppet-whatsapp": "^1.15.6",
"wechaty-qnamaker": "^1.11.1",
"wechaty-vorpal": "^1.13.1",
"wechaty-vorpal-contrib": "^1.11.5",
Expand All @@ -72,10 +72,10 @@
"devDependencies": {
"@chatie/eslint-config": "^1.0.4",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^4.6.2",
"@nestjs/cli": "^8.2.1",
"@nestjs/schematics": "^8.0.6",
"@nestjs/testing": "^8.3.1",
"@chatie/tsconfig": "^4.6.3",
"@nestjs/cli": "^8.2.3",
"@nestjs/schematics": "^8.0.8",
"@nestjs/testing": "^8.4.1",
"@types/cli-color": "^2.0.2",
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
Expand All @@ -86,8 +86,8 @@
"@types/time-constants": "^1.0.0",
"nodemon": "^2.0.15",
"supertest": "^6.2.2",
"tstest": "^1.1.1",
"wechaty-puppet-mock": "^1.11.11"
"tstest": "^1.2.6",
"wechaty-puppet-mock": "^1.18.2"
},
"git": {
"scripts": {
Expand Down

0 comments on commit e44c931

Please sign in to comment.