chore(deps): update dependency typescript to v5

This commit is contained in:
renovate[bot] 2023-03-16 17:06:35 +00:00
parent 4c01ee971d
commit 40420598ce
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@
"lint-staged": "^13.0.0",
"prettier": "^2.5.1",
"typedoc": "^0.23.0",
"typescript": "^4.2.3"
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsc",

View file

@ -1228,10 +1228,10 @@ typedoc@^0.23.0:
minimatch "^5.1.0"
shiki "^0.10.1"
typescript@^4.2.3:
version "4.4.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
uri-js@^4.2.2:
version "4.4.1"