diff --git a/package.json b/package.json index 426be60..25a5336 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 2fd9f03..2ea6825 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"