diff --git a/package.json b/package.json index 26e2ce3fc3..e6e7c0cf7f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "sass": "^1.58.0", "scryfall-client": "^0.23.0", "tailwindcss": "^3.2.4", - "typescript": "4.9.5" + "typescript": "5.5.3" }, "devDependencies": { "@commitlint/cli": "^17.4.4", diff --git a/yarn.lock b/yarn.lock index b75af2a52b..2a1886d381 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6086,7 +6086,12 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@4.9.5, typescript@^4.6.4: +typescript@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== + +typescript@^4.6.4: version "4.9.5" resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==