Merge pull request 'Update dependency typescript to v5' (#55) from renovate/typescript-5.x into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/55
This commit is contained in:
Vylpes 2023-04-17 17:34:24 +01:00
commit 2ab2fe04fd
2 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"eslint": "^8.0.0", "eslint": "^8.0.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^4.9.5" "typescript": "^5.0.0"
}, },
"files": [ "files": [
"dist" "dist"

View file

@ -895,10 +895,10 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
typescript@^4.9.5: typescript@^5.0.0:
version "4.9.5" version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
uri-js@^4.2.2: uri-js@^4.2.2:
version "4.4.1" version "4.4.1"