Skip to content

Commit 36a9157

Browse files
Merge pull request #397 from andrechristikan/development
Development
2 parents 02b0b92 + f201dc7 commit 36a9157

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Describes which version.
7777
| ---------- | -------- |
7878
| NestJs | v9.3.x |
7979
| NodeJs | v18.12.x |
80-
| Typescript | v4.9.x |
80+
| Typescript | v5.0.x |
8181
| Mongoose | v7.0.x |
8282
| MongoDB | v6.0.x |
8383
| Yarn | v1.22.x |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@
131131
"ts-node": "^10.9.1",
132132
"ts-prune": "^0.10.3",
133133
"tsconfig-paths": "^4.1.2",
134-
"typescript": "^4.9.5"
134+
"typescript": "^5.0.2"
135135
}
136136
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7717,11 +7717,16 @@ typedarray@^0.0.6:
77177717
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
77187718
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
77197719

7720-
[email protected], typescript@^4.9.5:
7720+
77217721
version "4.9.5"
77227722
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
77237723
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
77247724

7725+
typescript@^5.0.2:
7726+
version "5.0.2"
7727+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
7728+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
7729+
77257730
ua-parser-js@^1.0.34:
77267731
version "1.0.34"
77277732
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.34.tgz#b33f41c415325839f354005d25a2f588be296976"

0 commit comments

Comments
 (0)