diff --git a/docs/guides/quick-start-guide.md b/docs/guides/quick-start-guide.md index 24b069acd..b42a3aa96 100644 --- a/docs/guides/quick-start-guide.md +++ b/docs/guides/quick-start-guide.md @@ -106,7 +106,7 @@ Like `public: string[]` is in reflection only `Array`. ### Requirements -- TypeScript version `^5.2` (since 10.0) is recommended, though older ones may also work +- TypeScript version `^5.3` is recommended, though older ones may also work - NodeJS `>=16.20.1` (and `@types/node@16`) - Mongoose `~8.0.1` - A IDE that supports TypeScript linting is recommended to be used (VSCode is recommended) diff --git a/package.json b/package.json index 4281bbbff..d2ab7b173 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@semantic-release/github": "^8.1.0", "@semantic-release/npm": "^9.0.2", "@semantic-release/release-notes-generator": "^10.0.3", - "@tsd/typescript": "~5.2.2", + "@tsd/typescript": "~5.3.3", "@types/jest": "^29.5.11", "@types/lodash": "^4.14.202", "@types/node": "~16.11.7", @@ -71,7 +71,7 @@ "rimraf": "^5.0.5", "semantic-release": "^19.0.5", "ts-jest": "^29.1.1", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "dependencies": { "lodash": "^4.17.20", diff --git a/yarn.lock b/yarn.lock index 5a8a5f27d..2d7c1c1bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,10 +1419,10 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== -"@tsd/typescript@~5.2.2": - version "5.2.2" - resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.2.2.tgz#b3a11006737a41abb492fe5a16de17a1c3a0126e" - integrity sha512-VtjHPAKJqLJoHHKBDNofzvQB2+ZVxjXU/Gw6INAS9aINLQYVsxfzrQ2s84huCeYWZRTtrr7R0J7XgpZHjNwBCw== +"@tsd/typescript@~5.3.3": + version "5.3.3" + resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.3.3.tgz#bc01854b6e0e746b5f70a6b48c30c7b95b81a74e" + integrity sha512-CQlfzol0ldaU+ftWuG52vH29uRoKboLinLy84wS8TQOu+m+tWoaUfk4svL4ij2V8M5284KymJBlHUusKj6k34w== "@types/babel__core@^7.1.14": version "7.1.19" @@ -6578,10 +6578,10 @@ type-fest@^1.0.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== -typescript@~5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@~5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== uglify-js@^3.1.4: version "3.15.5"