diff --git a/packages/core-cairo/package.json b/packages/core-cairo/package.json index db5d6b4c..bc25c455 100644 --- a/packages/core-cairo/package.json +++ b/packages/core-cairo/package.json @@ -25,7 +25,7 @@ "ava": "^5.0.0", "rimraf": "^5.0.0", "ts-node": "^10.4.0", - "typescript": "^4.9.0" + "typescript": "^5.0.0" }, "dependencies": { "array.prototype.flatmap": "^1.2.4", diff --git a/packages/core/package.json b/packages/core/package.json index fbc39602..871e0a68 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -30,7 +30,7 @@ "rimraf": "^5.0.0", "solidity-ast": "^0.4.18", "ts-node": "^10.4.0", - "typescript": "^4.9.0" + "typescript": "^5.0.0" }, "dependencies": { "array.prototype.flatmap": "^1.2.4" diff --git a/packages/ui/package.json b/packages/ui/package.json index 17600a84..1a17e8e7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -32,7 +32,7 @@ "svelte-preprocess": "^5.0.0", "tailwindcss": "^3.0.15", "tslib": "^2.0.0", - "typescript": "^4.9.0" + "typescript": "^5.0.0" }, "dependencies": { "file-saver": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 0ceec1e2..8fe51756 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5730,10 +5730,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^4.9.0: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.0.0: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== typescript@^5.0.3: version "5.0.4"