From e44c931c39e600457c12c22409fb5462373c68c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Thu, 17 Mar 2022 11:29:39 +0800 Subject: [PATCH] upgrade deps --- README.md | 5 +++++ package.json | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3c1f83dc..46f9699c 100644 --- a/README.md +++ b/README.md @@ -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 +## 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) diff --git a/package.json b/package.json index a51de22c..1386b6dd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -50,11 +50,11 @@ "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", @@ -62,8 +62,8 @@ "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", @@ -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", @@ -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": {