diff --git a/docs/package.json b/docs/package.json index c13a2636f..e211adc7f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "3.4.16", - "typescript": "5.3.3" + "typescript": "5.7.3" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 7fde38b5f..5cb84a405 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -5828,10 +5828,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== unbox-primitive@^1.0.2: version "1.0.2" diff --git a/package.json b/package.json index a2eb1484c..2a019d9ca 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "ts-jest": "29.2.5", "ts-node": "^10.9.2", "type-fest": "^4.30.0", - "typescript": "5.3.3", + "typescript": "5.7.3", "yalc": "^1.0.0-pre.53", "zod": "^3.23.8" }, diff --git a/tests/e2e/fixtures/basic/package.json b/tests/e2e/fixtures/basic/package.json index 945898a18..ecca11a04 100644 --- a/tests/e2e/fixtures/basic/package.json +++ b/tests/e2e/fixtures/basic/package.json @@ -12,6 +12,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.3" } } diff --git a/tests/e2e/fixtures/esm/package.json b/tests/e2e/fixtures/esm/package.json index cb7de69f6..a0b1e068f 100644 --- a/tests/e2e/fixtures/esm/package.json +++ b/tests/e2e/fixtures/esm/package.json @@ -13,6 +13,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.3" } } diff --git a/tests/e2e/fixtures/kitchen-sink/package.json b/tests/e2e/fixtures/kitchen-sink/package.json index 693f8c947..73631a2f1 100644 --- a/tests/e2e/fixtures/kitchen-sink/package.json +++ b/tests/e2e/fixtures/kitchen-sink/package.json @@ -22,6 +22,6 @@ "prisma": "__dynamic__", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", - "typescript": "5.3.3" + "typescript": "5.7.3" } } diff --git a/tests/e2e/fixtures/ncc/package.json b/tests/e2e/fixtures/ncc/package.json index 659447ebb..f386cdb5f 100644 --- a/tests/e2e/fixtures/ncc/package.json +++ b/tests/e2e/fixtures/ncc/package.json @@ -15,6 +15,6 @@ "nexus": "__dynamic__", "prisma": "__dynamic__", "ts-node": "10.9.2", - "typescript": "5.3.3" + "typescript": "5.7.3" } } diff --git a/yarn.lock b/yarn.lock index 2fdc49631..12886c963 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8654,10 +8654,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== uglify-js@^3.1.4: version "3.19.3"