From c1aee44f9a71b304694fdf26680418a8d5cf47c5 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Thu, 20 Jul 2023 21:34:53 +0300 Subject: [PATCH] docs: specify nestjs compat range closes #2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4c029..c7dea54 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ > ⚠️ This is a temporary solution until Nestjs is fixed ## Stack -* [Nestjs 9.x](https://github.com/nestjs/nest) +* [Nestjs 9.x](https://github.com/nestjs/nest). _10.x and above were not tested at all_ * [esbuild 0.15.x](https://github.com/evanw/esbuild) ## Problems > https://github.com/nestjs/nest-cli/issues/1157 +> https://github.com/nestjs/swagger/issues/1450 > https://github.com/evanw/esbuild/pull/509 > https://github.com/evanw/esbuild/issues/566